It is, no doubt, null! The question is -- why is it null? And the tool to answer the question is -- THE DEBUGGER!
Not this group. The debugger can answer this question in seconds. It's been two days, and this group shows no sign of answering the question -- ever. So where should you focus your attention? On Dec 23, 10:32 am, Brad Gies <[email protected]> wrote: > What is "con"? > > Sincerely, > > Brad Gies > ----------------------------------------------------------------------- > Bistro Bot - Bistro Blurbhttp://bgies.com > http://nocrappyapps.comhttp://bistroblurb.com > http://forcethetruth.comhttp://ihottonight.com > ----------------------------------------------------------------------- > Everything in moderation, including abstinence (paraphrased) > > Every person is born with a brain... Those who use it well are the successful > happy ones - Brad Gies > > Adversity can make or break you... It's your choice... Choose wisely - Brad > Gies > > Never doubt that a small group of thoughtful, committed people can > change the world. Indeed. It is the only thing that ever has - Margaret Mead > > On 23/12/2010 9:24 AM, Tsolmon Narantsogt wrote: > > > > > > > > > Hello list > > > I got a this error . > > java.lang.NullPointerException > > W/System.err(10127): at > > android.app.Activity.setContentView(Activity.java:1622) > > W/System.err(10127): at > > android.app.ListActivity.ensureList(ListActivity.java:305) > > W/System.err(10127): at > > android.app.ListActivity.setListAdapter(ListActivity.java:256) > > W/System.err(10127): at > > com.dynamiclistview.dynamicListView$ListViewAdapter$1$1.onClick(dynamicList > > View.java:73) > > W/System.err(10127): at > > com.android.internal.app.AlertController$ButtonHandler.handleMessage(AlertC > > ontroller.java:158) > > W/System.err(10127): at > > android.os.Handler.dispatchMessage(Handler.java:99) > > W/System.err(10127): at android.os.Looper.loop(Looper.java:123) > > W/System.err(10127): at > > android.app.ActivityThread.main(ActivityThread.java:4363) > > W/System.err(10127): at java.lang.reflect.Method.invokeNative(Native > > Method) > > W/System.err(10127): at > > java.lang.reflect.Method.invoke(Method.java:521) > > W/System.err(10127): at > > com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java: > > 860) > > W/System.err(10127): at > > com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618) > > W/System.err(10127): at dalvik.system.NativeStart.main(Native Method) > > > 72: dynamicListView d = new dynamicListView(); > > 73: d.setListAdapter(new ListViewAdapter(con)); > > > I dont't understand it . > > Can anyone explain me. -- 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

