Monotouch Three20 app launcher or bindings
Asked Answered
P

2

28

From what I've read about btouch; the bindings are not complete for three20.

Is there a project that provides either bindings for the Three20 app launcher or a pure MonoTouch implementation of a launcher UI element?

http://three20.info/showcase/launcher

enter image description here

Pigeontoed answered 27/4, 2011 at 1:40 Comment(2)
Looks like there's at least a good start on them here: github.com/mono/monotouch-bindings/tree/master/Three20Crofter
Here are some bindings for Nimbus. Use it instead. github.com/theonlylawislove/MonoTouch.NimbusFilicide
D
2

There are two different bindings that I have seen. I personally have used the one from GitHub to use the launcher in a MonoTouch app and it is working fine. I haven't used the one from Google Code.

Three20 Binding @ Google Code

Three20 Binding @ GitHub

Disparity answered 10/11, 2011 at 16:48 Comment(1)
Definitely use the GitHub code. It includes the new LinkWith assembly attributes, which make it so much easier to compile/link your monotouch probjectsDegraded
G
1

Nimbus is the new open-source project from Jeff Verkoey (who brought you Three20) that is trying to minimize Three20's sprawling, lengthy build process while providing extensive documentation and feature parity. There's an awesome launcher demo available as part of the project. I don't know about bindings or MonoTouch, but it's a very nice and elegant way to present a launcher. Try it out if possible.

Once you've used Nimbus, the only reason to go back to Three20 is for a feature it doesn't yet support. It's incredibly fast to build and use in general. I highly recommend it. It's also being extensively developed, so that's a drawback if the launcher is one such item.

The link is https://github.com/jverkoey/nimbus. Hope this helped!

Gobbler answered 1/12, 2011 at 5:40 Comment(1)
And here are the bindings for this wonderful library (work in progress)! github.com/theonlylawislove/MonoTouch.NimbusFilicide

© 2022 - 2024 — McMap. All rights reserved.