
Android
Get flash to fully experience Pearltrees
Android Asynchronous Http Client
GEEK!mind: Android: Simple HttpClient to send/receive JSON Objects
This tutorial is focused on creating a very simple HTTP client for Google's mobile operating system Android , which then can communicate with a web server and exchange JSON information. I won't go too much into detail, since the code is pretty much self-explaining and already has a lot of comments describing the program flow. 1) Create a new Android project 2) Add permission to access the Internet from your application to your AndroidManifest.xmlJune 13, 2011 Update: Please note that this tutorial was written over a year ago. ZXing has moved on quite a bit since then as have the Android Developer Tools. I haven’t had time to revisit and update the post but it should give you a good steer in the right direction.
Integrate zxing barcode scanner into your Android app natively using Eclipse « Damian Flannery's Blog
Roch Development: CheckedTextView
Tips: How to install apk files on Android Emulator | Open Handset Magazine
The Android UI toolkit offers several layout managers that are rather easy to use and, most of the time, you only need the basic features of these layout managers to implement a user interface. Sticking to the basic features is unfortunately not the most efficient way to create user interfaces. A common example is the abuse of LinearLayout , which leads to a proliferation of views in the view hierarchy. Every view, or worse every layout manager, you add to your application comes at a cost: initialization, layout and drawing become slower. The layout pass can be especially expensive when you nest several LinearLayout that use the weight parameter, which requires the child to be measured twice.

