[android-developers] Re: Like Quartz

2011-06-10 Thread Emanuel Moecklin
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

Re: [android-developers] Re: Like Quartz

2011-06-10 Thread Nikolay Elenkov
On Fri, Jun 10, 2011 at 9:57 PM, Emanuel Moecklin 1gravity...@gmail.com wrote: 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

Re: [android-developers] Re: Like Quartz

2011-06-10 Thread Kostya Vasilyev
AlarmManager ? http://developer.android.com/reference/android/app/AlarmManager.html -- Kostya 2011/6/10 Nikolay Elenkov nikolay.elen...@gmail.com On Fri, Jun 10, 2011 at 9:57 PM, Emanuel Moecklin 1gravity...@gmail.com wrote: You could always try to adapt Quartz to Android. From my