What is the error? Do you have this file setting_time.xml? On Thu, Oct 14, 2010 at 6:38 PM, LiangLiang Wu <[email protected]> wrote:
> Hi guys I need your help, and i search for a whole day on the net,but..... > > from my main class, I want to load SettingTimeWheel.class use intent: > > > Intent settingpage = new Intent(this,SettingTimeWheel.class); > > startActivityForResult(settingpage, 0); > > > > SettingTimeWheel is a "extends ListActivity" class, because I want to use: > setListAdapter() in the class. > > but I alway got some error at: > > setContentView(R.layout.setting_time); > > in SettingTimeWheel. > > How should I do? > > Thanks for your help. > -- > Sincerely, > Liang > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com -- 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

