[android-developers] Guidance

2010-09-03 Thread dhrumil
Hello, I am Dhrumil Shah. I am new in Android World. I wanted to learn different things related to Android specially Android Games. And I tried to develope one simple and sweet game. But this is not working. Can anyone please help me to solve it out? Thanks/Regards, Dhrumil Shah. -- You

[android-developers] Need Help

2010-09-03 Thread dhrumil
Hello, I am Dhrumil Shah. I am new in Android World. I tried to develop one simple game application but it has one minor error and I am not getting what is the error. Can anyone here help me to solve it out? ~Dhrumil Shah. -- You received this message because you are subscribed to the Google

[android-developers] button and circle

2010-09-03 Thread dhrumil
Hello, I have a question that I wanted to put button and circle on the same canvas. How can I do this? Please give reply as soon as possible. ~Dhrumil -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

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

2010-09-03 Thread dhrumil
Hello 2All, I have a problem in handling my ball using D-Pad control. Here is my code of handling a ball. public static final int DIRECTION_RIGHT = 0, DIRECTION_UP = 0, DIRECTION_DOWN = 0, DIRECTION_LEFT = 0; private int direction = 0; protected volatile boolean running = true; public boolean o

[android-developers] Upgrade my Game Application

2010-09-06 Thread dhrumil
game. The only box is visible on the screen and the ball image is not visible. I want to display both of them on the screen. How to do this? Any suggestions. Please anyone knows give me a reply. ~Dhrumil -- You received this message because you are subscribed to the Google Groups "An

[android-developers] PhotoViewer

2010-09-06 Thread dhrumil
Hello, Is there anybody who has a knowledge about Photo Viewer in Android. If I want to develop one photo viewer then how can I do this?? ~Dhrumil -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] Image Viewer Problem

2010-09-08 Thread dhrumil
Hello 2All, I tried to develop imageviewer but its not working. during the run time it generates an error. What will do? -- 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.

[android-developers] Create Thumbnail.

2010-09-08 Thread dhrumil
Hello 2All, I create one Gallery Example. In that If I want to do Thumbnail like display what is d code.? -- 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 unsubscri

[android-developers] Find the location in Android Map

2010-09-15 Thread dhrumil
Hello 2 All, I m working on my one application in that user have to put latitude and longitude of the location and after pressing the button the map shows that location. I have a problem in that. Can anyone help me to solve it out? ~Dhr -- You received this message because you are subscribed

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 wrote: > but how where to write it > layout code is>>>>>>> > >xmlns:android="http://schemas.android.com/apk/r

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

2010-09-03 Thread Dhrumil Shah
ral suggestions: > 1. Note that all the directions has value 0, this might be a poblem > wen you want to distinguish between directions. You have to set a > unique value to eac direction. > 2. We suggest to use switch case statement instead of if else if. > > Hope this helps. > > >

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

2010-09-05 Thread Dhrumil Shah
ion ex) {} updatePhysics(); main.postInvalidate(); } } } } } On Sun, Sep 5, 2010 at 5:37 PM, ko5tik wrote: > > > On Sep 3, 3:34 pm, Dhrumil Shah wrote: > > Hey Avigadl, > > > > If I change the

Re: [android-developers] Upgrade my Game Application

2010-09-06 Thread Dhrumil Shah
g. But my problem is the bouncing ball is not visible. How to solve it? Please suggest me. ~Dhrumil On Mon, Sep 6, 2010 at 4:26 PM, Miguel Morales wrote: > How are you upgrading your game? > > On Mon, Sep 6, 2010 at 3:28 AM, dhrumil wrote: > > Hello 2all, > > > > I

Re: [android-developers] Upgrade my Game Application

2010-09-06 Thread Dhrumil Shah
Hi Sandeep, I try to change it, but it shows an error like this: "error: Error: Float types not allowed (at 'versionCode' with value '1.1')." ~Dhrumil On Mon, Sep 6, 2010 at 5:59 PM, Sandeep Phansekar < sandeep.phanse...@gmail.com> wrote: > Hi > &

Re: [android-developers] Re: PhotoViewer

2010-09-06 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 wrote: > If you want to display photo one by one then take FrameLayout, else > you can take GridLayout. > > Hope this helps. > > > Thanks, > AJ > > On S

Re: [android-developers] Upgrade my Game Application

2010-09-06 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 } wrote: > On 6 September 2010 14:42, Dhrumil Shah wrote: > > Hi Sandeep, > > > > I try to change it, but it sho

Re: [android-developers] Upgrade my Game Application

2010-09-07 Thread Dhrumil Shah
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 wrote: > I'm having trouble understanding your question, what isn't bei

Re: [android-developers] Upgrade my Game Application

2010-09-07 Thread Dhrumil Shah
Hello Miguel, Sorry for my fault. -I write my code in Eclipse platform and run in Android SDK version = 1. -I tried to debug it but I am not getting my solution. I think the problem is overlapping of CANVAS. How to solve overlapping canvas problem. ~Dhrumil. On Tue, Sep 7, 2010 at 2:07 PM

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

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 wrote: > On Wed, Sep 15, 2010 at 7:18 AM, dhrumil wrote: > >> I have a problem in that. > > > An

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

2010-09-15 Thread Dhrumil Shah
AM, Dhrumil Shah wrote: > >> 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 wrote: > On Wed, Sep 15, 2010 at 8:46 AM, Dhrumil Shah wrote: > >&g

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 wrote: > On Wed, Sep 15, 2010 at 12:14 PM, Dhrumil Shah wrote: > >> 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 the

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

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

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 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 = locationManager.getLastKnownLocat

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. One

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

2010-09-16 Thread Dhrumil Shah
s 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 wrot