Start with Android
- This post consist of how to get start with android application
- Steps to configure Android SDK with IDE
- Open Eclipse
- Go to Windows
- Selects Preferences
- You will get preference Window there u need select android Android
- give the SDK location so that it will give you all the version which that SDK deals with
- Apply
- say OK
Image 12 |
image 13 |
Q: How to create a sample Android application
Steps to create a sample application
- go to file
- select new
- select android project
- Note: if android project is not visible in the list go to others
- give project name
- select version
- give package name
- and Give Activity name(java)
- Minimum SDK (depends on version API level for example if the version is 2.3.3 then the api level is 10)
- Finally the application will be look like as fallows
image 14 |
Get Video Tutorial For Android Sample App click Here
No comments:
Post a Comment