Seems pretty useful! I've found this Chrome extension indispensable for Android development:<p><a href="https://chrome.google.com/webstore/detail/android-sdk-search/hgcbffeicehlpmgmnhnkjbjoldkfhoin" rel="nofollow">https://chrome.google.com/webstore/detail/android-sdk-search...</a>
This is excellent! Thanks for this, it complements (replaces even) very nicely my usual means of learning a new API call - that is 'read relevant SO post; look up each main function call on developer docs; hunt down further clearer 'real world' examples".<p>Also if you are doing android development in general (anyone) I can't recommend the android-query (<a href="http://code.google.com/p/android-query/" rel="nofollow">http://code.google.com/p/android-query/</a>) library enough; it's saved lots of time and makes a lot of common tasks much easier.