Top "Android-support-library" questions

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

How do I get the position selected in a RecyclerView?

I am experimenting with the support library's recyclerview and cards. I have a recyclerview of cards. Each card has an …

android android-support-library android-recyclerview android-cardview
Multiple dex files define Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat

If I run gradle assembleDebug from the command line, I am suddenly getting this error: UNEXPECTED TOP-LEVEL EXCEPTION: com.android.…

android gradle android-support-library android-gradle-plugin
How to make ConstraintLayout work with percentage values?

With a Preview 1 of Android Studio 2.2 Google released a new layout in its support library: ConstraintLayout. With ConstraintLayout it is …

android android-support-library android-constraintlayout
How to get Toolbar from fragment?

I have ActionBarActivity with NavigationDrawer and use support_v7 Toolbar as ActionBar. In one of my fragments toolbar has custom …

android android-fragments android-actionbar android-support-library android-toolbar
No resource found that matches the given name: attr 'android:keyboardNavigationCluster'. when updating to Support Library 26.0.0

I've got this issue while updating to the latest Support Library version 26.0.0 (https://developer.android.com/topic/libraries/support-library/revisions.…

android android-gradle-plugin android-support-library android-appcompat
How to use and style new AlertDialog from appCompat 22.1 and above

I am trying to migrate from default android AlertDialog to the new one included in appCompat-22.1 So far I understand …

android android-support-library android-alertdialog android-appcompat
How to change Toolbar home icon color

I am using a android.support.v7.widget.Toolbar and learned from this post how to change the color of …

android icons toolbar android-support-library
How to use support FileProvider for sharing content to other apps?

I'm looking for a way to correctly share (not OPEN) an internal file with external application using Android Support library's …

android android-contentprovider android-support-library android-fileprovider
Error inflating class android.support.design.widget.NavigationView

I followed a tutorial of new component NavigationView in Support Design Library and can't get through this error message : Error …

android android-support-library androiddesignsupport
Cannot resolve symbol HttpGet,HttpClient,HttpResponce in Android Studio

I just copy all the jar files of Http but Android Studio cann't import all these jar files.It gives …

android android-studio android-support-library