[android-developers] Using google as the idp and my own service as the sp in an OAuth exchange

2012-10-05 Thread David Cameron
I'm building an Android application, and would like users to login with their Google Apps account. However, I'm not using, nor am I interested in using any of google's services in the backend. Is this possible? I'm picturing this approach: 1. Use AccountManager in the application to ask for

[android-developers] is the Android hprof format specified anywhere?

2014-09-07 Thread David Cameron
To set the stage: I'm wrestling with OutOfMemoryExceptions, and beginning to suspect heap fragmentation as the root cause. I know that the hprof files dumped from the monitor tool are a slightly different format (JAVA PROFILE 1.0.3) from the standard java hprofs (JAVA PROFILE 1.0.2). I know

[android-developers] Re: is the Android hprof format specified anywhere?

2014-09-07 Thread David Cameron
Oh yes, the link to the hprof spec: [1] https://java.net/downloads/heap-snapshot/hprof-binary-format.html On Sunday, September 7, 2014 3:42:12 PM UTC-4, David Cameron wrote: To set the stage: I'm wrestling with OutOfMemoryExceptions, and beginning to suspect heap fragmentation as the root

[android-developers] Re: is the Android hprof format specified anywhere?

2014-10-26 Thread David Cameron
explanation of what all the tags mean. On Sunday, September 7, 2014 3:42:54 PM UTC-4, David Cameron wrote: Oh yes, the link to the hprof spec: [1] https://java.net/downloads/heap-snapshot/hprof-binary-format.html On Sunday, September 7, 2014 3:42:12 PM UTC-4, David Cameron wrote: To set