[android-developers] Where to revoke access granted to sample program with 'View basic information about your account' access

2014-01-15 Thread Jim Stewart
Yesterday I was attempting to learn Android OAuth. Using the Google play services samples as a base I managed to get my simple program MyOauthTwo authorized and return my name. So far so good. I know I can invalidate the token from Android. My question is where do I see with the Google web

Re: [android-developers] Where to revoke access granted to sample program with 'View basic information about your account' access

2014-01-15 Thread Jim Stewart
to approve 'View basic information about your account' Mystery! On Wed, Jan 15, 2014 at 8:58 AM, Nikolay Elenkov nikolay.elen...@gmail.comwrote: On Wed, Jan 15, 2014 at 11:27 PM, Jim Stewart jim...@gmail.com wrote: Yesterday I was attempting to learn Android OAuth. Using the Google play

Re: [android-developers] Contextual Action Bar With Landscape Fragments and Selected Item Highlight

2012-11-15 Thread Jim Stewart
) wrote: On Thu, Nov 1, 2012 at 8:43 AM, Jim Stewart jim...@gmail.comjavascript: wrote: 1. How would you control the CAB based on Long Holds the way Google are doing it? Don't use CHOICE_MODE_MULTIPLE_MODAL. Start the ActionMode yourself as you see fit. Here is an example: https

Re: [android-developers] Contextual Action Bar With Landscape Fragments and Selected Item Highlight

2012-11-15 Thread Jim Stewart
in it if this helps -- K 2012/11/1 Jim Stewart In portrait mode I have one Fragment List View (A). When I click on the item it launches a new activity which in turn loads a new fragment (B) to display the selected record. When I 'LongHold' on one item in (A) the CAB launches where I

[android-developers] Contextual Action Bar With Landscape Fragments and Selected Item Highlight

2012-11-08 Thread Jim Stewart
In portrait mode I have one Fragment List View (A). When I click on the item it launches a new activity which in turn loads a new fragment (B) to display the selected record. When I 'LongHold' on one item in (A) the CAB launches where I then 'Single Click' on lines to add/subtract lines to