Re: [mono-android] How to implement ViewPager from compatibility package .jar

2012-02-04 Thread Stuart Lodge
If it helps I've also just ported a Page Indicator from the Java sample on this blog: http://buildmobile.com/how-to-build-an-android-pager-component/#fbid=TnZmgHdBfhF (license unclear?) Still some sizing issues to sort out - and it would be nice to make it more "animated" - but it basically works

[mono-android] Tracking GlobalReferences

2012-02-04 Thread NebulaSleuth
I have been working to find lost Global References in my application. I have been able to find and address just about everything, but I have some questions about the information in the debug.mono.log data. First I seem to get a recurring Global Reference allocation with the *same* address, that n

Re: [mono-android] Nook apps

2012-02-04 Thread NebulaSleuth
You can get the nook to show up in adb by side loading an application that allows you to enable debugging mode and installing the appropriate drivers. You don't have to root the device to make it work, but I found it very helpful to do so. you can find info here: http://forum.xda-developers.com/

Re: [mono-android] Tracking GlobalReferences

2012-02-04 Thread Jonathan Pryor
On Feb 4, 2012, at 6:36 PM, NebulaSleuth wrote: > First I seem to get a recurring Global Reference allocation with the *same* > address, that never seems to be deallocated. But the information doesn't > point me to anywhere that I can find in my code. I was hoping someone had > an idea of what a