[android-developers] Re: Geocoder throwing exception

2010-12-01 Thread kiran
Do you really need to develop it by yourself when several more or less No, i am just learning android. On Dec 2, 6:06 am, ip332 iprile...@gmail.com wrote: Off-topic, but 2 important cents: Do you really need to develop it by yourself when several more or less completed projects are available

[android-developers] Playing Multiple YouTube Videos Continuously

2010-12-01 Thread Kevin Courtney
Hello, I have a simple loop that queues up and plays several YouTube videos continuously: * * *for* (*int* i = *currentSongsDataHolders*.length - 1; i = 0; i--) { startActivity(*new* Intent(Intent.*ACTION_VIEW*, Uri.*parse*(*currentSongsDataHolders*[i].videoURL))); } This

[android-developers] Re: Restlet api

2010-12-01 Thread creativepragmatic
I have been working with Restlet for a couple of months. To me, while it is a REST web service, it seems to work more like a remote procedure call in code. If I am not mistaken, custom data types should be serialized before being sent. I hope that helps. I will watch this thread for any

[android-developers] Listview array adapter gives me Null pointer exception.

2010-12-01 Thread umakantpatil
I'm extending ArrayAdapter. But it gives me Null pointer exception. Get view is written as follows @Override public View getView(int position, View convertView, ViewGroup parent) { View view; TextView title; TextView desc;

[android-developers] Custom List View

2010-12-01 Thread Android Humanoid
Hi All, I have custom list view in which each list item has 1. an ImageView 2. a TextView and 3. a WebView I made webview invisible by default, when the list item got selected am making the web view visible of the corresponding list item but when am moving down the webview is not getting

[android-developers] Re: Listview array adapter gives me Null pointer exception.

2010-12-01 Thread umakantpatil
Found the bug. In my code. android.R was included. I removed it and then problem got solved. thanks On Dec 2, 11:06 am, umakantpatil umakantpat...@gmail.com wrote: I'm extending ArrayAdapter. But it gives me Null pointer exception. Get view is written as follows         @Override        

[android-developers] Re: Custom List View

2010-12-01 Thread Prateek Jain
On itemClickListener make web view invisible for all the items other than the selected one. It will be better if you can post the code too. Cheers, Prateek On Dec 2, 11:05 am, Android Humanoid droid.hu...@gmail.com wrote: Hi All, I have custom list view in which each list item has 1. an

[android-developers] How to detect FPS (frame per second) in video ?

2010-12-01 Thread Paddy Yao
I use VideoView to play video . I can use getCurrentPosition() to get current run time . But I don`t know how to detect how many frames has play. Or I should use the other class but not VideoView ? Does anyone know this issue? Thanks. -- You received this message because you are subscribed to

[android-developers] synchornization with gmail account

2010-12-01 Thread abhishek
how to synchronize android emulator with google account.. please help -- 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

Re: [android-developers] Re: Market expanding to technically non-compliant devices?

2010-12-01 Thread Jonas Petersson
I'll have to stand in Dianne's side in this case. As some of you may have noted a while back I took the time to ensure one of my apps was Google TV ready as in fully working without a touch screen. For everything except the map it took a whole of two lines of code per Activity and in the map

[android-developers] .gpx file

2010-12-01 Thread abhishek
can we give multiple latitude longitude positions using ddms if we can can any body tell me how ??? please also tell about the .gpx file how to write and how to access it... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

RE: [android-developers] synchornization with gmail account

2010-12-01 Thread XiaoXiong Weng
I don't think it could be done without some coding or research, I would use market and get gmail apps. Um. I checked out the emulator that it came and figured that it's faster to test your app on your phone through USB connection than firing up the emulator. -Original Message- From:

[android-developers] Re: Please help with an ideea

2010-12-01 Thread Alex Munteanu
Anyone please ? -- 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 For more

[android-developers] Re: Market expanding to technically non-compliant devices?

2010-12-01 Thread gjs
Hi, It is a little premature to start freaking out about Google TV and making up stories (OMG we'll need to maintain multiple .apks!) about how horrible things are. Apologies, just getting ahead of ourselves in anticipation of being able to create app's than span and work together across the

[android-developers] udp ndk test

2010-12-01 Thread bujji
hi all, I have few doubts on udp reception in android ndk. can anybody help me to give client-server program that works from ndk... Thanks, Bujji -- 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] Problem with Zoom controls on camera preview

2010-12-01 Thread Atik
HI All, i have open the camera preview, and i dont want to capture the image. i just want to zoom in/out . i am able to put the zoomcontroller on the preview from the layout xm file , but what next i need to right to start zooming the camera preview. plsss guide In Advance thanks.. -- You

Re: [android-developers] Can only see 8 of 13 apps in market console still

2010-12-01 Thread cicikaka2009
Anyone else met the same problem? Still not fixed here... On Wed, Dec 1, 2010 at 9:21 AM, cicikaka2009 cicikaka2...@gmail.com wrote: The same thing here. Missed a lot of my apps... On Wed, Dec 1, 2010 at 7:12 AM, Robert Green rbgrn@gmail.com wrote: Has anyone had this issue resolved

<    1   2