[android-beginners] Re: The content of the adapter has changed but ListView did not receive a notification

2010-07-28 Thread nimusi
-- There are only 10 types of people in the world... Those who know binary and those who don't. -- On Tue, Jul 27, 2010 at 2:35 PM, nimusi nimus...@gmail.com wrote: I have an app in which the main activity is a listview

[android-beginners] The content of the adapter has changed but ListView did not receive a notification

2010-07-27 Thread nimusi
-thread. Does this mean that I have to replicate the add item code in each activity? Or am I going about this in the wrong way and I should be doing something else. NiMuSi http://www.nimusi.net/blog -- You received this message because you are subscribed to the Google Groups Android Beginners group

[android-beginners] Returning values from dialog

2010-07-20 Thread nimusi
variable myTitle cannot be assigned, since it is defined in an emclosing type. I would be grateful for any help with this. Nimusi -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow

[android-beginners] Re: Returning values from dialog

2010-07-20 Thread nimusi
. -- Kostya Vasilyev --http://kmansoft.wordpress.com 20.07.2010 18:26 пользователь nimusi nimus...@gmail.com написал: I am a newbie trying to learn Java at the same time as learning Android. I need to show a dialog containing two EditTexts and return the values: I am using the following code