[android-developers] Knowledge about app ratings...

2010-08-24 Thread djdamage06
Hello everybody, I want to know if there is a way (by the code) to know if an user have rated our application in the Market... Thanks a lot for your answers :) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] How to get Gmail address registered on the phone ?

2010-04-28 Thread djdamage06
Hello everybody, I want to know if it's possible (and if YES how) to get through my application the specified mail address by the user when he/she goes on the Android Market I don't need his/her password, only the address mail registered in GoogleApps ! I know it's possible to get that with

[android-developers] Re: Disable keyboard in DatePicker ?

2010-03-11 Thread djdamage06
) {                         setDisabledTextViews((ViewGroup)v);                 }         } On Mar 10, 5:39 am, djdamage06 djdamag...@gmail.com wrote: Hello everybody, Is it possible to disable the edition of fields in DatePicker ? Indeed when I touch on the editable box in the DatePicker, the keyboard

[android-developers] Disable keyboard in DatePicker ?

2010-03-10 Thread djdamage06
Hello everybody, Is it possible to disable the edition of fields in DatePicker ? Indeed when I touch on the editable box in the DatePicker, the keyboard appears... And I don't want this ! Someone have an idea ? Thanks a lot for your response :)

[android-developers] Animations between Intents

2010-03-09 Thread djdamage06
Hello everybody, I've a succession of 2 Intent : Intent intent = new Intent(); intent.setClass(EntryPoint.this, MainClass.class); startActivity(intent); And I'd like an animation (which is present in res/anim) occurs during the transition between these 2 Intents... Thanks a lot for your