This wiki is aimed at Android development — primarily for SDK applications (those that can be deployed to existing devices) and secondarily for the Android open source project (contributing changes…
This page lists Android communities with a strong emphasis on Android development and offering multiple sorts of resources, particularly those that may not have another page on this wiki. Entries…
Here are the currently-published Android books available via Amazon and similar booksellers, listed in order of their initial publication date, with links to their publisher sites where available: …
This page is a roster of mailing lists, forums, discussion boards, and the like pertaining to Android development, in alphabetical order: anddev.org: home for many discussion boards on a wide range…
This page lists, in alphabetical order, various podcasts or similar sorts of regular audio/video posts that pertain to Android application development: MOTODEV: Hosted by the Motorola developer…
Welcome to the wiki for The Open Mob for Android(TM) (AndMob for short). We hope that you will find this to be a useful resource for Android application development. Search Android development…
Lists The pre-eminent source of Android blogs is the Planet Android blog aggregator. At the time of this writing, it aggregates several dozen blogs all into one feed, so you can subscribe once and get…
You can use the android:dividerHeight XML layout attribute to make the divider be 0px high. Or, you can use the android:divider XML layout attribute to make the divider be transparent (#00000000)….
html form action="http://www.google.com/cse" id="cse-search-box" target="_blank" div input type="hidden" name="cx" value="001449552234423669154:2f1kzet8mxm" / input type="hidden"…
Conferences List here anything that is part of a formal conference: dedicated Android conferences, conferences with Android tracks, or scheduled presentations at conferences. Google I/O May 27 - 28,…
Please change this page according to your needs
Contests These are competitions to induce development of Android applications in general, or in broad categories (e.g., widgets). Droid Dev Challenge I: Contest for development of widgets for Android…
This page lists, in alphabetical order, online and local development tools that may be of use to Android developers: aiLocalizer: Android Localizer - utility for automatic localization of Android…
See http://source.android.com/documentation/building-for-dream. But, note that this is not the whole story. You will also need to do several other tweaks, depending on what version of the system you…
Application Development GUI Why does findViewById() return null when I call it? Why do I now get StackOverflowError exceptions in my code? Can I hide the ListView separator? How can I change the size…
HADO is currently suspended. The Help a 'Droid Out (HADO) list plays a "matchmaker" role — it is a moderated list where those seeking Android development assistance can find those who are…
Given that you have a TabHost named tabHost, try: tabHost.getTabWidget().getChildAt(0).setLayoutParams(new LinearLayout.LayoutParams(width,height)); where width and height are the desired size…
Use PackageManager to find the PackageInfo for the application in question. Then it should be the versionName public field in the PackageInfo object.
According to a post by Raphael (a core Android team member), you ideally want to have USB Debugging enabled on the device before plugging it into the Windows PC for the first time. If you are reading…
Create a WebViewClient object, overriding onPageCompleted(). Then, call setWebViewClient() on your WebView object to tie the WebViewClient to the WebView. Then, implement onPageCompleted() to do…
