Live data from Hacker News

Augmented android code snippets in StackOverflow

codotablog.com

1–10 of 17 posts

Re: Augmented android code snippets in StackOverflow

#7
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".

Also if you are doing android development in general (anyone) I can't recommend the android-query (http://code.google.com/p/android-query/) library enough; it's saved lots of time and makes a lot of common tasks much easier.

Re: Augmented android code snippets in StackOverflow

#8

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". Also if you are doing android development in general (anyone) I can't recommend the android-query ( http://code.google.com/p/android-query/ ) library enough; it's s…

Thanks - I'll have a look at androidquery.
Post reply on HN