[android-developers] Jagged array's objects in the ListView

2012-10-14 Thread Dhruv Mewada
You. Need to createn custom adaptor extending base adaptor which uses your data. Google it if you don't know how to extend baseadaptor. -- 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] Problem while deleting browser history from doInBackground method of AsyncTask

2012-10-14 Thread Dhruv Mewada
Just Google it ;) http://www.google.co.in/search?aq=fclient=chrome-mobilesourceid=chrome-mobileie=UTF-8q=Can't+create+handler+inside+thread+that+has+not+called+Looper.prepare() -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: inflating xml runtime and repeating that view?

2011-08-18 Thread dhruv mewada
why don't you just try using gridviewhttp://developer.android.com/resources/tutorials/views/hello-gridview.html ? -- 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

[android-developers] Re: Your feedback on Samples/Tutorials/Articles

2011-03-07 Thread dhruv mewada
there is a typo in a cursor joiner doc here http://developer.android.com/reference/android/database/CursorJoiner.html for (CursorJointer.Result joinerResult : joiner) { for (CursorJoiner.Result joinerResult : joiner) { -- You received this message because you are subscribed to the Google