[android-developers] Re: geofencing api-share geofence

2013-06-06 Thread JossieKat
I looked at the site brfore. All i saw are geo fences created by the Single user.not multiple users. Share Same geo fence. It does not answer my question Thankx for the reply. Jossie -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Re: Where to start for developing an Android Game?

2013-06-06 Thread Károly Holczhauser
Micinski and Carol ! Thank you for you answers ! it was really usefully ! Cheers, Karoly On Wednesday, 5 June 2013 16:08:56 UTC+2, carol wrote: I found the book Andengine for Game Development Cookbook by Jayme Schroeder and Brain Broyles to be quite useful. On Wed, Jun 5, 2013 at

[android-developers] Re: Top Developer?

2013-06-06 Thread Incorporate Apps
Probably, but it is still not fair to other developers if they, even with the power of the ADC1 publicity, can't get to 100k paid downloads... On Wednesday, June 5, 2013 6:41:21 PM UTC+2, Pent wrote: The funny thing about this is that the makers of Locale, Two FortyFour Am, are top

[android-developers] the screen to switch

2013-06-06 Thread zwy
When I set up android:targetSdkVersion=* android:configChanges=orientation|keyboardHidden is invalid -- -- 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

[android-developers] Re: How can I use the VideoView in the class that extends view?

2013-06-06 Thread HOUSSEM ZAIER
Same problem for me if you have resolved it . please tell me how ? -- -- 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] Re: the screen to switch

2013-06-06 Thread Piren
dont set targetSdkVersion On Thursday, June 6, 2013 1:34:14 PM UTC+3, 张维亚 wrote: When I set up android:targetSdkVersion=* android:configChanges=orientation|keyboardHidden is invalid -- -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: How can I use the VideoView in the class that extends view?

2013-06-06 Thread Piren
dont try to directly draw it, just let it be itself and use it as a child view. On Thursday, June 6, 2013 1:43:08 PM UTC+3, HOUSSEM ZAIER wrote: Same problem for me if you have resolved it . please tell me how ? -- -- You received this message because you are subscribed to the Google

[android-developers] Youtube copyright

2013-06-06 Thread Salih Selametoglu
Hell friends, how can i filter copyright video on my android application? is there any idea? -- -- 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

[android-developers] Re: geofencing api-share geofence

2013-06-06 Thread Marty Ballard
Jossie, I'd be interested in this as well. The only option I know of currently is to implement GCM so the devices can sync utilizing that functionality. Marty On Thursday, June 6, 2013 2:16:30 AM UTC-5, JossieKat wrote: I looked at the site brfore. All i saw are geo fences created by the

Re: [android-developers] the screen to switch

2013-06-06 Thread zwy
I know,but it's not perfect,it‘s not running onConfigurationChanged when the screen is switched And I have remove android:targetSdkVersion=* 在 2013-6-6,下午7:35,Piren gpi...@gmail.com 写道: dont set targetSdkVersion On Thursday, June 6, 2013 1:34:14 PM UTC+3, 张维亚 wrote: When I set up

[android-developers] Re: Display Cropped Camera Preview

2013-06-06 Thread kaciula
Four years later, I would like to konw if you have found a good way to show a cropped camera preview? I am struggling with this for a couple of days. On Wednesday, May 20, 2009 10:29:07 PM UTC+3, Max Salley wrote: I'm working on an app that requires the user to be able to read some text

[android-developers] Automatically ask for permissions on trying to install an application from Google Play?

2013-06-06 Thread Gabriela
Hello, I am trying to automatically ask for permission of a specific application from Google Play from Android code. I got a token from Google Service, but i don't know what i am supposed to do next to call installation of an application from Google Play. I don't want to silently install an

Re: [android-developers] the screen to switch

2013-06-06 Thread Piren
i'm not sure what the issue you're describing is... before you said the xml was invalid, now you're saying onConfigurationChanged isn't called which could be for several reasons see http://stackoverflow.com/questions/6457659/android-onconfigurationchanged-not-being-called On Thursday, June 6,

[android-developers] Re: Automatically ask for permissions on trying to install an application from Google Play?

2013-06-06 Thread Piren
Not making the user press Install (which is there on purpose) seems awfully like silently installing :) Either way, simple google search came up with this http://stackoverflow.com/questions/4604239/install-application-programmatically-on-android On Thursday, June 6, 2013 5:25:29 PM UTC+3,

Re: [android-developers] the screen to switch

2013-06-06 Thread zwy
thanks, I will read it and try 在 2013-6-6,下午10:59,Piren gpi...@gmail.com 写道: i'm not sure what the issue you're describing is... before you said the xml was invalid, now you're saying onConfigurationChanged isn't called which could be for several reasons see

Re: [android-developers] Automatically ask for permissions on trying to install an application from Google Play?

2013-06-06 Thread Kristopher Micinski
You can't have the user install stuff without them pushing install, unless you're talking about a sideloaded app, and even then only if you have root. Kris On Thu, Jun 6, 2013 at 10:25 AM, Gabriela gabrielaradu.develo...@gmail.comwrote: Hello, I am trying to automatically ask for permission

[android-developers] Re: Youtube copyright

2013-06-06 Thread Aladin Q
https://developers.google.com/youtube/2.0/developers_guide_protocol_api_query_parameters#licensesp On Thursday, June 6, 2013 3:16:28 PM UTC+2, Selam@oğlu wrote: Hell friends, how can i filter copyright video on my android application? is there any idea? -- -- You received this message

[android-developers] Re: Youtube copyright

2013-06-06 Thread Aladin Q
Don't crosspost, answer already there: https://groups.google.com/forum/#!topic/android-discuss/ajySMvJWVRY On Thursday, June 6, 2013 3:16:28 PM UTC+2, Selam@oğlu wrote: Hell friends, how can i filter copyright video on my android application? is there any idea? -- -- You received this

[android-developers] How to reduce a time to load data from database

2013-06-06 Thread vams krish
Hi All, I have an Activity with contain data and when i click the data then it moves to another activity in background it renders the list of data from database(sqlite) and it consuming most of the time. so i need to modify and reduce the execution and rendering time. Please let me know

[android-developers] How to reduce time to load data from database

2013-06-06 Thread vamshi ch
Hi All, I have an Activity with contain data and when i click the data then it moves to another activity in background it renders the list of data from database(sqlite) and it consuming most of the time. so i need to modify and reduce the execution and rendering time. Please let me know what

[android-developers] Re: geofencing api-share geofence

2013-06-06 Thread JossieKat
Hi Marty. i thought about it but gcm misses the point . i don't need messages to be send to all users for instance but only to the once that entered my geo fence. unfortunately it's half baked api..more hype than usability. jossie On Thursday, June 6, 2013 4:19:58 PM UTC+3, Marty Ballard wrote:

[android-developers] Re: geofencing api-share geofence

2013-06-06 Thread Lew
JossieKat wrote: I looked at the site brfore. All i saw are geo fences created by the Single user.not multiple users. Share Same geo fence. It does not answer my question You do have to apply some inference from the information. Programming is an art of applying known techniques to

[android-developers] Re: geofencing api-share geofence

2013-06-06 Thread Lew
JossieKat wrote: Hi Marty. i thought about it but gcm misses the point . i don't need messages to be send to all users for instance but only to the once that entered my geo fence. unfortunately it's half baked api..more hype than usability. Just because you can't use it effectively

Re: [android-developers] Android Studio - Project Tree divergence from core platform tools ( is crazy !)

2013-06-06 Thread Sanjay Mishra
The ant based build and eclipse worked with standard android project tree, worked together to a degree via referencing project.properties and such. Gradle sure is a great path going forward. I was wondering about some documentation from earlier on in the process that explains the default