Top "Android-support-library" questions

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

What are the new features of Android Design Support Library and how to use its Snackbar?

Android M Preview for developers was released yesterday. As usual, many amazing new features are introduced. I noticed that Snackbar …

android material-design android-support-library android-design-library android-snackbar
RecyclerView.Adapter.notifyItemChanged() never passes payload to onBindViewHolder()

I'm trying to update a ViewHolder in a RecyclerView without rebinding the entire thing. According to the docs, I should …

android android-support-library android-adapter android-recyclerview
Android Support Package / Compatibility Library - use v4 or v13?

I've just read this description of the Android Support Package / Compatibility Library... http://developer.android.com/sdk/compatibility-library.html ... and …

android android-support-library android-compatibility
Android material chip component crashing app. Unable to inflate xml

Tried Chip component from both support library com.google.android.support:design:28.0.0-rc01 and material com.google.android.material:material:1.0.0…

android android-support-library material-components android-chips material-components-android
Error retrieving parent for item: 'Theme.AppCompat.Light' in eclipse

I'm trying to use ActionBarActivity in my project. I've imported the android-support-v7-appcompat to the workspace as per the instruction …

android eclipse android-support-library android-theme android-actionbaractivity
How I can remove the unnecessary top padding of the Navigation view?

There's an unnecessary top padding between the header and the first item shown in this picture. How it can be …

android material-design android-support-library android-design-library android-navigationview
ScrollingViewBehavior for ListView

I have two activities using AppBarLayout with a Toolbar and TabLayout from support library 22. The layout of both is pretty …

android android-listview android-support-library android-recyclerview
Please install package: 'Android Support Library'

I am coding a Xamarin application and these are the errors that I am getting when building my application: C:\…

android package xamarin android-support-library android-sdk-tools
Android O - Notification Channels and NotificationCompat

I cannot change this feeling: again, the Android developers came up with something new and leave everybody in the dark …

java android-notifications android-support-library android-8.0-oreo