technology loader

Saturday, 11 May 2013

Steps To Create Your Own Android App

Posted by Rajat Khandelwal  |  at  Saturday, May 11, 2013 No comments

Are dreaming of developing your own android app?

Here’s a snippet that will give you details about what you will need to develop a android app and where you will find them.

Android is basically a Linux based operating system with java interface.

Requirments:

You will need a compiler, debugger and a virtual machine to run the application. You get these all in a single package called Android software development kit(SDK) .

But these tools are command line based so a little homework is needed for it.

Android virtual device (AVD)is the emulator which can be used to test the app without an actual android phone and Android debug bridge (ADB) can be used to connect to a real android device or an virtual one.

This is one way development

Else

If you are using eclipse Google provide Android development tool which are specifically designed to develop using eclipse IDE.

If you are using java coding than you might require Dalvik virtual machine (DVM) which converts into its owns byte code rather than using java byte code.

So you cannot run java class codes directly you will have to use DVM.

You can get the SDK from here http://developer.android.com/sdk/index.html.

How to do?

Primary step would be to write a java program for your app then convert them into java class file using java compiler.

Converting the files into  executable(.dex) using dalvik virtual machine. During this process the redundant files are compressed in the (.dex) file. Hence these (.dex )files are smaller in size. The image and the XML file the program will be packed into (.apk) by the Android Asset Packaging Tool.

This (.apk) is the final file that has all the executable files. This can be bridged into a virtual machine or a mobile phone using the ADB.

Except for writing the java program and compiling it , all other process will be carried out by ADT and the final (.apk) will be generated.

This way you will have your app ready.

If you wanna learn it step by step Google has very well documented material. Visit http://developer.android.com/training/basics/firstapp/index.html

So proceed to build your android app.

 

[contact-form][contact-field label='Name' type='name' required='1'/][contact-field label='Comments' type='textarea'/][/contact-form]

opensource About the Author

I am a computer hobbyist, tech and Linux enthusiast. I blog at rtechieCode.blogspot.in. To know more catch me through Social media and feel free to write me at techieCode@live.com

Follow Me

Get Updates

Subscribe to our e-mail newsletter to receive updates.

Share This Post

0 comments:

Blogger templates. Proudly Powered by Blogger.