[android-developers] Robotium horizontalscroll using solo

2012-03-12 Thread Uday Gokhale
Hi All, I have 2 galary views in my app. I want to scroll right on 2nd galary view. here is my code but its not working.. ArrayList views = solo.getCurrentViews(); *for* (*int* i=0;ihttp://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Listview and expandablelistview

2012-01-13 Thread Uday Gokhale
Ya TreKing,robinns <http://sites.google.com/site/rezmobileapps/treking> you are rite. THANKS A LOT!!! On Fri, Jan 13, 2012 at 8:40 PM, TreKing wrote: > On Fri, Jan 13, 2012 at 3:28 AM, Uday Gokhale wrote: > >> How can i achieve this. > > > Learn to program, read

[android-developers] Listview and expandablelistview

2012-01-13 Thread Uday Gokhale
I want to create app in which 1) get main list view content from user (from edit-text) .on click of add button it will add dynamically. 2)on click of list view pop up in which 3 options 1)add sub list 2)delete3)edit 3)And repete 2) for my sublist also. How can i achieve this.

[android-developers] How to run application in background on click of device back button

2011-12-18 Thread Uday Gokhale
I want to show route between source and destination using google map.whenever - 1) I get the message,on click of that message I want to check whether my application is install on device? 2) If my app install on a device i want to show route, 3)I want my application to run in background when back

[android-developers]

2011-12-15 Thread Uday Gokhale
I am having an activity which reads outgoing call. I got the numers and suceessfully shon on my listview . but I am not getting names releated to that particular outgoing calls. the whole thing look like this Uri allCalls = Uri.parse("content://call_log/calls"); Cursor c =

[android-developers] Retrive outgoing call and name using content provider

2011-12-15 Thread Uday Gokhale
I am having an activity which reads outgoing call. I got the numbers and suceessfully shown on my listview . but I am not getting names releated to that particular outgoing calls. the whole thing look like this Uri allCalls = Uri.parse("content://call_log/calls"); Cursor c =