Re: [android-developers] Re: Regarding play audio files using SoundPool class

2011-12-21 Thread Md.Fazla Rabbi OPU
Hi Kumar , Hope this link will be helpful for you. * http://stackoverflow.com/questions/3288513/how-to-play-audio-files-one-after-the-other * -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: pleasehelp me on below query

2011-12-20 Thread Md.Fazla Rabbi OPU
Actually your problem is in your * imageInSD String. *Because this string takes the *id* of the image not the *path*. But the* *method *decodeFile *takes path of the image as a parameter that should be stored in sdcard.* *So first store the image into sdcard then refer the path*. Change

Re: [android-developers] Re: pleasehelp me on below query

2011-12-20 Thread Md.Fazla Rabbi OPU
If you are using eclipse then it is very easy. Click* DDMS *then u will see*File Explorer *. If *File Explorer* is not displayed click *Window-Show View-File Explorer* .In File Explorer u can see 3 folders click on *mnt *folder then u can see *sdcard*. Select *sdcard* . Right side of the *File

Re: [android-developers] Re: Regarding play audio files using SoundPool class

2011-12-20 Thread Md.Fazla Rabbi OPU
Hi Verma, I have developed a app which holds some audio files(50 sound files). For my app i have used *MediaPlayer* Object which play one sound file at a time. So for these 50 sound files i have stored sound files in *res/raw* folder. Then in my code i use an array which holds the *id* of the

[android-developers] Unable to handle error in google map parsing

2011-07-05 Thread Md.Fazla Rabbi OPU
I am able to parse google map according to location name. Now my problem is when i enter a wrong location in my editbox and press enter button it crashes. I want: when no location is found then it will show a message *No Location found Enter location correctly* instead of crash. How can i do this?

[android-developers] Unable to draw route between two locations

2011-06-29 Thread Md.Fazla Rabbi OPU
Hi all, I am working with google map for some days. I have developed a small project through which i can track my location and five nearest ATM booths in a list. When i click on a booth then it shows two markers in google map: one is my location and the other is a ATM booth. Now i want to draw the

[android-developers] Source code for finding Route between two places in Google map

2011-06-27 Thread Md.Fazla Rabbi OPU
Hi all, I am unable to display the route between two places in google map. Please anyone give me the* complete source code* of displaying route between two places in google map. Best Wishes Md.Fazla Rabbi Opu -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Unable to get Latitude, Longitude of Current location

2011-06-22 Thread Md.Fazla Rabbi OPU
Hi all, I want to develope an app in which-- When i start the app it will first give me Latitude and Longitude of my current location. Here is my code: *LocationListener locLis=new LocationListener() { @Override public void onStatusChanged(String provider, int status, Bundle extras)

Re: [android-developers] Re: Problem in Searching a Location in Emulator using Google Map

2011-06-16 Thread Md.Fazla Rabbi OPU
) to navigateToLocation() method to make sure it is working ok... Regards On Jun 16, 2:25 pm, Md.Fazla Rabbi OPU md.fazlara...@gmail.com wrote: If the message *Couldn't get connection factory client *is not a problem then why i don't get any output? On Thu, Jun 16, 2011 at 3:51

[android-developers] Problem in Searching a Location in Emulator using Google Map

2011-06-15 Thread Md.Fazla Rabbi OPU
Hi everyone, I have developed an app in which there is an *editbox(Search_Location*) and a search *button(Find_Loc_Button)* and below a google map. When i launch the app it works fine with showing google map. But my problem is when i intend to search a location in the editbox and press the

Re: [android-developers] Problem in Searching a Location in Emulator using Google Map

2011-06-15 Thread Md.Fazla Rabbi OPU
If the message *Couldn't get connection factory client *is not a problem then why i don't get any output? On Thu, Jun 16, 2011 at 3:51 AM, TreKing treking...@gmail.com wrote: On Wed, Jun 15, 2011 at 6:03 AM, Md.Fazla Rabbi OPU md.fazlara...@gmail.com wrote: But my problem is when i intend

[android-developers] Problem in showing multiple images in ImageView object

2011-05-19 Thread Md.Fazla Rabbi OPU
is pressed. Same event will be occured when the previous button is clicked. How can i do this. Plz anyone help me. Thanks in Advance Md.Fazla Rabbi Opu -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android