> Sorry, What I meant was, after opening the app multiple times, and pressing
> the Home button multiple times, I could not see multiple instances of the
> activity. I just had to press BACK once, and it was gone.

Sorry,
but you did not follow my steps.

I guess that you did not follow the very first step:
1. When installing NotePad application tap "Open".

This makes the difference: when you launch an application from
Installer,
then press Home button and then launch it again from the Home screen
you get multiple instances of the main activity.
This is by design of launchMode:"standard"
And this causes the bug.

I just verified them on DroidX one more time.
Let me repeat the steps:

1. When installing NotePad application tap "Open".
2. Create a new note, begin editing, then press Home button.
3. Launch NotePad from the home screen - the editor disappeared, only
the list displayed. This is bug #1.
4. Tap on the note and continue editing.
5. Note: if user continues repeating Home/Launch cycle, then there may
be multiple activities created
   and the application will run out of memory.
6. Press Back. Return to the list.
7. Press Back. Again see the editor! This is bug #2 (actually it is
the same bug, but customers are not aware of it and report it
separately).
8. Press Back. Return to the list.
9. Press Back. Return to the home screen.
Now the application is closed.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to