[android-developers] How to check screen is in IDLE or not?

2009-04-24 Thread jpopop
according to whether user is in IDLE screen, show different view to user, how to do this? how to check whether it is in IDLE(Home) screen or not. any api for this? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] How to pass object in Parcel???

2009-04-09 Thread jpopop
I have two class, class A and B, B includ class A, like this: class A { int a; int b; } class B { A a; //this is Class A int b; } class B should implement like this class B extends parcelable { //how to implement WriteToParcel and ReadFromParcel functions in class B in order