The Android Support Library contains backported APIs from newer platforms and APIs that offer utility functionality.
I have an AppWidget and I'd like to use VectorDrawables in it also on pre-Lollipop devices. VectorDrawableCompat won't work with …
android android-support-library android-appcompat remoteview android-vectordrawableI implemented SwipeRefreshLayout in my app. I need to change the height which has to be scrolled down to call …
android android-support-library swiperefreshlayoutI am using android compatibility library (v4 revision 8). In the custom DialogFragment the overrided method onViewCreated is not getting called.…
android android-support-library android-dialogfragmentI'm trying to get an (inherited) Android project to build. I'm using Ant & command line tools (and IDEA). In …
android ant android-support-library android-buildGiven I'm using a layout like this: <android.support.design.widget.CoordinatorLayout android:id="@+id/main_content" xmlns:android="…
android android-support-library androiddesignsupportWhen I add the code mNotificationBuilder.setLargeIcon(BitmapFactory.decodeResource( getResources(), R.drawable.ic_large_icon)); to my notification it stops …
android android-support-library android-notificationsI am trying to create a Android Application which uses 3 spinners. I keep getting this error and I can't figure …
android class public android-support-libraryI have two header views, HeaderViewA and HeaderViewB. These views can have any combination of visibility visible or gone. I …
android android-layout android-support-library android-constraintlayoutI'm following the Cheesesquare example project to understand the new design material library. I'm wondering if there's a way to …
android android-support-library material-design android-collapsingtoolbarlayoutI'm using the v7 Support Library to show an ActionBar on Android 2.x. It works well enough but I had …
android proguard android-support-library