Re: [android-developers] sublist

2011-03-30 Thread jaafar zbeiba
thx but it just a list and I do not know or square sublist -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] sublist

2011-03-29 Thread jaafar zbeiba
how to create sublist android -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] sublist

2011-03-29 Thread TreKing
On Tue, Mar 29, 2011 at 5:26 PM, jaafar zbeiba jaafarinformati...@gmail.com wrote: how to create sublist android how to ask question smart wayhttp://www.catb.org/~esr/faqs/smart-questions.html -

Re: [android-developers] sublist

2011-03-29 Thread jaafar zbeiba
what ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] sublist

2011-03-29 Thread Kristopher Micinski
Read the documentation on making a list, subclass it, look at the API examples, come up with some sample code, and then come back if you still need more help (armed with sample code, things you tried, and directions you think might be right.) On Tue, Mar 29, 2011 at 6:53 PM, jaafar zbeiba

Re: [android-developers] sublist

2011-03-29 Thread jaafar zbeiba
yes you right i made a list but i don't know how to do or the sublist -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] sublist

2011-03-29 Thread Kristopher Micinski
Right, the point that TreKing is making is that you should try to provide some code from what you tried Then provide what you don't understand... Then show how *you* tried to solve the problem Then show fairly well what points (exactly) confuse you. Or Read this:

Re: [android-developers] sublist

2011-03-29 Thread jaafar zbeiba
here is my class but I placed or subliste exactly public class List extends Activity { private ListView maListViewPerso; /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

Re: [android-developers] sublist

2011-03-29 Thread Kristopher Micinski
nice job. Kris On Tue, Mar 29, 2011 at 7:34 PM, jaafar zbeiba jaafarinformati...@gmail.com wrote: here is my class but I placed or subliste exactly public class List extends Activity { private ListView maListViewPerso; /** Called when the activity is first created. */