Difference between revisions of "Android"
From Hod's Personal Wiki
m |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 25: | Line 25: | ||
http://www.androidsnippets.com/ | http://www.androidsnippets.com/ | ||
+ | |||
+ | [http://www.androidpatterns.com/ Android UI patterns site] | ||
== Articles == | == Articles == | ||
[http://www.zdnet.com/blog/burnette/how-to-use-multi-touch-in-android-2/1747 Series on using multitouch] | [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 == | == Forums == | ||
[http://marakana.com/forums/ Marakana (Android and other topics)] | [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 == | == Specific Q&A == | ||
Line 39: | Line 51: | ||
[http://stackoverflow.com/questions/1088810/how-to-communicate-between-android-tabs/1090800#1090800 How to communicate between Android tabs (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