Hi all.  I have an app based on Notepad example app, and one thing
that 'bugs' me is that on insertion of a new note, the user can see
the new <untitled> item at the top of the ListView for a split second
before being taken to the EditText-based activity; I'd love for the
item to not be shown at all before the UI changes to the EditText
screen.

Looking at the EditText onCreate, I am calling setContentView() before
the note is inserted by the getContentResolver(), so trying to figure
out why the user can see the insert action of an Activity that is
called AFTER the view is set in onCreate of the activity... is this
due to simple lag between the time the setContentView() call happens
and the time the view can be expanded from XML?  Are views only
expanded at the end of onCreate, and thus this is happening after the
insert action by design?

Any information appreciated!

Paul

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
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