Skip to content

Latest commit

 

History

History
139 lines (85 loc) · 5.55 KB

android.md

File metadata and controls

139 lines (85 loc) · 5.55 KB

Android


In Camera

Development

Software development hints & tips.

Reading List

Resources

Dev Tools

WWW

Podcasts

  • CSSE490 In iTunes, calendar use the book Professional Android 2 Application Development (Reto Meier). Android Wireless Application Development; Hello, Android [Prag Prog]. - References CSSE220 - Java

Questions

  • What is the difference between an Activity & a View?
  • How do you display a setting page?

TODO

Build the V4 Sample Apps

C:\self\Dropbox\bin\android-sdk-macosx\samples\android-16\ApiDemos look at tge README & import jar file.

Reverse Engineering

Reverse Engineering & Binary XML. Also android-apktool a few tools here as well.

c:\and_test\java -jar AXMLPrinter2.jar p1220_symbol_sip.xml > p1220_symbol_sip.txt

Android Services

Concerning AndroidServices.

Knowledge Bases

Tabbed WebView resources

TabActivity is depreciated, use Fragments instead. However to get something going quickly I think we should continue to use TabActivity.

http://android-ed.blogspot.co.uk/2011/03/using-tabactivity-in-android.html

Tabs consists of TabActivities and Tabxxx's

Tutorial Fragments look cool.

The Action Bar looks good

Holo Everywhere.

Nice UI Elements

Misc Stackoverflow Articles

3rd Party Stuff

Applications

The iJetty web server.

Components

Android HTTP Server Tiny Clound Android HTTP Server - the native one! Async HTTP Client


  • SimpleNote
  • Growl Notification, see here.
  • Kappa - use Cling & here & for Android for UPnP / DNLA services.