[android-beginners] 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 AccountManager, the problem is
it's only for Level 5 API and +, however my application must to work
on Level 3


Thanks a lot for your answers :)

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] 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 :)



Bonjour à tous,

Existe-t-il un moyen de désactiver l'édition (et donc l'apparition du
clavier) dans les champs d'un DatePicker ? En effet le fait que le
clavier apparaisse lorsqu'on décide de n'appuyer ni sur + ni sur -
mais directement dans le champ fait que ma layout est toute
bordélisée...

Certes je pourrais anticiper ce mouvement par une Scrollbar mais c'est
vraiment pas mon but...

Quelqu'un a une idée ?

Merci d'avance pour vos réponses smile

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] Animations between Intents ?

2010-03-09 Thread djdamage06
Hello everybody,

I've a succession of 2 Intent by

Code:

Intent intent = new Intent();
intent.setClass(EntryPoint.this, MainClass.class);
startActivity(intent);


and I want an animation (which is present in res/anim) during the
switch between these 2 Intent...


Thanks a lot for your response

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en