[mono-android] My next big project for Android - advice please on if this can be done using Mono for Android
Tomasz Cielecki
tomasz at ostebaronen.dk
Mon Jan 9 18:52:22 EST 2012
Drawing lines on a canvas is possible along with drag and drop as you
are able to register listeners to Touch Events on Views and you can
easily override the Draw method on a View.
I have done a similar think with a View to create my own graphs which
I draw manually with lines and paths. Though without zoom or anything,
but that could be implemented by listening to events and react to
those.
I think your biggest challenge is going to be to find out how to model
all the roads, junctions and so on and how to tie them together (maybe
you already have thought of this?)
I think as a whole the Mono for Android platform is ready for what you
are trying to achieve. Can't see why it shouldn't be.
On Mon, Jan 9, 2012 at 11:09 PM, Paul F. Johnson
<paul at all-the-johnsons.co.uk> wrote:
> Hi,
>
> Following the release of my Time Of Death app (which has had >1500
> downloads and isn't even on the Market), my boss has given me free reign
> over my next forensic science Android app.
>
> I already have the basis of one as a winform app - it is a speed of
> collision/skid length analysis application. For Android though I want to
> extend it into the application the skid analysis one was supposed to be.
> Problem is that I don't know if Mono for Android can handle what I want
> to do.
>
> What I'm looking to do is use the code I have for stopping distance,
> grip efficiency and the likes but to tie that into a screen that allows
> a model to be built (add roads, junctions, roundabouts, lighting,
> corners - think Lego and you get the idea), draw in the skid marks and
> final positions of the vehicles (again, these are from a choice). Based
> on that, do the calcs. For the final positions and fine detail, the
> software must be able to zoom into created image using a two finger
> gesture.
>
> I've not seen anything like this on Android (in or out of Mono for
> Android) and have certainly not seen any form of drag and drop or
> line/curve drawing examples anywhere.
>
> Is what I'm trying to do going to work using Mono for Android for a
> start?
>
> Comments welcome
>
> Paul
> --
> Vertraue mir, ich weiss, was ich mache...
>
> _______________________________________________
> Monodroid mailing list
> Monodroid at lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
--
Med Venlig Hilsen / With Best Regards
Tomasz Cielecki
http://ostebaronen.dk
More information about the Monodroid
mailing list