Re: [android-developers] Re: Find the location in Android Map

2010-09-16 Thread Dhrumil Shah
is geo:lat,long). 2: The GeoPoint constructor takes coordinates that are scaled by 100, i.e. 45.7 N would be 4570. (see e.g. http://developer.android.com/resources/tutorials/views/hello-mapview.html) BR Per On 15 Sep., 19:59, Dhrumil Shah dhrumilsh...@gmail.com wrote: Hey TreKing

Re: [android-developers] Find the location in Android Map

2010-09-15 Thread Dhrumil Shah
The problem is that I am not able to find that exact location and not able to put marker on that location. ~Dhr On Wed, Sep 15, 2010 at 6:01 PM, TreKing treking...@gmail.com wrote: On Wed, Sep 15, 2010 at 7:18 AM, dhrumil dhrumilsh...@gmail.com wrote: I have a problem in that. And the

Re: [android-developers] Find the location in Android Map

2010-09-15 Thread Dhrumil Shah
, 2010 at 7:37 AM, Dhrumil Shah dhrumilsh...@gmail.comwrote: The problem is that I am not able to find that exact location and not able to put marker on that location. And what exactly is that exact location

Re: [android-developers] Find the location in Android Map

2010-09-15 Thread Dhrumil Shah
The problem is that zoom of the map is maximum, every time I have to zoom out the map to show the exact location. And I am not able to put marker on that location. ~Dhr On Wed, Sep 15, 2010 at 7:40 PM, TreKing treking...@gmail.com wrote: On Wed, Sep 15, 2010 at 8:46 AM, Dhrumil Shah dhrumilsh

Re: [android-developers] Find the location in Android Map

2010-09-15 Thread Dhrumil Shah
nothing. ~Dhr On Wed, Sep 15, 2010 at 10:46 PM, TreKing treking...@gmail.com wrote: On Wed, Sep 15, 2010 at 12:14 PM, Dhrumil Shah dhrumilsh...@gmail.comwrote: The problem is that zoom of the map is maximum You can change this at any time. every time I have to zoom out the map to show

Re: [android-developers] Find the location in Android Map

2010-09-15 Thread Dhrumil Shah
protected boolean isRouteDisplayed() { // TODO Auto-generated method stub return false; } } ~Dhr On Wed, Sep 15, 2010 at 11:17 PM, TreKing treking...@gmail.com wrote: On Wed, Sep 15, 2010 at 12:42 PM, Dhrumil Shah dhrumilsh...@gmail.comwrote: You can change this at any time. - Ya, i know

Re: [android-developers] Find the location in Android Map

2010-09-15 Thread Dhrumil Shah
Hey Frank, Then you told me what do I do?? ~Dhr On Thu, Sep 16, 2010 at 12:43 AM, Frank Weiss fewe...@gmail.com wrote: I see a couple of issues with your code. 1) The location variable set in the following line does not appear to be used anywher: Location location =

Re: [android-developers] Find the location in Android Map

2010-09-15 Thread Dhrumil Shah
I thought you want to to display a mark on a map from the latitude and longitude a user entered in two text fields. But I don't understand if you want to display that on a MapActivity in your app or in another app. - I want to display that on a MapActivity in my app. Not in another activity.

Re: [android-developers] Re: PhotoViewer

2010-09-07 Thread Dhrumil Shah
I am new in Android. Can you help me how to put GridView ? ~Dhrumil On Tue, Sep 7, 2010 at 11:07 AM, AJ ajeet.invinci...@gmail.com wrote: If you want to display photo one by one then take FrameLayout, else you can take GridLayout. Hope this helps. Thanks, AJ On Sep 7, 10:26 am, dhrumil

Re: [android-developers] Upgrade my Game Application

2010-09-07 Thread Dhrumil Shah
Hello, Hope you all got what I mean to develop. Please give me suggestions for upgrading my game. ~Dhrumil On Mon, Sep 6, 2010 at 6:45 PM, { Devdroid } webnet.andr...@gmail.comwrote: On 6 September 2010 14:42, Dhrumil Shah dhrumilsh...@gmail.com wrote: Hi Sandeep, I try to change

Re: [android-developers] Upgrade my Game Application

2010-09-07 Thread Dhrumil Shah
isn't being upgraded? The code? Have you tried logging some debug text? Are you using the emulator? How are you installing your app. Also, please use pastebin to post code. On Mon, Sep 6, 2010 at 11:55 PM, Dhrumil Shah dhrumilsh...@gmail.com wrote: Hello, Hope you all got what I mean

Re: [android-developers] Upgrade my Game Application

2010-09-07 Thread Dhrumil Shah
7, 2010 at 1:30 AM, Dhrumil Shah dhrumilsh...@gmail.com wrote: I send my code. In that code, I want to put Bouncing Ball. But I am not getting how to put it. I am very much thankful for you if you are helping me. ~Dhrumil On Tue, Sep 7, 2010 at 12:41 PM, Miguel Morales therevolti

Re: [android-developers] launching new instance --- Urgent help needed

2010-09-07 Thread Dhrumil Shah
Have you tried to develop this? If yes, paste ur code ~Dhrumil On Tue, Sep 7, 2010 at 4:15 PM, Revathi K J Ramanan revathiramana...@gmail.com wrote: Hi, I have two activities.A and B. A starts B.Both are running in the screen and both are visible. Say now B is visible. On a special key

Re: [android-developers] Upgrade my Game Application

2010-09-06 Thread Dhrumil Shah
I developed one game its code is here: *Testing.java* * package* com.paad.testing; * import* android.app.Activity; * import* android.os.Bundle; * import* android.os.Handler; * import* android.os.Message; * import* android.view.*; * import* android.graphics.*; * import* android.content.*;

Re: [android-developers] Upgrade my Game Application

2010-09-06 Thread Dhrumil Shah
in the mainfest.xml file regards sandeep On Mon, Sep 6, 2010 at 5:39 PM, Dhrumil Shah dhrumilsh...@gmail.comwrote: I developed one game its code is here: *Testing.java* * package *com.paad.testing; * import *android.app.Activity;* import *android.os.Bundle;* import

Re: [android-developers] Re: How to use D-Pad control in Android

2010-09-05 Thread Dhrumil Shah
) {} updatePhysics(); main.postInvalidate(); } } } } } On Sun, Sep 5, 2010 at 5:37 PM, ko5tik kpriblo...@yahoo.com wrote: On Sep 3, 3:34 pm, Dhrumil Shah dhrumilsh...@gmail.com wrote: Hey Avigadl, If I change

Re: [android-developers] listView: how to add text view on top of the list

2010-09-03 Thread Dhrumil Shah
Hello Ankit, Thanks for this. Its working. Thanks very much. Regards/Thanks, Dhrumil On Fri, Sep 3, 2010 at 6:26 PM, A N K ! T ankit.awasth...@gmail.com wrote: but how where to write it layout code is LinearLayout xmlns:android=http://schemas.android.com/apk/res/android;

Re: [android-developers] Re: How to use D-Pad control in Android

2010-09-03 Thread Dhrumil Shah
Hey Avigadl, If I change the values of the each direction like DIRECTION_TOP = 0, DIRECTION_DOWN = 1, DIRECTION_RIGHT = 2, DIRECTION_LEFT = 3; it is working? I changed that but unfortunetly its not working. Any other Solution? On Fri, Sep 3, 2010 at 5:26 PM, avigadl avig...@gmail.com wrote: