[android-developers] Google Play Games Services problem - rate limit exceeded

2016-01-06 Thread Juhani Kyrki
Hello, recently I've been working on adding Views to my arcade game that display the current Google Play Games Services leaderboard rank of the user for each level in the level menu. The problem I keep running into is that 80-90% of the requests I make using loadCurrentPlayerLeaderboardScore()

[android-developers] Unexpected account accessing closed beta client

2015-12-17 Thread Juhani Kyrki
Recently I started using the beta testing system of the Google Play Dev Console for the first time. I placed my app in closed beta with a very strictly controlled list of participants, only close friends for now. However, during the testing, I noticed that an unexpected account had recorded a

[android-developers] Re: Picture orientation from gallery or camera intent

2011-01-10 Thread Juhani Lehtim?ki
This is turning out to be very difficult problem. I found a solution to one part of my problem by reading Android's gallery app's source. When I get the picture from gallery it works. This is a code snippet from my onActivityResult() final Uri imageUri =

[android-developers] Picture orientation from gallery or camera intent

2010-12-23 Thread Juhani Lehtim?ki
I'm getting picture to my app from camera / gallery intent. In many phones picture that I read from the intent / Uri is already rotated to correct orientation. For example N1, Legend, Desire that is the case. But then on some phones ( for example Milestone1, GalaxyS) the picture is always in

[android-developers] Re: Detect OSK shown / hidden events

2010-12-01 Thread Juhani
found any way of doing that. Configuration object seems to give same values regardless what the OSK state is. Am I doing something wrong? Or is what I'm trying to do simply impossible? In that case I should let our designers know that they should find an alternative approach. Cheers, Juhani

[android-developers] Detect OSK shown / hidden events

2010-11-30 Thread Juhani
. As the previous thread is already very old I was hoping that maybe in 2.0 or later versions there would be an API for that. What is the best way to get notifications when the OSK is opened / closed? Thanks! Juhani -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Detect OSK shown / hidden events

2010-11-30 Thread Juhani
in the manifest that you want to handle the event, you can check the configuration object for keyboard displayed and run your code.http://developer.android.com/guide/topics/resources/runtime-changes.html On Nov 30, 9:41 am, Juhani pleafh...@gmail.com wrote: Hi all! We're trying to trigger

[android-developers] Re: Sharing code between apps as in Eclipse

2010-08-26 Thread Juhani
You will have to use Android library projects instead of simply referring to the other project in Eclipse. That will create the R class to both projects. Follow instructions here: http://developer.android.com/guide/developing/eclipse-adt.html#libraryProject to get it going. On Aug 26, 4:39 pm,