[android-developers] Tutorial for Using Twitter API v1.1 in Java for Android

2014-02-09 Thread Roger Podacter
FINALLY! Great tutorial. I've looked forever to find this type of twitter v1.1 sample using http and not the twitter4j or similar library. Good work and thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send e

[android-developers] Tutorial for Using Twitter API v1.1 in Java for Android

2014-02-09 Thread Troy
Hey Devs, Twitter's API is no longer open. To access it you must use OAuth. I have written a tutorial complete with free source code demonstrating how to do it. Please check it out at: http://therockncoder.blogspot.com/2013/09/android-twitter-api-11-app.html My blog features lots of post on And

[android-developers] Re: Android how to manage the text size for different screen sizes.

2014-02-09 Thread 12169
Hi, can anybody suggest which is the better approach to specify the dimensions size for different screen sizes. whether i use values-ldpi,values-mdpi set of folders or values-small,values-normal set folders. On Sunday, February 2, 2014 1:22:00 AM UTC+5:30, 12169 wrote: > > Hi, > > I have

[android-developers] Google Play Services adds nearly 10,000 methods!

2014-02-09 Thread Andrew Mackenzie
I would run proguard on your production build, and keep your development debug build as is. Remember to keep the mappings.txt file generated by obfuscation when doing a build for release - to upload to store for de-obfuscation of crash traces. That will strip out unwanted methods from play jar