Where can I find Android Vanilla/stock apps source code? -


android comes in many flavors, of them include built in apps. manufacturers add own apps.

i know sounds general question, of apps know of (of google, samsung, lg,...) open source , can learned/tinkered with?

more importantly, how can them?

as example of apps nice know of source code:

  1. google's/samsung's contacts app.
  2. google's dialer/phone app.
  3. google's camera app.
  4. samsung's multi window feature.
  5. samsung's locker (keyguard).
  6. google's gallery app.
  7. google's launcher app.

and there many more...

maybe offer our improvement in code helping companies make apps better.

there opengrok can view code online, , here source code of google contacts: http://androidxref.com/4.2_r1/xref/packages/apps/contacts/

there google camera:

http://androidxref.com/4.2_r1/xref/packages/apps/camera/

google gallery:

http://androidxref.com/4.2_r1/xref/packages/apps/gallery/

dialer included in contacts , phone:

http://androidxref.com/4.2_r1/xref/packages/apps/phone/


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -