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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

