[android-developers] Buttons position for AlertDialogs in Android 4.0/SDK 14

2011-10-20 Thread Christine Daunique
Hello, I was wondering why the position of ok and cancel buttons on AlertDialogs are switched in the new Theme of Android Ice Cream Sandwich ? If I look in the API demos, if Traditional theme is used for Dialogs and not Holo Theme, Dialogs display ok and cancel from left to right, as usual (and

[android-developers] StackView (Android 3.0+) and OnItemSelectedListener

2011-11-03 Thread Christine Daunique
Hello, In Stackview, it seems that OnItemSelectedListener (from superclass AdapterView) is never called... How can I trigger some event when the view on top of the stack is changed by the user ? I want to display some text to show the position of the current item inside the stack. so the

[android-developers] Persistence of complex Java objects (SQLite, Serialization, JSON) and client-server app architecture

2011-11-24 Thread Christine Daunique
I'm working on an Android application which is fetching data from internet among other things. Actually, the project was started by someone else which is not here anymore, and now that I have to turn it into a light client application and implement the server side (in Java), I'm wondering what