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

2012-02-11 Thread Gerry High
Stuart, Have you made any more changes to this code? Also, do you have a photo of how this looks? I'm thinking of adding a pager control to my app--I use a UIPagerController in my iPhone version and am looking for something like the UIPagerControl (http://books.google.com/books?id=lFe0EwHURE

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

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

2012-01-25 Thread Tomasz Cielecki
Do what you want as long as it does not violate the License :) On Wed, Jan 25, 2012 at 8:47 PM, Miljenko Cvjetko wrote: > Hi > > On 2012.01.25 14:12, Tomasz Cielecki wrote: > > I have made a port of a Horizontal Pager which can be found > here: https://github.com/Cheesebaron/MonoDroid.HorizontalP

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

2012-01-25 Thread Miljenko Cvjetko
Hi On 2012.01.25 14:12, Tomasz Cielecki wrote: I have made a port of a Horizontal Pager which can be found here: https://github.com/Cheesebaron/MonoDroid.HorizontalPager Great job! Thanks. may I put it together as VS item template? ... and publish it of course ... regards mel It works in a

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

2012-01-25 Thread Stuart Lodge
Thank you! Builds and runs here - thanks :) On 25 January 2012 13:12, Tomasz Cielecki wrote: > I have made a port of a Horizontal Pager which can be found here: > https://github.com/Cheesebaron/MonoDroid.HorizontalPager > > It works in a similar manner. This is an entirely C# implementation. > >

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

2012-01-25 Thread Tomasz Cielecki
I have made a port of a Horizontal Pager which can be found here: https://github.com/Cheesebaron/MonoDroid.HorizontalPager It works in a similar manner. This is an entirely C# implementation. On Jan 25, 2012 12:52 PM, "Stuart Lodge" wrote: > I don't suppose anyone has already done this and woul

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

2012-01-25 Thread Stuart Lodge
I don't suppose anyone has already done this and would like to share the source (just asking in case) If not, then I'll have a go... as I'd quite like to use the ViewPager in this app. On 23 January 2012 21:24, Jonathan Pryor wrote: > On Jan 21, 2012, at 7:36 AM, k0ng wrote: > > I want to use V

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

2012-01-23 Thread Jonathan Pryor
On Jan 21, 2012, at 7:36 AM, k0ng wrote: > I want to use ViewPager as demo in this website > > http://geekyouup.blogspot.com/2011/07/viewpager-example-from-paug.html Right now, it won't be easy, as you need to manually bind the Java types. In a future release, we'll be providing a tool to simpl

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

2012-01-22 Thread Tomasz Cielecki
You will have to write some helpers in Java and bind it to the managed code with some JNI. On Sat, Jan 21, 2012 at 1:36 PM, k0ng wrote: > I want to use ViewPager  as demo in this website > > http://geekyouup.blogspot.com/2011/07/viewpager-example-from-paug.html > > In the example, the code need t