Pages

Friday 30 December 2011

Android Tips

what is the folder structure of android?
1. src - It contain the java code
2. Resource - It contain the all resource with different floder
drawable - Icon
raw - Sounds
menu - Menu
values - Project Properties
layout - User interface Screens
3. gen - It contains the R.java file. You could not edit R.java manually. This have been generated automatically by understanding resource files etc.
4. AndroidManifest -It contains the Project properties
5. Android lib.


 what are the api available in the Android?
Activity Manager,

WindowManager, 
Location Manager,
View System, 
Notification Manager,
Telephonic Manager, 
Package Manager,
Resource Manager,

No comments:

Post a Comment