Explore >> Select a destination


You are here

android-developers.googleblog.com
| | www.java2s.com
3.5 parsecs away

Travel
| | Android Open Source - Android-Display-Images-from-SD-Card-Tutorial Lazy Adapter
| | kylewbanks.com
3.7 parsecs away

Travel
| | Android Intents allow developers to share data such as text, images and URLs with other apps. This is handy for Share buttons, allowing users to tweet, post, email or message their friends from within your app or game.
| | www.thepolyglotdeveloper.com
1.9 parsecs away

Travel
| | Use a Java InputStream with threads to download remote files without a browser in Android. Use this method to download in-app purchase files or update data.
| | abdulapopoola.com
17.8 parsecs away

Travel
| While working on an Android app, I needed to get people to sign into Facebook however I didn't want them to leave my app. The simple solution was to launch the browser through an intent; however, this was going to stop my activity which was unacceptable. I wanted a solution that enabled users to sign...