develpo mobile apps using ionic and intel xdk - ionic-framework

I want to create mobile apps using ionic and intel xdk.
I have already installed Intel XDK but there is no options for Ionic.
I tried to install Ionic by going to the projects page and then clicking on the "Add bower Packages", but it show that
packages not available right now, try again later..
please anyone help me about how can I develop mobile apps using Ionic framework and Intel XDK
thank you

Use this starter template for Creating Ionic project with Intel SDK..
https://github.com/Reinsys/intel-xdk-ionic-angularjs-starter-template
Open the unzipped folder
Open intel-xdk-ionic-angularjs-starter-template-masterfolder
Copy IonicProjectStarter folder to your projects directory and rename to "YourProjectName"
Open "YourProjectName" and rename "IonicProjectStarter.xdk" to "YourProjectName.xdk"
Open your IntelXDK software
Under Projects tab of IntelXDK, click OPEN AN INTEL XDK PROJECT
Browse to "YourProjectName" folder in your projects directory
Click and open "YourProjectName.xdk"

Ionic and intel xdk is a good way to start, debug and test hybrid application.Ionic is basically combination of html 5 and cordova with little extra on the top.
What you need to do is select HTML5 + CORDOVA project.

Related

Photoviewer not working intel xdk build

How can i build image viewer using intel xdk.
I tried
https://github.com/sarriaroman/photoviewer
plugin.
but when building it says gradle script not supporting. Similar issue when i am using crosswalk. Any help
The XDK builder does not support plugin gradle scripts; which means you cannot include such plugins in your app. See this FAQ for details > https://software.intel.com/en-us/xdk/faqs/cordova#gradle-build-error <

use Ionic with intel XDK

I created a (HTML5 + Cordova) App using intel XDK. While creating project, I did not opt for "Use App designer".
I want to add ionic framework with it's all dependencies (angular etc.)
I didn't find any option to add ionic.
I got the answer. go to project page, you will find the following option:
Click on the "Add Bower Packages", you will the following screen:
Now search for ionic and add it. Now you are happy to go.

ADT opens as Eclipse?

i downloaded ADT bundle for linux 64bit from developers android website
also downloaded adt plugin zip and installed developer tools form HELP --->> INSTALL NEW SOFTWARE.
but when i open eclipse from the folder it opens as eclipse juno (i.e.the splash screen) and not as Android Developer Tools.
can anyone tell me what is wrong or am i openeing it the wrong way?
and i am using fedora 20.
Not sure if I understand your question correctly but ADT is mainly context menus integration in Eclipse. If you are in the Java perspective you can see on the Window menu the options Android SDK Manager, Android Virtual Devices, etc. You also have a perspective to debug called DDMS. You can create new project with template Android Project (or import Android project from existing sources). If you right click in a project you also have and Android Tools context menu, etc.

Where to put native code for Phonegap 3.0 plugin?

I just upgraded one of my projects to PhoneGap 3.0 and was wondering the proper methodology for developing a custom plugin. I'm following the Echo plugin example from the developer docs. Should the Echo.h and Echo.m files go in the Plugins folder in the project root, or within the Plugins folder for the specific platform being built?
I tried Echo Plugin for iOS and it's working for me. I put Echo.h and Echo.m under platforms/ios/TestProject/Plugins/. Root folder plugins keep plugins your download from command line. It will be auto installed when you make iOS, Android or other platforms.

NetBeans with J2ME can't find the Visual Mobile Designer

I am new to NetBeans.
And I am trying to create a simple J2ME application,
I have installed NetBeans 7.3 and I installed mobile emulator.
I created a new mobile application project, till now every thing is ok and the project is running, but I can't find the designer tab to drag and drop objects(buttons,textbox ..) on the screen, I have searched all the menus but no results.
any suggestion please.
thanks in advance
In netbeans goto Tools menu -> Plugins -> Available Plugins ->Check For newest-> Mobile Visual Designer-> Install.
Internet is required for installing Mobile Visual Designer.