Re: [android-developers] how to add listview in to sliding drawer??

2012-06-29 Thread DILEEP PT
http://schemas.android.com/apk/res/android"; android:background="#FFCC" android:id="@+id/drawer" android:layout_width="fill_parent" android:layout_height="fill_parent" android:handle="@+id/handle" android:content="@+id/content">

Re: [android-developers] how to add listview in to sliding drawer??

2012-06-29 Thread TreKing
On Fri, Jun 29, 2012 at 4:57 AM, Salman Amjad wrote: > m beginner can any1 plz help me? Start here: http://lmgtfy.com/?q=how+to+write+in+english - TreKing

Re: [android-developers] how to add listview in to sliding drawer??

2012-06-29 Thread Justin Anderson
What have you tried so far? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jun 29, 2012 at 3:57 AM, Salman Amjad wrote: > i m tryng to add listview to sliding drawer but dont know abt the way. > m beginner can any1 plz help me? > > -- > You receiv

[android-developers] how to add listview in to sliding drawer??

2012-06-29 Thread Salman Amjad
i m tryng to add listview to sliding drawer but dont know abt the way. m beginner can any1 plz help me? -- 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

[android-developers] How to add ListView

2009-07-08 Thread sainik
I need to add ListView in my application along with LinearLayout and GridView .But adding of ListView is not being possible ..according to API i am writting but generating a ElligalArgumentException . so if any one guide me to add ListView using Activity i will be very pleased ..if you can plea