android-support-library
Android ViewPager with previous and next pages visible?
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:[详细]
2023-04-12 09:39 分类:问答How to use a sliding transition with Compatibility Library v4 Fragment Transactions
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.[详细]
2023-04-02 22:39 分类:问答What is the scope of a LoaderManager?
When identifying Loaders in your LoaderManager, you use unique ids. I\'m asking about how unique those ids have to be.[详细]
2023-04-02 17:39 分类:问答Android 1.6 TabHost inside a Fragment
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[详细]
2023-04-02 15:43 分类:问答Android: crash on 3.0 app thats supposed to be backward compatible
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:[详细]
2023-03-09 05:33 分类:问答Android: how to the design app for Smartphone AND Tablet?
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.[详细]
2023-03-08 15:31 分类:问答Proguard Android App for LVL and Fragment Compatibility Support
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[详细]
2023-03-08 02:25 分类:问答ExpandableListFragment with LoaderManager for Compatibility Package
I want to make my ExpandableListActivity compatible with Honeycomb. I am wondering why there is no ExpandableListFragment for the Compatibility Package.[详细]
2023-03-06 17:23 分类:问答ClassCastException on a subclass of ListFragment using compatibility library
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[详细]
2023-03-02 05:59 分类:问答MapActivity with loader framework
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)?[详细]
2023-02-27 08:36 分类:问答