Difference between revisions of "Basic Android"

esse quam videri
Jump to: navigation, search
Line 1: Line 1:
 +
[[Category:Tech]]
 +
[[Category:Tutorial]]
 +
[[Category:Video Tutorial]]
 +
 
=Android Basics=
 
=Android Basics=
  

Revision as of 02:17, 19 July 2011


Android Basics

Basics

  • src folder containg all the source
  • res folder containing all the resources

Resources

No DPI or PPI Andoid uses dp density independent pixels or sp scale interdependent pixels http://developer.android.com/guide/topics/resources/more-resources.html#Dimension

also see supporting multiple screens http://developer.android.com/guide/practices/screens_support.html

Activities

Activity life cycle http://developer.android.com/guide/topics/fundamentals/activities.html#Lifecycle

Events

Lots more good reading http://developer.android.com/guide/topics/fundamentals.html


This text will be replaced