This last weekend I fixed the problems with my Android OAuth application 
(poorly) named "Brion Learns OAuth" (BLOA)

I just posted a video showing the outcome running on three different 
versions of the OS: 1.6, 2.3.3 and 4.2.2 (latest)

The video is at: 
http://www.youtube.com/watch?v=35bQvv4xGdU&feature=share&list=UU297Ha2XxajL6-TAce4SZLQ

The source code is referenced at the video and can be found at: 
https://github.com/brione/Brion-Learns-OAuth

I made a lot of improvements to the code which hadn't been touched in over 
three years to better reflect my current understanding of writing Android 
apps.

Basically: use compatibility library, ListFragment, CursorLoader, 
ContentProvider, bulk insert with transactions.

Some of the recent problems with Android and Spotlight-based authentication 
are based on the need for to now do token decoding off of the UI thread. 
The updates in this code address that.

I hope someone benefits from this.

Thanks,

Brion

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to