brione-zz / Brion-Learns-OAuth

Example of an Android application that authenticates via Twitter OAUTH and allows updates and displays the last successful update.
70 stars 19 forks source link

Current implementation uses Apache Http Classes #8

Closed brione-zz closed 11 years ago

brione-zz commented 11 years ago

HttpUrlConnection has been recommended for use in post Gingerbread implementations.

In my RL job we found that it regressed in the very latest version to have the same problems as pre-Honeycomb and we had to use a version-specific workaround.