Re: [android-developers] Google Play Services Error ( Requires 4030500 but found 3266136 )

2013-11-04 Thread hüseyin Toplu
i am using google map api in my project 2013/11/3 Josphat Muchiri jmuchir...@gmail.com What kind of project is it sir On Nov 3, 2013 4:52 PM, hsynt hsy...@gmail.com wrote: I got this error when google map loading Google Play Services out of date . Requires 4030500 but found 3266136

[android-developers] Re: Google Play Services Error ( Requires 4030500 but found 3266136 )

2013-11-04 Thread hsynt
-- 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 options, visit

[android-developers] Question regarding screen orientation change

2013-11-04 Thread Mek's Sree Rama
Share your Manifest fle code snippet where you have locked ? -- 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] To what extend will I be able to use OK Google in my own apps?

2013-11-04 Thread Jason82
Hi everyone, I am developing an app that the user can (partly) interact with using voice input. Currently I am using Speech Recognizer in my app, but the user still has to something like push a button to trigger speech recording. I cannot constantly record and evaluate speech input due to the

[android-developers] Android Eclipse icon generator always generates unwanted padding

2013-11-04 Thread Michael Palmer
I'm trying to generate new icons for my app using the Android icon set generator in Eclipse. Even when I set the padding to 0, the resulting icons have padding around them. They are noticeably smaller than they should be. Am I doing something wrong, or is this a bug? Why doesn't setting

[android-developers] Can not change Switch text on/off at runtime

2013-11-04 Thread Miha
Hi! I have an issue where I can't change Switch textOn/Off at runtime. This means, that the following code, bound to a simple Button (for reproduction purposes) does not work: @Override public void onClick(View arg0) { _sw.setTextOn(On + _counter); _sw.setTextOff(Off + _counter);

Re: [android-developers] Google Play Services Error ( Requires 4030500 but found 3266136 )

2013-11-04 Thread SIC
Its not about ur lib is out old version but the Play services on the device. Solution is to update play store app on the device but this is sometimed not possible. You can also use older lib in ur project .the one for froyo rev 12 should work. -- You received this message because you are

Re: [android-developers] Question regarding screen orientation change

2013-11-04 Thread Yves Liu
Sorry, I didn't make myself clear. So, if the phone rotates, my app works fine, it changes its orientation when device rotates. But if, say, I go to the settings of the phone, uncheck auto-rotate screen, when device rotates, my app still changes its orientation. I see other apps don't behave this

[android-developers] Video streaming plus UI control update thread

2013-11-04 Thread Bradley O'Hearne
Hey there, I hope everyone’s week is off to a good start! I have a pretty simple use case: I am playing video streamed across the network in an app, and I need to update two SeekBars every second, one which tracks the video’s timecode while playing, and the other which tracks the device

[android-developers] BitmapMesh Refreshing

2013-11-04 Thread ashwini vandanapu
Dear All, In my android application, i want to apply image warp effect for image. For that i use BitmapMesh from api demos. The problem is that, it's not saving warped image. Whenever i touch image, it refresh the image and doesn't save my previously warped image.I want to save

[android-developers] memory issue with Google Maps API v2

2013-11-04 Thread raj
Hi, I am looking for ideas to tackle a memory issue that I face with Google Maps for Android API v2. My application requires loading thousands of markers (20k or 40k etc). In testing with 10k markers, i see that the map gets loaded in 20secs, which for now is okay. but the problem is that the

Re: [android-developers] memory issue with Google Maps API v2

2013-11-04 Thread TreKing
On Mon, Nov 4, 2013 at 11:09 PM, raj raja...@gmail.com wrote: Can someone provide me some ideas to tackle this? I do need to show all markers I'd be curious to know why you actually *need* to show 20-40 *thousand*markers. Can a person even distinguish that many markers and actually interact