Hi! I`m very new to Abdroid development byt I`m am an experienced C++ programmer and have begun to get the grasp of the SDK.
I find it very challenging and interesting working with ths and look forward to heeps of hours in front of my laptop, I have started working on an app that first opens a window with som buttons. When I click on one of these buttons I open a list. (Eks same as sample project Notepad3v in the SDK). >From here I can add, edit and delete items in the list. Now I have changed the sample a bit. When I select the context menu item for this listview I open a new view which contains the option to enter a new item name and a description (as before), but have added a new list to the bottom of this view. All this works fine, but in this last view, when I`m trying to add a new item to this list somethings happens when I call the SetContentView with the right xml layout file. I`m sent somewhere into the android source code, which I don`t have. I hope I have decribed this in an understanding manner. So far I have been going through the code to se if I can find some misspelling or some ambiguity issues but I`m rather stuck. I have tried to find out if there are any articles on this topic but I`m kinda lost. Since I`m used to C++ programming doing normal MFC applications I wonder if the problem I`m having is a part of the handling of multiple views and threading. I can of course send you my code. I`m developing for the 2.2 version and I`m using both the virtual device and the HTC Desire Z mobile phone as debugging plattform. I have tried to find out how I can get the android source code to be able to debug things alittel betterm but isn`t this an easy approach. It sound from different articles I read that it is a small hazzel to get this up an going. Please advice me on this topic if you know some good ways to handle this. -- 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

