Re: [android-developers] Google direction API

2013-07-07 Thread Sunny
it to work or someone else responds with a solution. so far no one did... uggh :-( On Saturday, July 6, 2013 6:52:09 PM UTC-7, Sunny wrote: Hi TreKing, It doesn't matter whether you put a comma or a space, the behavior is : it works well with a space or comma when you are invoking

Re: [android-developers] Google direction API

2013-07-06 Thread Sunny
: This is your code On Thu, Jul 4, 2013 at 9:19 PM, Sunny meno...@gmail.com javascript:wrote: String hosturl=https://maps.googleapis.com/maps/api/directions/xml?;; String url = origin= +*lat1 + + lon1* + destination= + *lat2 + + lon2* + sensor=true; And this is the docs for that API

Re: [android-developers] Google direction API

2013-07-06 Thread Sunny
or not found etc but here the response is REQUEST_DENIED. That is what is frustrating. thanks Sunny On Saturday, July 6, 2013 4:51:16 PM UTC-7, TreKing wrote: On Sat, Jul 6, 2013 at 4:19 PM, Sunny meno...@gmail.com javascript:wrote: However if you remove the space btw the Lat Lnt, it would not work

[android-developers] Google direction API

2013-07-04 Thread Sunny
it will be something very simple. thanks Sunny -- -- 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 unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] How to place gridview in the middle of two button in android

2012-11-06 Thread sunny
i want to make horizontally galley between two button , when i click left button gallery will be scroll left side ,similar right side how can i make i'm new in android -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] How to braoadcast keyevent that can be detect by all running application automatically

2012-05-29 Thread sunny
hiii all can to please help me to know How to braoadcast keyevent that can be detect by all running application automatically thnks -- 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] How to resume on previous activity after finishing the newly launched activity

2012-05-21 Thread sunny
I have an activity running as a service and I start a new activity through it and after completion a task i closed this activity calling the finish() method...but my previous activity stops ,can u please help me how can i resume my previous activity after closing the newly launched activity... one

[android-developers] how to Fire a keyevent to player running on foreground from background apps...its gives some Runtime Exception

2012-05-15 Thread sunny
Hello All One thing more I like to ask you... I have an application running in background...and a second application which is a video player running on foreground build on flash technology... My work is to launch this application via my background application and give it the content to play after

[android-developers] how to use the android project in google code(I'm using eclipse)

2012-05-15 Thread Sunny^11_year_edtion
I have already checkout this project here http://code.google.com/p/android-imagedownloader/ . However, there are no android libraries.. and other dependencies. How can I get that project running? In brief, how to import those jars? Thanks for your answer. -- You received this message

[android-developers] Does Android supports UDP protocol??

2012-05-15 Thread sunny
sir I am making an application to play UDP stream in android...but the results are abortive I have an application which is able to play HTTP protocol and RTSP protocol but not UDP why?? Is there any android API available which supports UDP? if yes then please help me. if possible plz help me with

[android-developers] I want to know how can I make the cell take input from the soft keypad ?

2011-10-13 Thread sunny
Hi, I am a newbie to Android development. I have created a grid of rows x columns by creating a class which extends a View and then painting the grid lines on the canvas. Then I was able to pop up the soft keypad when a user touches any cell on the grid. 1) I want to know how can I make the

[android-developers] How to achieve horizontal scrolling in a view extending AbsListView ?

2011-09-30 Thread sunny
Hi, I would like to know how can I proceed in achieving a horizontal scroll in a view which extends from AbsListView. ? -- 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

[android-developers] How to make a select region of a custom widget scroll

2011-08-10 Thread sunny
can give me some pointers.. Sunny -- 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 unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] Audio Editing

2011-06-07 Thread sunny ghai
I need some guidance regarding audio editing in android. Problem: I want to change pitch and speed of sound file independently. currently I am using SoundPool for that, it is changing the rate of the sound which effects both pitch and the sound at a same time. Is there is any external library

[android-developers] Panel/Mixer during Google IO

2011-05-08 Thread sunny
Hi guys- Tapjoy and Apsalar will be hosting a panel/mixer this Tuesday, May 10th at 6pm-9pm. To attend, please RSVP at http://androidapps.eventbrite.com! Android: The Next Froniter Android represents the next frontier for mobile app developers. Don’t believe us? Well then take it from

[android-developers] Re: database and maps

2011-03-23 Thread sunny
 pm, sunny sunnykradi...@gmail.com wrote: in my project i need to take entries frm Db and show location on map is der any simpler approach den puttin latitude and longitude in table -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] database and maps

2011-03-22 Thread sunny
in my project i need to take entries frm Db and show location on map is der any simpler approach den puttin latitude and longitude in table -- 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] Hey Android Developers

2011-03-02 Thread sunny ghai
hello everyone on this group. i wanna learn android, can any one tell me from where i have to start and what are the main or important thing that i should learn to being an android developer. i m waiting for all of your replies. Regards -- You received this message because you are subscribed to

[android-developers] How to build init.rc for the android filesystem

2011-03-02 Thread Sunny
I am building the android kernel for Pandaboard Rev A1. I am using the directions from the wiki page http://www.omappedia.org/ wiki/L27.INC1.8.2_OMAP4_Froyo_ES2_Release_Notes I have done the following so far: 1. Setting up build environment From your work directory (where your 27.8.2 folder

[android-developers] custom widgets in animation

2011-01-23 Thread sunny
Hi I am struggling trying to render to custom widget as part of ViewFlipper. when I try to access my widget from the layout file, it gives me a null pointer exception. However putting them all into the java code is not very clean. I am wondering if someone can share few example on how render the

Re: [android-developers] reverse Geocoder (getFromLocation(lat, lnt) not reliable

2010-11-07 Thread sunny
yes, it is in a try and catch and i run it within a while loop to retry if it fails. I also log the exception caught when it fails. its just not consistent. Is there a known issue with geocoder ? thanks Sunny. On Tue, Nov 2, 2010 at 8:03 AM, TreKing treking...@gmail.com wrote: On Tue, Nov 2

[android-developers] reverse Geocoder (getFromLocation(lat, lnt) not reliable

2010-11-01 Thread sunny
Dear all, I find that geocoder apis particularly getFromLocation using Lat and Lnt is not very reliable. I am noticing this behavior more after I upgraded to android 2.2 on my Droid. I get an invalid argument exception for Latitude. The funny thing it is not consistent in this behavior. It works

[android-developers] Re: reverseGeocode is returning null in android 2.2

2010-09-26 Thread sunny
.. thought.. I would update you and share my experience with the verizon/motorola tech support.. thanks Sunny On Wed, Sep 22, 2010 at 8:54 AM, sunny menon1...@gmail.com wrote: Dear Folks!!, Looks like reverseGeocode ( getFromLocation()) is not working in android 2.2. It is not able to fetch

Re: [android-developers] Re: reverseGeocode is returning null in android 2.2

2010-09-23 Thread sunny
No.. its not. It is in droid phone. the funny thing is it was working last week. But the same code ( no code changes at all) simply returns null. thanks Sunny. On Wed, Sep 22, 2010 at 2:49 PM, String sterling.ud...@googlemail.comwrote: Is this in the emulator, by any chance? Apparently

Re: [android-developers] location NOT working correctly in droid after the upgrade to 2.2

2010-09-22 Thread sunny
Sorry I was on vacation - took a break away from all the tech madness.. :-) launch your browser--checkyour location-. it shows incorrectly from what I get in the google map. anyway, thats not my biggest issue NOW. The GeoCode reverseAPI is crashing with a status of 20. Therefore getting address

[android-developers] reverseGeocode is returning null in android 2.2

2010-09-22 Thread sunny
better. UI response , UI rotation when rotate the phone etc doesn't work reliably sorry I could not respond to some of the earlier emails directed to me as I was on vacation... thanks a ton for your response Sunny -- You received this message because you are subscribed to the Google Groups

[android-developers] location NOT working correctly in droid after the upgrade to 2.2

2010-09-06 Thread sunny
Hi Folks, I had filed a similar issue about location services not working properly in emulator. However after I upgraded my droid phone to 2.2, I am finding that location services are not showing the correct location. Though the coordinates looks correct, it is showing my location as San Jose

Re: [android-developers] Re: cannot get my location to work on android 2.2

2010-09-06 Thread sunny
, Mathias Lin m...@mathiaslin.com wrote: It's a known issue with the emulator, see the bug report here: http://code.google.com/p/android/issues/detail?id=8816 Works fine on real device. On emulator, use an older version (7 should work). On Sep 6, 10:07 am, sunny menon1...@gmail.com wrote: Hi

[android-developers] How to check if a user defined service is already running

2010-09-06 Thread sunny
for system services, you can get the service details from the application context. How do you do it for user defined service? thanks for all help here. regards Sunny. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] location NOT working correctly in droid after the upgrade to 2.2

2010-09-06 Thread sunny
I presume is ok). However on both cases the location or the zipcode should remain the same. However, when I use the google search or use the browser and check for the location . It shows a different a zipcode ( city). thanks Sunny. On Mon, Sep 6, 2010 at 8:51 PM, Frank Weiss fewe...@gmail.com

[android-developers] cannot get my location to work on android 2.2

2010-09-05 Thread sunny
=*android.permission.ACCESS_COARSE_LOCATION* / anything else I need to do ? its very frustrating... any help would be greatly appreciated.. thanks Sunny -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] Plz need Help

2010-04-16 Thread Shoby Sunny
let X and Y be the 2 activities, and X wants to send some txt to Y... the snippet of X should be like this: Code: private void sendTxt() { Intent intent = new Intent();//intent is like the envelop intent.setClass(X.this, Y.class);//arg1 is the current class and arg2 is the class u wanna call

[android-developers] Re: DatePicket widget help

2010-03-10 Thread sunny
.**todo_edit); * *myDatePicker dp = **new** myDatePicker(this**);* *setContentView(dp);* *dp.setEnabled(**true**);* *}* On Sun, Mar 7, 2010 at 1:54 PM, sunny menon1...@gmail.com wrote: Hi All, Can someone guide me on datePicker widget. I want to reduce the dimensions of it within my relative

[android-developers] DatePicket widget help

2010-03-07 Thread sunny
here.. thanks Sunny. -- 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 unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com

[android-developers] Re: simple web search based on location

2010-01-27 Thread Sunny
Parkway, Mountain View, CA, an airport code such as SFO, etc.. but it is not the case :-(. Maybe I am doing something wrong and I need to get out of the woods !. Any clues !! On Jan 21, 5:00 pm, Sunny menon1...@gmail.com wrote: Thanks Jeff, john. I tried with Geocoder getFromLocationName

[android-developers] Re: simple web search based on location

2010-01-21 Thread Sunny
there. Thanks, John On Jan 17, 8:00 pm, sunny menon1...@gmail.com wrote: Hi Folks, wondering if any of you can help. This is what I am trying to do: simple app to get list of addresses I am interested in based on my current location. I get the current location using location services

[android-developers] simple web search based on location

2010-01-19 Thread sunny
address. and then use it to get the GeoPoint. I am stuck and wondering if anyone can give me some pointers. thanks a ton in advance. Sunny. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] Porting android on a AT91SAM9G20 with 64MByte of RAM and 8MByte dataflash memory

2010-01-18 Thread Sunny Aujla
Hi SebFox, Looking at the spec of your board it should be just about ok. I have a similar spec board but in my case i am using a OMAP 2430 processor. I have got the android kernel working on my device. Regards, Sunny On Sun, Jan 17, 2010 at 6:44 PM, SebFox sebastien.philip...@gmail.comwrote

Re: [android-developers] Re: horizentally center aligned

2010-01-15 Thread Sunny Aujla
What happens when the orientation changes? It looks fine to me, should stay center aligned. On Fri, Jan 15, 2010 at 10:33 AM, Kumar Bibek coomar@gmail.com wrote: This is ok. Doesn't this work?? Kumar Bibek On Jan 15, 2:19 pm, Jags jag...@gmail.com wrote: i have this layout

[android-developers] gdata-api

2009-11-18 Thread sunny
this. I tried to build the source code on android platform. But it compiled giving an error failed to convert to dalvik format. I hope my problem may get solved if anyone suggest me a way to create a jar library which is supported by android. Any suggestions are appreciated. Thanks Rgds Sunny

[android-developers] The application android has stopped unexpectedly

2009-10-12 Thread Sunny
Hi , I am testing basic AndroidPhoneDialer application on emulator my console showing following result [2009-10-12 17:56:25 - AndroidPhoneDialer]Android Launch! [2009-10-12 17:56:25 - AndroidPhoneDialer]adb is running normally. [2009-10-12 17:56:25 - AndroidPhoneDialer]Performing

[android-developers] Re: Fring on Android Dev Phone 1 (HTC) ATT provider

2009-05-13 Thread Sunny
Currently, it seems no such software. On 3月31日, 上午11时23分, Vladimir Kelman vkel...@gmail.com wrote: Is Fring VOIP software compatible with Android Dev Phone 1 (ATT provider)? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the