Difference between revisions of "Android"
From Hod's Personal Wiki
m |
|||
(20 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Examples == | == Examples == | ||
[http://code.google.com/p/apps-for-android/ Example apps from Google] | [http://code.google.com/p/apps-for-android/ Example apps from Google] | ||
+ | |||
[http://sudarmuthu.com/blog/10-open-source-android-apps-which-every-android-developer-must-look-into 10 open source example suggetions] | [http://sudarmuthu.com/blog/10-open-source-android-apps-which-every-android-developer-must-look-into 10 open source example suggetions] | ||
+ | |||
[http://developer.android.com/resources/browser.html?tag=sample Android Devlopers sample apps] | [http://developer.android.com/resources/browser.html?tag=sample Android Devlopers sample apps] | ||
+ | |||
+ | == Blogs == | ||
+ | |||
+ | [http://android-developers.blogspot.com/ Official Android blog] | ||
+ | |||
+ | [[Motz]] | ||
+ | |||
+ | [http://benno.id.au/blog/2007/11/18/android-runtime-strace Benno on strace for Android] | ||
+ | |||
+ | [http://www.androiduipatterns.com/2011/03/whats-new-in-honeycomb-apis-ui-point-of.html Android UI patterns] | ||
+ | |||
+ | [http://danroundhill.com/2010/04/02/10-tips-for-developing-android-apps/ 10 development tips] | ||
+ | |||
+ | [http://www.pushing-pixels.org/ Google UI designer blog] | ||
+ | |||
+ | == Tutorials == | ||
+ | |||
+ | [http://www.androidacademy.com/1-tutorials Android tutorials] | ||
+ | |||
+ | http://www.androidsnippets.com/ | ||
+ | |||
+ | [http://www.androidpatterns.com/ Android UI patterns site] | ||
+ | |||
+ | == Articles == | ||
+ | |||
+ | [http://www.zdnet.com/blog/burnette/how-to-use-multi-touch-in-android-2/1747 Series on using multitouch] | ||
+ | |||
+ | [http://www.pushing-pixels.org/2010/12/13/meet-the-green-goblin-part-1.html Series on UI redesign of Android Market] | ||
+ | |||
+ | [http://www.screaming-penguin.com/node/7746 Using Async tasks] | ||
+ | |||
+ | [http://mobile.tutsplus.com/tutorials/android/android-fundamentals-intentservice-basics/ IntentService] | ||
+ | |||
+ | == Forums == | ||
+ | |||
+ | [http://marakana.com/forums/ Marakana (Android and other topics)] | ||
+ | |||
+ | == Tools == | ||
+ | |||
+ | [http://android-ui-utils.googlecode.com/hg/asset-studio/dist/index.html Android Asset Studio] | ||
+ | |||
+ | == Specific Q&A == | ||
+ | |||
+ | [http://stackoverflow.com/questions/1619133/hidden-features-of-android-development/1665926#1665926 Hidden features of Android development (StackOverflow)] | ||
+ | |||
+ | [http://stackoverflow.com/questions/1088810/how-to-communicate-between-android-tabs/1090800#1090800 How to communicate between Android tabs (StackOverflow)] | ||
+ | |||
+ | == Links to curate == | ||
+ | |||
+ | http://kevindion.com/2010/12/android-odometer-ui-tutorial-part-1/ | ||
+ | |||
+ | http://android-codelabs.appspot.com/resources/tutorials/contactsprovider/ex1.html | ||
+ | |||
+ | http://android-ui-utils.googlecode.com/hg/asset-studio/dist/index.html | ||
+ | |||
+ | https://guides.codepath.com/android |
Latest revision as of 12:31, 13 April 2016
Contents
Examples
10 open source example suggetions
Blogs
Tutorials
http://www.androidsnippets.com/
Articles
Series on UI redesign of Android Market
Forums
Marakana (Android and other topics)
Tools
Specific Q&A
Hidden features of Android development (StackOverflow)
How to communicate between Android tabs (StackOverflow)
Links to curate
http://kevindion.com/2010/12/android-odometer-ui-tutorial-part-1/
http://android-codelabs.appspot.com/resources/tutorials/contactsprovider/ex1.html
http://android-ui-utils.googlecode.com/hg/asset-studio/dist/index.html