The Android Support Library contains backported APIs from newer platforms and APIs that offer utility functionality.
I'm using the new v7 appcompat library available starting from Android 4.3 (API level 18). Regardless of what is specified in showAsAction …
android menuitem android-support-library android-actionbar-compatHow do you set the state of a fragment extending BottomSheetDialogFragment to expanded using BottomSheetBehavior#setState(STATE_EXPANDED) using the …
android android-fragments android-support-library android-support-designI was using SupportActionBar with tabs and a custom ActionBar theme (created with http://jgilfelt.github.io/android-actionbarstylegenerator/), that show …
android tabs android-support-library android-appcompat android-actionbar-compatHow can I set footer settings and profile items to NavitationView? to looks like the Inbox by email navigation drawer. …
android android-support-library android-design-libraryI am trying to disable user dragging on BottomSheet. The reason I want to disable is two things. 1. It's preventing …
android android-support-library bottom-sheet android-support-designThe fragments I use in my ViewPager instance are quite resource intensive, so I'd only like to load one at …
android android-viewpager android-support-libraryI need to create an interface like Google Newsstand which is a sort of ViewPager (horizontal scroll) over a collapsing …
android android-layout android-viewpager android-support-libraryeven with android support v7 included in my application adding android:background="?android:attr/selectableItemBackground" makes my IDE, Eclipse throw …
android android-xml android-support-libraryI am using android.support.design.widget.BottomNavigationView from design support library version 25 compile 'com.android.support:design:25.0.0' <…
android android-support-library android-support-design bottomnavigationviewI'm writing an app for 4.0 and 4.1 tablets, for which I do not want to use the support libraries (if not …
android android-fragments android-support-library android-nested-fragment