android under the hood - gdg + drippler event

Download Android under the hood - GDG + Drippler event

If you can't read please download the document

Upload: nir-hartmann

Post on 16-Aug-2015

81 views

Category:

Engineering


1 download

TRANSCRIPT

  1. 1. Understanding more about the architecture and whats actually going on in the platform will help you write better applications (Chet Haase and Romain Guy) Android Under the Hood Nir Hartmann Drippler GDG Beer Sheva & GDG Herzelia 2015
  2. 2. https://markfaction.wordpress.com/2012/07/15/stack-based-vs-register-based-virtual- machine-architecture-and-the-dalvik-vm/
  3. 3. https://markfaction.wordpress.com/2012/07/15/stack-based-vs-register-based-virtual- machine-architecture-and-the-dalvik-vm/
  4. 4. http://multi-core-dump.blogspot.co.il/2010/04/android-application-launch-part-2.html
  5. 5. http://multi-core-dump.blogspot.co.il/2010/04/android-application-launch-part-2.html
  6. 6. http://multi-core-dump.blogspot.co.il/2010/04/android-application-launch-part-2.html
  7. 7. http://rxwen.blogspot.co.il/2010/08/looper-and-handler-in-android.html
  8. 8. Where is public static void main(String[] args) ?
  9. 9. onPreExecute() doInBackground() onPostExecute() onProgressUpdate()
  10. 10. onPreExecute() doInBackground() onPostExecute() onProgressUpdate()
  11. 11. Service