Ok, if you are down to that level, it is probably best for you to code
everything by yourself in a single activity :-)

For most other users and simple apps I'd still recommend making use of
what the framework provides as much as possible and create separate
activities. :-)

BTW: In your example you used the VIEW action. While it is not really
relevant, if you give the class name directly, you should be using the
MAIN action. VIEW is reserved in connection with a content URI, e.g.
VIEW + contentURI of a sound file opens the correct activity to play
back the sound file.

Peli

On Oct 27, 6:14 pm, "Robert K." <[EMAIL PROTECTED]> wrote:
> By the way, I've also tried a version where I deleted GestureDetector
> and the whole onGestureListener -stuff from Second.java...
>
> The result was a minimum of 36ms...mostly it was 42 or 45ms. The peak
> lowered a little bit.
--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to