hello Friends,
In this Tutorial i m covering How to create a simple android application.
STEP 1:-First You Need To Download Android SDK tool kit from below Links.
- java SE Click for download Java SE
- Eclipse IDE for java Development Click For Download Eclipse
- ADT bundle Click for Downloading Adt bundle
NOTE:- Revise all java concept before get started with android. so you will not face any difficulty in concepts. implementation is very easy at the start but when we talk about large program its too difficult to understand the connection between classes and interfaces , objects, methods etc. so better you read basic Core Java concepts.
STEP 2:-There are So many students who don't like reading for simple presentation i have created image representation. Using that you can understand more then 60% by images.
- First open Eclipse.
- Go to New android application.
- Application first later of Name should be capital.
- package name Should be unique because at the time of uploading apk file to Google play you may be get error same package name Not allowed.
- select other simple given options properly.
- click on next
STEP 3:- After That select Icon For Your Android application. if picture is in 4*4 size format then it will good but if it is not then we have crop option where auto is Done.
- Browse image From given option select your Icon image
- If it is not cropped then crop it by given option.
- You Can select Background also at launch time background color.
STEP 4:- After that once You finish With that you will get such window in which you can see various files i.e
- Activity_main.xml
- MainActivity.java
- carl(folder)
- com.mca.carl(package name)
- dRAG n Drop options
- AndroidaManifest.xml
STEP 5:- Last step of Your application which is nothing but to execute apk file in your own android phone or in your Virtual Emulator that You have created.
Before that select project location that project you wanted to run. In Target Option You have to select devices so Connect your device with debug mode or create virtual devices
There Are Two ways To Run Program...
- Run In Virtual Emulator.
- Run in own devices.
NOTE:- HINDI ANDROID TUTORIAL VIDEOS COMING FOR YOU...LINK WILL COME SOON......!
contact :- carlofficial84@gmail.com



