Top "Android-support-library" questions

The Android Support Library contains backported APIs from newer platforms and APIs that offer utility functionality.

How to add a Fragment inside a ViewPager using Nested Fragment (Android 4.2)

I have a ViewPager with three Fragments, each one shows a List (or Grid). In the new Android API level 17 (…

android android-fragments android-viewpager android-support-library android-nested-fragment
Recycler view inside NestedScrollView causes scroll to start in the middle

I am getting a weird scrolling behavior when I add a RecyclerView inside a NestedScrollView. What happens is that whenever …

android android-support-library android-recyclerview android-nestedscrollview
NestedScrollView and CoordinatorLayout. Issue on Scrolling

I have a strange issue with the CoordinatorLayout and the NestedScrollView (with the design support library 22.2.0) Using a content smaller …

android material-design android-support-library android-design-library android-coordinatorlayout
Android.app Fragments vs. android.support.v4.app using ViewPager?

I have a question regarding the Android Support Libraries, Fragments, and as a specific example, the ViewPager class. My intention …

android android-fragments android-viewpager android-support-library
add 'tools:replace="Android:value"' to <meta-data> element at AndroidManifest

I'm following a tutorial in HeadFirst Android development and encountered issues after adding: private ActionBarDrawerToggle drawerToggle; The control was deprecated …

android android-studio gradle android-manifest android-support-library
android-support-v4.jar isn't importing correctly in Eclipse

I'm trying to get an app to compile that uses the android-support-v4.jar and the Fragmentation classes it contains, but …

java android jar compatibility android-support-library
How to hide ToolBar when I scrolling content up?

I am trying to hide my tool bar when I scroll my text and image with content. Here I use …

android android-support-library android-toolbar android-support-design
Using android vector Drawables on pre Lollipop crash

I'm using vector drawables in android prior to Lollipop and these are of some of my libraries and tool versions: …

android vector android-support-library android-drawable android-compatibility
Android Fragments. Retaining an AsyncTask during screen rotation or configuration change

I'm working on a Smartphone / Tablet app, using only one APK, and loading resources as is needed depending on screen …

android android-fragments progressdialog android-asynctask android-support-library