Tuesday, 9 May 2017

How to create android mobile app in an hour

Want to create an android app but don’t know from where to begin. then you are certainly the one with a great idea but are afraid to put it to use. And the reason why your app isn’t created yet is because of the problem you have not rectified. The typical problem spots are designing, coding and funding. Well, stop worrying now and see your app getting created in no time and that too without coding. Yes, no coding! Learning to write programming code is time-consuming and so difficult. And for creating your own app you need no prior experience. So
move away from the negativity and get started.
   
                                


Now you are ready to get started with the actual creation. All you need to do is follow the steps carefully and make your dream a reality

Step 1) install node.js. it gives you package ecosystem and you can download a no of other packages from the command prompt.

step 2) install latest java JDK

step 3) install latest android SDK

step 4) install ionic from the command prompt. Then open your command prompt and enter command rpm install-g Cordova ionic and hit enter.this will install Cordova and ionic in your system.

step 5)  the fun begins from here. Ionic provides an easy way to create an android project.it’s as easy as typing a command on the computer prompt!

enter the command ionic start<yourappname>blank

You would be interested in knowing what this command does:

Create a folder named ‘myfirstapp’

Download all libraries into the folder

Create basic folder structure

If you browse your folder, you will find a folder named ‘www’.

Step 6) in command prompt use change directory command and go into your app folder.and then use the command ‘ iconic platform add android’ and hit enter.now use the command ‘ionic build android’ and hit enter. This command will create android mobile app project.

Step 7) enable developer mode in your android mobile. It might be hidden so follow these steps to enable it in your mobile.

go to the settings menu, and scroll down to “about phone”. Tap it.

scroll down to the bottom again, where you see “build number”.

keep tapping and your developer setting will be on! You will then see ‘developer options’ in settings. Now enable ‘developer options’.

Step 8) coming to the last part connect your mobile to your computer. In the command prompt use, the command ‘ionic run android’ and hit enter. 
This will create your mobile app and install the app on your mobile phone! 

Congratulations you are ready with your first android app!

Visit for further information- http://in.applop.com

No comments:

Post a Comment