Top "Android-support-library" questions

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

Proguard warnings "can't write resource [META-INF/MANIFEST.MF] (Duplicate zip entry)"

I'm using IntelliJ and running Proguard in debug mode but I can't seem to get rid of warnings such as: …

android warnings proguard android-support-library
After setting up android-support-v7-appcompat R.java is missing

I am trying to change my Eclipse project to make it backward compatible to Android 2.1. I followed the instructions to …

android android-support-library r.java-file android-appcompat
(Design Support Library) CollapsingToolbarLayout -- Toolbar not getting pinned on collapse

I'm having trouble integrating the Design Support Library into my application. For some reason, the toolbar collapses with the CollapsingToolbarLayout, …

android android-support-library android-toolbar androiddesignsupport android-collapsingtoolbarlayout
When is indeterminate progressbar coming to Android Support Library

My applications UI is built using the Android Support Library, but there is currently no AppCompat version of the (intederminate) …

android material-design android-support-library android-appcompat android-progressbar
android-support-v7-appcompat library project won't work

I am trying to add Support Library v7 to my clean android project as support library (with resources). I followed …

java android eclipse android-support-library buildpath
RecyclerView onBindViewHolder only called when getItemViewType changes

I have a viewholder with multiple viewtypes. When scrolling onBindViewHolder is only called when getItemViewType changes value. This causes my …

android android-support-library android-adapter android-recyclerview
Recycler view item fill up entire recycler view height after upgrading support library from "23.1.1" to "23.2.1"

Previously, I'm using the following old support libraries "23.1.1". compile 'com.android.support:appcompat-v7:23.1.1' compile 'com.android.support:support-v4:23.1.1' …

android android-recyclerview android-support-library android-support-design
Android - Overflow Menu and Back Button not showing in Collapsing Toolbar

I'm trying to implement features from the new Design Support Library to create a parallax scrolling toolbar which looks similar …

android android-support-library material-design androiddesignsupport
Android Selector Drawable with VectorDrawables srcCompat

I'm facing a problem with the new backward compatibility with VectorDrawables. In the Support Library 23.2 was a new feature for …

android vector android-support-library android-appcompat android-vectordrawable
Android Multiline Snackbar

I'm trying to leverage new Snackbar from Android Design Support Library to display multiline snackbar, as shown in http://www.…

android android-support-library android-design-library android-snackbar