/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

10xlearner.com
| | zserge.com
1.9 parsecs away

Travel
| | Bringing java 8 features to android platform
| | czak.pl
2.1 parsecs away

Travel
| | [AI summary] The author demonstrates creating an extremely minimal Android Hello World application using only command-line tools, text files, and the build system to understand the mechanics behind the IDE.
| | inthecheesefactory.com
2.5 parsecs away

Travel
| | Android Studio 1.3's stageis closed to the stable release. Newfeatures are keep coming including full NDK support. And it seems like some major change isalsobeing waited for it
| | arpitonline.com
16.0 parsecs away

Travel
| In my previous post, I had written a bit about creating custom Layouts for Android. However to make a truly reusable layout there are a few more things we'd probably need: Some unique properties that you may want to assign to it via XML (Like LinearLayout has an orientation property unique to it) Custom LayoutParams...