On Tue, Apr 26, 2011 at 2:36 AM, theandroid <[email protected]> wrote: > 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 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.
Absolutely not. You have not even said what the problem is. Calling Android code is what Android does. That is not significantly different than any other programming that has been done in the past half-century. Taking an educated guess that your code is crashing, use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your crash. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, One Low Price! -- 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

