Friday, June 10, 2011

[android-developers] Re: Like Quartz

You could always try to adapt Quartz to Android.
From my experience with other open source software (like Neuroph or
Sudoku Explainer) they normally need some tweaks to make them work on
Android (mainly due to memory/stack and/or performance issues) but in
the end it will work.
On the other hand I'm not sure if using Quartz on a mobile device
isn't taking a sledgehammer to crack a nut. I used Quartz in a J2EE
environment and it was a great product but maybe there are easier ways
to do what you need to do (you might want to elaborate on what your
intentions are to get more advice).

Cheers
Emanuel Moecklin
1gravity LLC


On Jun 9, 1:39 pm, Pierre Diderot II <pierredide...@gmail.com> wrote:
> Hi guys, I'm looking for a feature that wakes up from time to time to
> make particular actions, I know that there is quartz, but quartz
> doesn't exists in Android, do anyone have any solution? Thanks a lot!!!

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment