/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

android-developers.googleblog.com
| | pbrisbin.com
3.0 parsecs away

Travel
| | I am not an android developer. I am not even a Java developer. What appears below is my attempt to share what I've learned using the android documentation, google, and copious amounts of trial and/or error. I apologize for mistakes; please offer corrections via twitter or email. I was upset when I first got my Droid Eris that the media player couldn't load a url by default. I stream my mpd out to the world so that I can pick it up away from home.
| | 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.
| | 10xlearner.com
16.1 parsecs away

Travel
| Hello ! I'm Xavier Jouvenot and here is the fourth part of a long series on The Modern C++ Challenge. In this article, I am going to explain how I solved the fourth problem in C++, and how I integrated the solution in an Android project. The objective of fourth third problem is simple. We...