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
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
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
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
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.
>
>
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
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
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
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