Top "Android-support-library" questions

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

Using BottomSheetBehavior with a inner CoordinatorLayout

The design support library v. 23.2 introduced BottomSheetBehavior, which allows childs of a coordinator to act as bottom sheets (views draggable …

android android-support-library ontouchlistener touch-event android-support-design
Android: getting Resources$NotFoundException for abc_ic_ab_back_material

I'm getting a Resources$notfoundexception on older (pre-L) devices. I'm including the full stacktrace below. My version of the support …

android android-support-library android-toolbar android-resources android-vectordrawable
Can I remove the android-support-v4.jar library?

When you create a project, it comes with this library added by default: android-support-v4.jar Can I remove it? What …

android android-library android-support-library
Bottom Sheet landscape issue

I'm getting an wrong behavior when showing an Bottom Sheet Dialog in landscape mode. The problem occurs in the 24.+ version …

android android-support-library android-design-library
Why extends ImageView marked as error?

Android Studio marks as error this line: public class ParallaxView extends ImageView Here the error: This custom view should extend …

android android-view android-support-library android-custom-view android-context
NoSuchMethodError getChildFragmentManager()

I'm trying to implement a ViewPager with a FragmentPagerAdapter, where the ViewPager itself is located inside a fragment. I've read …

android android-fragments actionbarsherlock android-support-library android-nested-fragment
DrawerLayout - Exception dispatching input event

I recently started using the DrawerLayout in a new project about a week ago and it's all working fine. Apart …

android android-layout android-fragments android-support-library drawerlayout
Android Support BottomSheetBehavior additional anchored state

I have been using the AndroidSlidingUpPanel library in my app. With versions of the Android Design Support Library since 23.1.1, this …

android android-support-library android-design-library bottom-sheet
Android DrawerLayout component

I have some problems with the DrawerLayout component. I'm using the android-support-v4 jar and when I'm launching the app I …

android android-support-library navigation-drawer drawerlayout