Re: [android-developers] Robotium Vs Monkeyrunner

2011-10-19 Thread narasimha venkat
hi robotium is better way to test the application easy to handle junit test code and run min time this is the good one On Thu, Oct 13, 2011 at 7:19 PM, Mahendran smahend...@gmail.com wrote: I'm new to Android and I'm trying to understand 1. Which is better tool for testing both

Re: [android-developers] AlarmManager and Service

2011-07-29 Thread narasimha venkat
hi friend send me the xml file also i am checking On Fri, Jul 29, 2011 at 12:12 PM, kirti waykole kirti.carr...@gmail.comwrote: Hello, I am new in android. I am using AlarmMagener in my application. i am setting Alarm to some date. now i am giving direct date. when the system date is

Re: [android-developers] Re: convert a C++ game to Android

2011-01-24 Thread narasimha venkat
first one thing android game related canvas or opengl surface view two different ways selecting one u can develop game u can analyse the document develop the game On Sat, Jan 22, 2011 at 5:39 AM, Marcin Orlowski webnet.andr...@gmail.comwrote: On 22 January 2011 01:03, DanH

Re: [android-developers] Android beginner

2011-01-24 Thread narasimha venkat
hi delete thumbs.db in drawable image folder after refresh the project next click project menu clean the project On Fri, Jan 21, 2011 at 12:36 PM, subhashini alaguchokku subhashini.andr...@gmail.com wrote: Hai, Im new one for android,when import existing project, following error

Re: [android-developers] Android GeoCoder Issue

2011-01-14 Thread narasimha venkat
Geocoder geocoder = new Geocoder(this, Locale.getDefault()); ListAddress addresses = geocoder.getFromLocation(lat, lng, 1); using this code its working On Sat, Jan 8, 2011 at 2:03 AM, Ankur Avlani ankuravl...@gmail.com wrote: Hi All, I am using android map api. To plot overlays, for some