Android

TwitterFacebook
Get flash to fully experience Pearltrees
http://developer.motorola.com/tools/ Intertek Testing Services NA, Inc. provides a broad range of testing and certification services for mobile applications, content and devices through its global network of more than 1,000 labs.

MOTODEV > Documentation & Tools > Additional Tools & Resources

Menus

Libraries

Tutorials

App Release

Devel Environ

A Fragment represents a behavior or a portion of user interface in an Activity . You can combine multiple fragments in a single activity to build a multi-pane UI and reuse a fragment in multiple activities. You can think of a fragment as a modular section of an activity, which has its own lifecycle, receives its own input events, and which you can add or remove while the activity is running (sort of like a "sub activity" that you can reuse in different activities). A fragment must always be embedded in an activity and the fragment's lifecycle is directly affected by the host activity's lifecycle. For example, when the activity is paused, so are all fragments in it, and when the activity is destroyed, so are all fragments. However, while an activity is running (it is in the resumed lifecycle state ), you can manipulate each fragment independently, such as add or remove them.

Fragments | Android Developers

http://developer.android.com/guide/topics/fundamentals/fragments.html
Kaloer Clock is a night clock for Android. The big clock makes it ideal for night use. The advanced alarm wakes you up with your favorite music and fades slowly in. You can use Kaloer Clock's alarm as well as integrate with the default alarm clock application. http://www.kaloer.com/

Kaloer.com

Programming Android - OFPS - O'Reilly Media

This title is no longer participating in the Open Feedback Publishing System (OFPS) . We thank all the OFPS readers who gave us feedback on the book while it was being written. http://ofps.oreilly.com/titles/9781449389697/
Continuing our tutorials on Android here at JavaCodeGeeks, I am going to provide a number of articles on how to build a full Android application from scratch. The app will mainly be useful for performing movies and actors lookups. The TMDb API will be used for searching and links at the mobile version of IMDB will be provided. All the app development lifecycle will be presented and useful tips will be given along the way. Stay tuned! http://www.javacodegeeks.com/2010/10/android-full-application-tutorial.html

“Android Full Application Tutorial” series - Java Code Geeks

http://www.javacodegeeks.com/search/label/Android Please spread the news! The larger the number of participants the more people will be eligible for getting discounts on best-selling Packt's books!

Java Code Geeks

File Mgmt

SDK | Android Developers

http://developer.android.com/sdk/index.html Welcome Developers! If you are new to the Android SDK, please read the steps below, for an overview of how to set up the SDK. If you're already using the Android SDK, you should update to the latest tools or platform using the Android SDK and AVD Manager , rather than downloading a new SDK starter package. See Adding SDK Components .
Comic Reader