I want to make my ExpandableListActivity compatible with Honeycomb. I am wondering why there is no ExpandableListFragment for the Compatibility Package.
First off thanks to all the users who have made my android developing adventure so much easier. I have, however, come across asituation for which I don\'t find a solution so here goes:
OK I know that I may be thinking about this the wrong way but ... A) I have activity A loading Fragment F1 which loads fragment F2. F2 performs an action which should result in it being closed and th
I have developed a huge app for a bank. This app gives the user the ability to perform a big bunch of operations through the phone (national & international transfers, securities, stock market val
Here, Dianne says that the old methods of retaining objects via onRetainNonConfigurationInstance() are now made obsolete by the fact that you can retain Fragment instances over configuration changes.
(Using the compatibility library) I have implemented a dialog with extends DialogFragment. I create the dialog using AlertDialog.Builder in onCreateDialog (onCreateView is not used).
I need to migrate an iOS App to android, and I\'m new to Android, I\'m not sure what is the best layout design for the app:
I just need plain slide in and slide out animation for Fragment transition, below is my code: slide_in_left.xml:
I\'m porting code to Honeycomb using the compatibility libray. My pre-ported code works as follows, I have activities A, B and dialogs D1 and D2. B has a message handler receiving messages from elsewh
I currently have a DialogFragment that has a couple of EditText widgets as part ofit\'s view.When there is an orientation change happens the EditText widgets are not repopulated by the开发者_如何学JAV