I am currently building a horizontal gallery of videos. I\'d like to make something like that with only one video centered and part of previous and next videos:
All I want is to be able to use FragmentTransaction.replace(...) and have fragments slide into and out of place just like activities, using the default activity animation.
When identifying Loaders in your LoaderManager, you use unique ids. I\'m asking about how unique those ids have to be.
In the demo Support4Demos - API 4+ Support Demos , the Tabs and TabsPager examples both extend FragmentActivity. Each tab content is itself a Fragment. No real breakthrough, TabActivity was used the s
this is a follow-up question to my question earlier this day. I have installed the compatibility pack and restarted Eclipse. Then I created an activity like this, using Blundell\'s code:
I know there are already quite a lot of blog entries, how to\'s, questions out there that cover backward compatibility of Android 3.0 apps.
I\'m trying to use Proguard against my app which will eventually incorporate LVL and In-app Billing. The problem I have is that Proguard keeps crashing my app on start and it\'s hard to figure out wha
I want to make my ExpandableListActivity compatible with Honeycomb. I am wondering why there is no ExpandableListFragment for the Compatibility Package.
This only happens when using the compatibility library for pre-3.0 devices I\'m getting an error that I cannot pin down. I have an Activity with a ListFragment and standard Fragment. It is just like
Is there any solution for using the a MapView (and thus the 开发者_开发知识库MapActivity) with the honeycomb pre-3.0 compatibility Loader library (and thus FragmentActivity)?