Material

  1. material-design-dimens Default colors and dimens per Material Design guidelines and Android Design guidelines inside one library.
    https://github.com/DmitryMalkovich/material-design-dimens
  2. MaterialDesignLibrary This is a library with components of Android L to you use in android 4.0
    https://github.com/navasmdc/MaterialDesignLibrary#flat-button
  3. Carbon Material Design implementation for Android 2.1+. Realtime shadows, ripples, animations, SVGs and more.
    https://github.com/ZieIony/Carbon
  4. MaterialEverywhere Showcase of the new AppCompat 21, which includes new Material Theme, working in pre-21 devices.
    https://github.com/antoniolg/MaterialEverywhere
  5. MaterialTabs Custom Tabs with Material Design effects. It requires 14+ API and android support v7 (Toolbar)
    https://github.com/neokree/MaterialTabs
  6. material-ripple Android L Ripple effect wrapper for Views
    https://github.com/balysv/material-ripple
  7. RippleEffect Implementation of Ripple effect from Material Design for Android API 14+
    https://github.com/traex/RippleEffect
  8. LDrawer Android drawer icon with material design animation
    https://github.com/ikimuhendis/LDrawer
  9. material-design-icons Material Design icons by Google
    https://github.com/google/material-design-icons
  10. AndroidMaterialDesignToolbar Android Sample Project with Material Design and Toolbar. PROJECT IS NOT SUPPORTED!
    https://github.com/tekinarslan/AndroidMaterialDesignToolbar
  11. MaterialEditText EditText in Material Design
    https://github.com/rengwuxian/MaterialEditText
  12. material-menu Morphing Android menu, back, dismiss and check buttons
    https://github.com/balysv/material-menu
  13. material-dialogs Not even AppCompat uses Material theming for AlertDialogs on pre-Lollipop. This is a beautiful and easy solution.
    https://github.com/afollestad/material-dialogs
  14. MaterialNavigationDrawer Navigation Drawer Activity with material design style and simplified methods
    https://github.com/neokree/MaterialNavigationDrawer
  15. MaterialDialog An Android library for conveniently building Material Design Dialog in Android version 2.2 ~ L.
    https://github.com/drakeet/MaterialDialog
  16. materialish-progress A material style progress wheel compatible with 2.3
    https://github.com/pnikosis/materialish-progress
  17. MaterialList An Android library aimed to get the beautiful CardViews that Google shows at its official design specifications
    https://github.com/dexafree/MaterialList
  18. android-floating-action-button Floating Action Button for Android based on Material Design specification
    https://github.com/futuresimple/android-floating-action-button
  19. Android-Material-circular-button Animated Material circular button
    https://github.com/glomadrian/Android-Material-circular-button
  20. material-drawer DrawerLayout implementation for Material design apps
    https://github.com/HeinrichReimer/material-drawer
  21. snackbar Snackbar Android Library
    https://github.com/nispok/snackbar
  22. Android-DialogFragments Various DialogFragments for Android.
    https://github.com/wada811/Android-DialogFragments
  23. material-range-bar Android widget for selecting a range of values.
    https://github.com/oli107/material-range-bar
  24. CircularProgressView A Material style circular progress bar for Android
    https://github.com/rahatarmanahmed/CircularProgressView
  25. RippleDrawable A port of Ripple Effect from Android L to non L devices
    https://github.com/ozodrukh/RippleDrawable
  26. MaterialDrawer A simple take on creating a easy to use and fast material drawer implementation
    https://github.com/mikepenz/MaterialDrawer
  27. android-materialshadowninepatch Provides 9-patch based drop shadow for view elements. Works on API level 9 or later.
    https://github.com/h6ah4i/android-materialshadowninepatch
  28. SearchMenuAnim SearchMenuAnim
    https://github.com/kongnanlive/SearchMenuAnim
  29. AdvancedMaterialDrawer A Material Drawer implementation (Like gMail App)
    https://github.com/madcyph3r/AdvancedMaterialDrawer
  30. ZDepthShadowLayout Android - draw z-depth shadow of MaterialDesign
    https://github.com/ShogoMizumoto/ZDepthShadowLayout
  31. MaterialPowerMenu A demo of the power menu with Reveal and other animations
    https://github.com/naman14/MaterialPowerMenu
  32. MaterialViewPager A Material Design ViewPager easy to use library
    https://github.com/florent37/MaterialViewPager
  33. MaterialProgressBar A Material design ProgressBar with consistent appearance on Android 4.0+
    https://github.com/DreaminginCodeZH/MaterialProgressBar
  34. uberprogressview An android progress view developed after taking inspiration from Uber app.
    https://github.com/ishan1604/uberprogressview
  35. MaterialRatingBar Material Design RatingBar with better appearance.
    https://github.com/DreaminginCodeZH/MaterialRatingBar
  36. youtube-play-icon Material styled morphing play/pause drawable.
    https://github.com/alxrm/youtube-play-icon

UI

  1. android-ui Android UI library. Requires API level 14+
    https://github.com/markushi/android-ui
  2. GreenDroid GreenDroid is a development library for the Android platform. It makes UI developments easier and consistent through your applications.
    https://github.com/cyrilmottier/GreenDroid
  3. FlatUI CengaLabs - Android FlatUI Kit
    https://github.com/eluleci/FlatUI
  4. EffectiveAndroidUI Sample project created to show some of the best Android practices to work in the Android UI Layer. The UI layer of this project has been implemented using MVP or MVVM (without binding engine) to show how this patterns works. This project is used during the talk "EffectiveAndroidUI".
    https://github.com/pedrovgs/EffectiveAndroidUI
  5. ParallaxEverywhere Parallax everywhere is a library with alternative android widgets with parallax effects.
    https://github.com/Narfss/ParallaxEverywhere
  6. ShowcaseView Highlight the best bits of your app to users quickly, simply, and cool...ly
    https://github.com/amlcurran/ShowcaseView
  7. Spotlight Android Library that lights items for tutorials or walk-throughs etc... https://github.com/TakuSemba/Spotlight

TextView/EditText

  1. html-textview TextView to display simple HTML content
    https://github.com/SufficientlySecure/html-textview
  2. SlantedTextView Android slanted TextView . 一个倾斜的TextView,适用于标签效果。
    https://github.com/HeZaiJin/SlantedTextView
  3. ReadMoreTextView A Custom TextView with trim text
    https://github.com/borjabravo10/ReadMoreTextView
  4. MaskFormatter MaskFormatter adds mask functionality to your EditText. It will prevent user from inserting not allowed signs, and format input as well.
    https://github.com/AzimoLabs/MaskFormatter
  5. AnimatedEditText Androids EditText that animates the typed text.
    https://github.com/alphamu/AnimatedEditText
  6. passwordview A Material Android password view that toggles password visibility via an eye icon.
    https://github.com/lisawray/passwordview
  7. PasswordEditText A simple extension to the standard Android EditText which shows an icon on the right side of the field and lets the user toggle the visibility of the password he puts in.
    https://github.com/maksim88/PasswordEditText
  8. HTextView Animation effects to TextView
    https://github.com/hanks-zyh/HTextView
  9. icarus-android Rich text editor for Android with full features. https://github.com/mr5/icarus-android
  10. richeditor-android RichEditor for Android is a beautiful Rich Text WYSIWYG Editor for Android.
    https://github.com/wasabeef/richeditor-android
  11. Shimmer-android An Android TextView with a shimmering effect
    https://github.com/RomainPiel/Shimmer-android
  12. Titanic Android experiment showing a sinking TextView
    https://github.com/RomainPiel/Titanic
  13. emojicon A library to show emoji in TextView, EditText (like WhatsApp) for Android
    https://github.com/rockerhieu/emojicon
  14. android-autofittextview A TextView that automatically resizes text to fit perfectly within its bounds.
    https://github.com/grantland/android-autofittextview
  15. AutoFitTextView A TextView that automatically fit its font and line count based on its available size and content
    https://github.com/AndroidDeveloperLB/AutoFitTextView
  16. Android-RobotoTextView Implementation of a TextView and all its direct/indirect subclasses with native support for the Roboto fonts, includes the brand new Roboto Slab fonts.
    https://github.com/johnkil/Android-RobotoTextView
  17. SizeAdjustingTextView This is based on an open source autosizing textview for Android.
    https://github.com/erchenger/SizeAdjustingTextView
  18. SecretTextView A TextView that simulates the effect from the app Secret where the characters fade in/out at different speeds.
    https://github.com/matthewrkula/SecretTextView
  19. anytextview An extension of Android's TextView and EditText that let's you use the font of your choice
    https://github.com/hanspeide/anytextview
  20. android-formidable-validation Form validation and feedback library for Android. Provides .setText for more than just TextView and EditText widgets. Provides easy means to validate with dependencies.
    https://github.com/coreform/android-formidable-validation
  21. android-edittext-validator Android form edit text is an extension of EditText that brings data validation facilities to the edittext.
    https://github.com/vekexasia/android-edittext-validator
  22. chips-edittext-library Chips EditText, Token EditText, Bubble EditText, Spannable EditText and etc.. There are many names of this control. Here I develop easy to understand , modify and integrate Chips Edit Text widget for Android
    https://github.com/kpbird/chips-edittext-library
  23. FloatingLabel FloatingLabel Allows you to create a blow kind of EditText.
    https://github.com/hardik-trivedi/FloatingLabel
  24. AndroidFloatLabel Float Label Edit Texts for Android
    https://github.com/weddingparty/AndroidFloatLabel
  25. AndroidFloatLabel Library project with a custom view that implements the Float Label pattern
    https://github.com/IanGClifton/AndroidFloatLabel
  26. TokenAutoComplete Gmail style MultiAutoCompleteTextView for Android
    https://github.com/splitwise/TokenAutoComplete
  27. TextJustify-Android Android Text Full Jusiftication / Wrapping / Justify
    https://github.com/bluejamesbond/TextJustify-Android
  28. RoundedLetterView RoundedLetterView like the one in Android 5.0 Contacts app
    https://github.com/pavlospt/RoundedLetterView
  29. Android-SingleInputForm A single EditText instead of a classical form. Library that implements flavienlaurent's singleinputform https://github.com/HeinrichReimer/Android-SingleInputForm
  30. BabushkaText A simpler way to style your TextViews
    https://github.com/quiqueqs/BabushkaText
  31. MatchView Include MatchTextView and MatchButton..Come..you will like it
    https://github.com/Rogero0o/MatchView
  32. ExpandableTextView Android's TextView that can expand/collapse like the Google Play's app description
    https://github.com/Manabu-GT/ExpandableTextView
  33. AccountAutoCompleteEditText Simple extension for account suggestion and auto completion.
    https://github.com/KeithYokoma/AccountAutoCompleteEditText
  34. AwesomeText A tool that facilitates working with Spans on TextViews or any extension of them (EditTexts, Buttons...).
    https://github.com/JMPergar/AwesomeText
  35. WaitingDots Small library that provides... bouncing dots. This feature is used in number of messaging apps (such as Hangouts or Messenger), and lately in Android TV (for example when connecting to Wifi).
    https://github.com/tajchert/WaitingDots
  36. CurrencyEditText A module designed to provide ease-of-use when using an EditText field for gathering currency information from a user
    https://github.com/BlacKCaT27/CurrencyEditText
  37. Android-Typeahead Awesome Android Typeahead library - User mention plugin, UI widget for auto complete user mention using the at sign (@) like Twitter or Facebook..
    https://github.com/ArabAgile/android-typeahead
  38. CircleTimerView Circle timer on Android platform
    https://github.com/jiahuanyu/CircleTimerView
  39. AlignTextView 字体对齐的textview
    https://github.com/androiddevelop/AlignTextView
  40. advanced-textview Advanced Android TextView
    https://github.com/chiuki/advanced-textview
  41. ParkedTextView A editable text with a constant text/placeholder for Android.
    https://github.com/gotokatsuya/ParkedTextView
  42. SimpleLinkableText Simple way to create linked text, such as @username or #hashtag, in Android TextView and EditText.
    https://github.com/apradanas/simple-linkable-text
  43. material-code-input A material style input for codes
    https://github.com/glomadrian/material-code-input
  44. BubbleTextView Android Bubble View
    https://github.com/dupengtao/BubbleTextView
  45. PathEffectTextView PathEffectTextView
    https://github.com/dkmeteor/PathEffectTextView
  46. AutosizeEditText AutosizeEditText for Android is an extension of native EditText that offer a smooth auto scale text size.
    https://github.com/txusballesteros/AutosizeEditText
  47. TextSurface A little animation framework which could help you to show message in a nice looking way.
    https://github.com/elevenetc/TextSurface
  48. EmailAutoCompleteTextView An AutoCompleteTextView with builtin Adapter with the emails in the device. It handles Android Marshmallow Runtime Permissions automatically.
    https://github.com/tasomaniac/EmailAutoCompleteTextView
  49. TextViewForFullHtml TextViewForFullHtml是对原生TextView解析Html格式文本的增强。
    https://github.com/xuyisheng/TextViewForFullHtml
  50. PlacesAutocompleteTextView A TextView for autocompleting addresses using the Google Maps Places API
    https://github.com/seatgeek/android-PlacesAutocompleteTextView
  51. BiuEditText biu,biu,一个有趣的EditText
    https://github.com/xujinyang/BiuEditText
  52. AnimTextView AnimTextView
    https://github.com/z56402344/AnimTextView
  53. Masked-Edittext Android library contain custom realisation of EditText component for masking and formatting input text
    https://github.com/pinball83/Masked-Edittext
  54. KerningViews Provides a set of views which allows to adjust the spacing between the characters in the text of that view, also known as Kerning effect. https://github.com/aritraroy/KerningViews
  55. SectionedRecyclerViewAdapter An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. Each Section can have its state(Loading/Loaded/Failed) controlled individually.
    https://github.com/luizgrp/SectionedRecyclerViewAdapter
  56. android-ago An Android TextView that always displays an auto refreshing relative time span with respect to a reference time
    https://github.com/curioustechizen/android-ago
  57. SuperTextView a super textview for android
    https://github.com/lygttpod/SuperTextView
  58. input-mask-android The library allows to format user input on the fly according to the provided mask and to extract valueable characters.
    https://github.com/RedMadRobot/input-mask-android
  59. NumberAnimTextView 数字增加动画的 TextView
    https://github.com/Bakumon/NumberAnimTextView
  60. PinchZoomTextView A TextView library that allows the user to increase/decrease font size with a two finger gesture by the user.
    https://github.com/androidessence/PinchZoomTextView
  61. html-builder Build valid HTML for Android TextView
    https://github.com/jrummyapps/html-builder
  62. AvatarLabelView 一个可配置的迷你版轻量级 Label 辅助类,支持多种配置效果。
    https://github.com/yanbober/AvatarLabelView
  63. LogcatTextView A simple view to see logcat in your app
    https://github.com/munix/LogcatTextView
  64. MarqueeViewLibrary 一个帮您快速实现跑马灯效果的library
    https://github.com/gongwen/MarqueeViewLibrary
  65. FadingTextView A textview that changes its content automatically every few seconds
    https://github.com/rosenpin/FadingTextView
  66. WaitingDots Small library that provides... bouncing dots
    https://github.com/tajchert/WaitingDots
  67. CodeView Android Code Highlighter
    https://github.com/tiagohm/CodeView
  68. SlantedTextView Android slanted TextView
    https://github.com/HeZaiJin/SlantedTextView

ImageView

  1. FrescoImageViewer Android full screen image viewer for Fresco library supporting "pinch to zoom" and "swipe to dismiss" gestures http://stfalcon.com
    https://github.com/stfalcon-studio/FrescoImageViewer
  2. AndroidGradientImageView AndroidGradientImageView is a simple imageview which overlays gradient on its content.
    https://github.com/skyfe79/AndroidGradientImageView
  3. subsampling-scale-image-view Highly configurable, easily extendable view with pan and zoom gestures for displaying huge images without loss of detail. Perfect for photo galleries, maps, building plans etc.
    https://github.com/davemorrissey/subsampling-scale-image-view
  4. BadgedImageview BadgedImageview allow you show a badge into a Imageview.
    https://github.com/yesidlazaro/BadgedImageview
  5. PhotoView Implementation of ImageView for Android that supports zooming, by various touch gestures.
    https://github.com/chrisbanes/PhotoView
  6. PhotoView图片浏览缩放控件
    https://github.com/bm-x/PhotoView
  7. android-smart-image-view Android ImageView replacement which allows image loading from URLs or contact address book, with caching
    https://github.com/loopj/android-smart-image-view
  8. TouchImageView Adds touch functionality to Android ImageView.
    https://github.com/MikeOrtiz/TouchImageView
  9. CircleImageView A fast circular ImageView perfect for profile images.
    https://github.com/hdodenhof/CircleImageView
  10. gesture-imageview This is a simple Android View class which provides basic pinch and zoom capability for images.
    https://github.com/jasonpolites/gesture-imageview
  11. android-shape-imageview Custom shaped android imageview components
    https://github.com/siyamed/android-shape-imageview
  12. AndroidImageCrop How select and crop image on Android
    https://github.com/lorensiuswlt/AndroidImageCrop
  13. GifImageView Android ImageView that handles animated GIF images
    https://github.com/felipecsl/GifImageView
  14. cropper Android widget for cropping and rotating an image.
    https://github.com/edmodo/cropper
  15. ImageViewZoom Android ImageView widget with zoom and pan capabilities
    https://github.com/sephiroth74/ImageViewZoom
  16. CircularImageView Custom view for circular images in Android while maintaining the best draw performance
    https://github.com/Pkmmte/CircularImageView
  17. CircularImageView Create circular image view in android
    https://github.com/lopspower/CircularImageView
  18. android-crop Android library project for cropping images
    https://github.com/jdamcd/android-crop
  19. cropimage Replacement for deprecated official Android crop image function
    https://github.com/biokys/cropimage
  20. android-cropimageCropImage Activity from Gallery.apk packaged as a reusable Android library (4.0 and up).
    https://github.com/lvillani/android-cropimage
  21. android-gpuimage Android filters based on OpenGL (idea from GPUImage for iOS)
    https://github.com/CyberAgent/android-gpuimage
  22. gif-movie-view Android View widget for displaying GIF animations.
    https://github.com/sbakhtiarov/gif-movie-view
  23. WaveDrawable Drawable animation inspired by Tinder.
    https://github.com/Alexrs95/WaveDrawable
  24. DrawerArrowDrawable Visual back-port of the rotating drawer-to-arrow drawable from Android L
    https://github.com/ChrisRenke/DrawerArrowDrawable
  25. TextDrawable This light-weight library provides images with letter/text like the Gmail app. It extends the Drawable class thus can be used with existing/custom/network ImageView classes. Also included is a fluent interface for creating drawables and a customizable ColorGenerator.
    https://github.com/amulyakhare/TextDrawable
  26. SelectableRoundedImageView Android ImageView that supports different radiuses on each corner. It also supports oval(and circle) shape and border. This would be especially useful for using inside CardView which should be rounded only top left and top right corners(Don't forget to call setPreventCornerOverlap(false) on your cardview).
    https://github.com/pungrue26/SelectableRoundedImageView
  27. avatar-android Rounded and Squared Avatar for Android Applications
    https://github.com/Pedroafa/avatar-android
  28. ByakuGallery ByakuGallery is an open source Android library that allows the visualization of large images with gesture capabilities. This lib is based on AOSP Camera2.
    https://github.com/diegocarloslima/ByakuGallery
  29. DexMovingImageView DMIV aims to provide a flexible and customizable instrument for automated images moving on display. It provides scroll, gyroscope or time based moving. But you can create your own evaluator.
    https://github.com/dexlex/DexMovingImageView
  30. SimpleTagImageView ImageView with a tag in android. So it's a ImageView.
    https://github.com/wujingchao/SimpleTagImageView
  31. CropImageView Widget allows you crop from whatever side in an ImageView. Currently Android only supports centerCrop type of cropping
    https://github.com/cesards/CropImageView
  32. MovingImageView Custom ImageView for moving image around the screen (Android)
    https://github.com/AlbertGrobas/MovingImageView
  33. PolygonImageView Custom ImageView for android with polygon shape (Android)
    https://github.com/AlbertGrobas/PolygonImageView
  34. BitmapMerger Play with bitmaps
    https://github.com/cooltechworks/BitmapMerger
  35. FlickableView Flickable ImageView for Android. It's like a view of twitter's detail image.
    https://github.com/gotokatsuya/FlickableView
  36. ImageGallery A gallery used to host an array of images
    https://github.com/lawloretienne/ImageGallery
  37. GestureViews ImageView and FrameLayout with gestures control and position animation.
    https://github.com/alexvasilkov/GestureViews
  38. MusicCoverView ImageView that 'morphs' into a circle shape and can rotates. Useful to be used as album cover in Music apps.
    https://github.com/andremion/Music-Cover-View
  39. BigImageViewer Big image viewer supporting pan and zoom, with very little memory usage and full featured image loading choices. Powered by Subsampling Scale Image View, Fresco, Glide, and Picasso.
    https://github.com/Piasy/BigImageViewer
  40. Crescento Android library that adds a curve at the below of image views and relative layouts. CrescentoImageView and CrescentoContainer are the image view and relative layout respectively. You can change the radius of curve with attribute:curvature.
    https://github.com/developer-shivam/Crescento
  41. CaptchaImageView Custom ImageView to generate captcha image.
    https://github.com/jineshfrancs/CaptchaImageView
  42. DragPhotoView A photoView to scale image and finish activity,高仿微信可拖拽返回PhotoView
    https://github.com/githubwing/DragPhotoView
  43. ViewEffects Apply custom effects on view backgrounds
    https://github.com/mirrajabi/ViewEffects

Button

  1. circular-progress-button Android Circular Progress Button
    https://github.com/dmytrodanylyk/circular-progress-button
  2. android-process-button Android Buttons With Built-in Progress Meters.
    https://github.com/dmytrodanylyk/android-process-button
  3. android-circlebutton Circle button widget for Android
    https://github.com/markushi/android-circlebutton
  4. android-flat-button FButton - a flat button library for Android
    https://github.com/hoang8f/android-flat-button
  5. FloatingActionButton Android Google+ like floating action button
    https://github.com/makovkastar/FloatingActionButton
  6. ExpandableButtonMenu An Android library for an expandable button menu
    https://github.com/lemonlabs/ExpandableButtonMenu
  7. fancybuttons An Android library to easily create fancy buttons without the need of drawable files.
    https://github.com/medyo/fancybuttons
  8. Android-Bootstrap Bootstrap style buttons with Font Awesome
    https://github.com/Bearded-Hen/Android-Bootstrap
  9. SwitchButton SwitchButton
    https://github.com/kyleduo/SwitchButton
  10. SwitchButton SwitchButton
    https://github.com/xiaopansky/SwitchButton
  11. ToggleButton ToggleButton Widget For Android Dev
    https://github.com/zcweng/ToggleButton
  12. FabButton Android Floating ActionButton with a progress indicator ring
    https://github.com/ckurtm/FabButton
  13. SlideSwitch A button that you can slide on or off
    https://github.com/Leaking/SlideSwitch
  14. easyloadingbtn This is a Material Design loading button
    https://github.com/DevinShine/easyloadingbtn
  15. hkm-progress-button Base on android-process-button this is the advanced version of the android-process-button.
    https://github.com/jjhesk/hkm-progress-button
  16. SubmitDemo comtomize view submit button which you use for submit operation or download operation and so on.
    https://github.com/tuesda/SubmitDemo
  17. PlayPauseButton PlayPauseButton
    https://github.com/recruit-lifestyle/PlayPauseButton
  18. ArrowDownloadButton A download button with pretty cool animation
    https://github.com/fenjuly/ArrowDownloadButton
  19. FABProgressCircle Material progress circle around any FloatingActionButton. 100% Guidelines.
    https://github.com/JorgeCastilloPrz/FABProgressCircle
  20. ShineButton This is a UI lib for Android. Effects like shining.
    https://github.com/ChadCSong/ShineButton
  21. RaiflatButton A raised button that lowers down to 0dp of elevation
    https://github.com/rubensousa/RaiflatButton
  22. AnimShopButton A shopping cart button with a telescopic displacement rotation animation ...一个带伸缩位移旋转动画的购物车按钮
    https://github.com/mcxtzhang/AnimShopButton
  23. Android-SwitchIcon Google launcher-style implementation of switch (enable/disable) icon
    https://github.com/zagum/Android-SwitchIcon
  24. iOS-SwitchView A lightweight iOS switch view style for Android https://github.com/luongvo/iOS-SwitchView

CheckBox

  1. AnimCheckBox AnimCheckBox
    https://github.com/lguipeng/AnimCheckBox

Progressbar/Progress View

  1. AwesomeProgressbar 支持左右两边同时滚动的进度条
    https://github.com/alex5241/AwesomeProgressbar
  2. BounceLoadingView 模仿饿了么加载效果
    https://github.com/niniloveyou/BounceLoadingView
  3. GradeProgressView a progress view used to grade mobiles phone
    https://github.com/niniloveyou/GradeProgressView
  4. SmileyLoadingView A custom loading view, just like alipay
    https://github.com/andyxialm/SmileyLoadingView
  5. RingProgress a circle progress bar with effect
    https://github.com/ldoublem/RingProgress
  6. SlackLoadingView Imitate Slack loading animation.
    https://github.com/JeasonWong/SlackLoadingView
  7. LoadingView a simple lodingview for android with animation
    https://github.com/ldoublem/LoadingView
  8. BezierLoadingView A cool loading view with Bezier and a smooth circular motion https://github.com/JeasonWong/BezierLoadingView
  9. CircleProgressBar A circular android ProgressBar library which extends ProgressBar, It has both solid and line two styles. Besides, progress value can be freely customized.
    https://github.com/dinuscxj/CircleProgressBar
  10. ArcProgressStackView Present your progress bars in arc mode with information and total control.
    https://github.com/GIGAMOLE/ArcProgressStackView
  11. ArcProgressStackView Present your progress bars in arc mode with information and total control.
    https://github.com/DevLight-Mobile-Agency/ArcProgressStackView
  12. KProgressHUD An implement of ProgressHUD for Android, similar to MBProgressHUD, SVProgressHUD for iOS.
    https://github.com/Kaopiz/KProgressHUD
  13. SmoothProgressBar A small Android library allowing you to have a smooth and customizable horizontal indeterminate ProgressBar
    https://github.com/castorflex/SmoothProgressBar
  14. ACProgressLite A lightweight Android library to display customizable progressbar like iOS MBProgressHUD.
    https://github.com/Cloudist/ACProgressLite
  15. NumberProgressBar A beautiful, slim Android ProgressBar.
    https://github.com/daimajia/NumberProgressBar
  16. android-HoloCircularProgressBar Holo Circular ProgressBar
    https://github.com/passsy/android-HoloCircularProgressBar
  17. android-square-progressbar An android library to display a progressbar that goes around an image.
    https://github.com/mrwonderman/android-square-progressbar
  18. ProgressPieView Android library for showing progress in a highly customizable pie.
    https://github.com/FilipPudak/ProgressPieView
  19. GoogleProgressBar Android library to display progress like google does in some of his services.
    https://github.com/jpardogo/GoogleProgressBar
  20. ProgressWheel A progress wheel for android, intended for use instead of the standard progress bar.
    https://github.com/Todd-Davies/ProgressWheel
  21. RefreshActionItem Android - An action bar item which acts both as a refresh button and as a progress indicator
    https://github.com/ManuelPeinado/RefreshActionItem
  22. CircleProgress CircleProgress, DonutProgress, ArcProgress
    https://github.com/lzyzsd/CircleProgress
  23. WaveView A wave view of android,can be used as progress bar.
    https://github.com/john990/WaveView
  24. WaveView waveview for android
    https://github.com/gelitenight/WaveView
  25. water-wave-progress 水波按进度上升,带环形进度条
    https://github.com/Modificator/water-wave-progress
  26. InfiniteIndicator This lib can be used for viewpager infinite loop with indicator easily.
    https://github.com/lightSky/InfiniteIndicator
  27. Android-RoundCornerProgressBar Round Corner Progress Bar Library for Android
    https://github.com/akexorcist/Android-RoundCornerProgressBar
  28. CircleProgress A circle progress animation view on Android
    https://github.com/Fichardu/CircleProgress
  29. MaterialLoadingProgressBar MaterialLoadingProgressBar provide a styled ProgressBar which looks like SwipeRefreshLayout's loading indicator(support-v4 v21+)
    https://github.com/lsjwzh/MaterialLoadingProgressBar
  30. WheelIndicatorView A 'Google Fit' like activity indicator for Android
    https://github.com/dlazaro66/WheelIndicatorView
  31. MaterialProgressBar Material design ProgressBar with consistent appearance
    https://github.com/DreaminginCodeZH/MaterialProgressBar
  32. RopeProgressBar Android ProgressBar that "bends" under its own weight. Inspired by http://drbl.in/nwih
    https://github.com/cdeange/RopeProgressBar
  33. DownloadProgressBar Android progress bar with cool animation, inspired by : https://dribbble.com/shots/2012292-Download-Animation
    https://github.com/panwrona/DownloadProgressBar
  34. AnimatedCircleLoadingView An animated circle loading view
    https://github.com/jlmd/AnimatedCircleLoadingView
  35. SpinnerLoader A loader that measures up Material Design
    https://github.com/fenjuly/SpinnerLoader
  36. AndroidFillableLoaders Android fillable progress view working with SVG paths. This is a nice option too if you want to create an interesting branding logo for your app. Based on the iOS project: https://github.com/poolqf/FillableLoaders
    https://github.com/JorgeCastilloPrz/AndroidFillableLoaders
  37. WhorlView Progressbar with whorl style
    https://github.com/Kyson/WhorlView
  38. ColoringLoading This project provide Coloring Loading View for Android. And this project is not using the image file!
    https://github.com/recruit-lifestyle/ColoringLoading
  39. RubberIndicator A rubber indicator for ViewPager
    https://github.com/LyndonChin/AndroidRubberIndicator
  40. TaoBaoProgressBar 一个模仿淘宝秒杀商品页面的进度条
    https://github.com/liuhuibin/TaoBaoProgressBar
  41. AVLoadingIndicatorView AVLoadingIndicatorView is a collection of nice loading animations for Android.
    https://github.com/81813780/AVLoadingIndicatorView
  42. MaskProgressView Yet another android custom progress view for your music player
    https://github.com/iammert/MaskProgressView
  43. DelayedProgress ProgressDialog that waits a minimum time to be dismissed before showing. Once visible, the ProgressDialog will be visible for a minimum amount of time to avoid "flashes" in the UI. https://github.com/tasomaniac/DelayedProgress
  44. circular-slider-android Circular Slider is a custom-built Android View used for choosing numbers. It works similarly to the regular slider control (SeekBar), just goes around in a circular fashion - simple enough. Note that the thumb scroller (the thing you drag around) can be either a solid-color circle or a custom drawable (like a PNG image).
    https://github.com/milosmns/circular-slider-android
  45. Loading Progress A highly configurable library to do loading progress with animated balls
    https://github.com/glomadrian/loading-balls
  46. Dilating Dots Progress Bar An animated progress indicator
    https://github.com/JustZak/DilatingDotsProgressBar
  47. ColorArcProgressBar A customizable circular progressbar, which can achieve the effect of the QQ health's arc progress and dashboard.
    https://github.com/Shinelw/ColorArcProgressBar
  48. SunBaby 萌萌哒太阳宝宝主题的LoadingView
    https://github.com/Hitomis/SunBaby
  49. AndroidSpinKit android 加载动画合集
    https://github.com/ybq/AndroidSpinKit
  50. GifLoadingView GifLoadingView
    https://github.com/Rogero0o/GifLoadingView
  51. LoadingDrawable some android loading drawable, can be combined with any View as the loading View and Progressbar, and is especially suitable for the loading animation of the RecyclerRefreshLayout.
    https://github.com/dinuscxj/LoadingDrawable
  52. LikeSinaSportProgress 仿新浪体育客户端的进度条
    https://github.com/YangShaoXiong/LikeSinaSportProgress
  53. SquareLoading A square animated loader.
    https://github.com/yuweiguocn/SquareLoading
  54. StateProgressBar Android library to realize the various states and transitions in a ProgressBar.
    https://github.com/kofigyan/StateProgressBar
  55. GALeafLoading The project implements the following animation
    https://github.com/Ajian-studio/GALeafLoading
  56. GADownloading GADownloading
    https://github.com/Ajian-studio/GADownloading
  57. GABottleLoading Bezier storm(贝塞尔风暴)
    https://github.com/Ajian-studio/GABottleLoading
  1. Space-Navigation-View Space Navigation is a library allowing easily integrate fully customizable Google Spaces like navigation to your app.
    https://github.com/armcha/Space-Navigation-View
  2. LuseenBottomNavigation BottomNavigationView Designed according Google guideLine https://github.com/armcha/LuseenBottomNavigation
  3. Material-BottomNavigation BottomNavigation component inspired by the Google Material Design Guidelines https://github.com/sephiroth74/Material-BottomNavigation
  4. BoomMenu A menu which can ... BOOM!
    https://github.com/Nightonke/BoomMenu
  5. SlidingMenu SlidingMenu is an Open Source Android library that allows developers to easily create applications with sliding menus like those made popular in the Google+, YouTube, and Facebook apps. Feel free to use it all you want in your Android apps provided that you cite this project and include the license in your app.
    https://github.com/jfeinstein10/SlidingMenu
  6. android-menudrawer A slide-out menu implementation, which allows users to navigate between views in your app.
    https://github.com/SimonVT/android-menudrawer
  7. ArcMenu An android custom view which looks like the menu in Path 2.0 (for iOS).
    https://github.com/daCapricorn/ArcMenu
  8. RibbonMenu Navigation menu for Android (based off Google+ app)
    https://github.com/darvds/RibbonMenu
  9. CircularFloatingActionMenu an animated circular menu for Android
    https://github.com/oguzbilgener/CircularFloatingActionMenu
  10. ActionsContentView ActionsContentView is an standalone library implements actions/content swiping view (AKA Side Navigation UI Pattern, AKA Facebook side menu). The library doesn't use any specific code introduced in new Android SDK versions. This allows develop an application with an action/content swiping view for every version of Android from 2.2 and up.
    https://github.com/StevenRudenko/ActionsContentView
  11. Android-NewPopupMenu Android-NewPopupMenu is an android library to create popup menu with GoogleMusic app-like style.
    https://github.com/u1aryz/Android-NewPopupMenu
  12. android-floating-action-menu Floating Action Menu for Android. Inspired by the Google Plus floating menu.
    https://github.com/sephiroth74/android-floating-action-menu
  13. Android-CircleMenu Menu with items on a rotating circle
    https://github.com/szugyi/Android-CircleMenu
  14. Android Wheel Menu Simple and easy to use circular menu widget for Android.
    https://github.com/anupcowkur/Android-Wheel-Menu
  15. android-satellite-menu Android Satellite Menu
    https://github.com/siyamed/android-satellite-menu
  16. SideNavigation Implementation of "SIde Navigation" or "Fly-in app menu" pattern for Android (based on Google+ app)
    https://github.com/johnkil/SideNavigation
  17. AndroidResideMenu The idea of ResideMenu is from Dribbble 1 and 2. It has come true and run in iOS devices. iOS ResideMenu This project is the RefsideMenu Android version. The visual effect is partly referred to iOS version of ResideMenu. And thanks to the authors for the above idea and contribution.
    https://github.com/SpecialCyCi/AndroidResideMenu
  18. GoogleNavigationDrawerMenu Android Library for a DrawerLayout similar to the one in Google Apps
    https://github.com/Arasthel/GoogleNavigationDrawerMenu
  19. simple-side-drawer Simple library which enable you to add a drawer(slide-out) navigation to your android application
    https://github.com/adamrocker/simple-side-drawer
  20. BlurNavigationDrawer Android - Blur Navigation Drawer like Etsy app.
    https://github.com/charbgr/BlurNavigationDrawer
  21. ActionSheetForAndroid IOS UIActionSheet in Android
    https://github.com/baoyongzhang/ActionSheetForAndroid
  22. BottomSheet One way to present a set of actions to a user is with bottom sheets, a sheet of paper that slides up from the bottom edge of the screen. Bottom sheets offer flexibility in the display of clear and simple actions that do not need explanation.
    https://github.com/soarcn/BottomSheet
  23. Context-Menu.Android Context-Menu.Android
    https://github.com/Yalantis/Context-Menu.Android
  24. Side-Menu.Android Side-Menu.Android
    https://github.com/Yalantis/Side-Menu.Android
  25. Android-CircleMenu 自定义ViewGroup实现的圆形旋转菜单,支持跟随手指旋转以及快速旋转。 图标请勿商用。
    https://github.com/hongyangAndroid/Android-CircleMenu
  26. AndroidPullMenu An Android Library that allows users to pull down a menu and select different actions. It can be implemented inside ScrollView, GridView, ListView.
    https://github.com/ShkurtiA/AndroidPullMenu
  27. FilterMenu An implemention of Filter Menu concept for android
    https://github.com/linroid/FilterMenu
  28. OverlayMenu Android Overlay Menu
    https://github.com/sephiroth74/OverlayMenu
  29. MultiCardMenu A multicard menu that can open and close with animation on android
    https://github.com/wujingchao/MultiCardMenu
  30. DropDownMenu DropDownMenu for Android,Filter the list based on multiple condition.
    https://github.com/JayFang1993/DropDownMenu
  31. Folder-ResideMenu An extension of ResideMenu
    https://github.com/dkmeteor/Folder-ResideMenu
  32. SlideBottomPanel 底部划动菜单,滑动时背景图透明度渐变,支持嵌套 LiewView 或 ScrollView
    https://github.com/kingideayou/SlideBottomPanel
  33. CustomMenu CustomMenu quickly realize about the menu
    https://github.com/flyfei/CustomMenu
  34. BottomSheet BottomSheet style dialogs for Android
    https://github.com/Kennyc1012/BottomSheet
  35. FlowingDrawer swipe right to display drawer with flowing effects.
    https://github.com/mxn21/FlowingDrawer
  36. Metaball-Menu A menu consisting of icons (ImageViews) and metaball bouncing selection to give a blob effect. Inspired by Material design
    https://github.com/melvinjlobo/MetaballMenu
  37. TapBarMenu Simple library that helps creating a "Tap Bar" menu layout.
    https://github.com/michaldrabik/TapBarMenu
  38. FloatingNavigationView A Floating Action Button that shows an anchored Navigation View.
    https://github.com/andremion/Floating-Navigation-View
  39. FantasySlide 一个 DrawerLayout 的扩展,具有帅气的动画与创新的交互。一次手势完成滑出侧边栏与选择菜单。
    https://github.com/mzule/FantasySlide
  40. FragNav An Android library for managing multiple stacks of fragments
    https://github.com/ncapdevi/FragNav
  41. hover A floating menu library for Android.
    https://github.com/google/hover

Dialog

  1. QustomDialog a quick custom android dialog project
    https://github.com/danoz73/QustomDialog
  2. Android-RateThisApp Android library to show "Rate this app" dialog
    https://github.com/kskkbys/Android-RateThisApp
  3. AndroidSliderPreference Android library that allows applications to add dialog-based slider widgets to their settings
    https://github.com/jayschwa/AndroidSliderPreference
  4. L-Dialogs A small library replicating the new dialogs in android L.
    https://github.com/lewisjdeane/L-Dialogs
  5. LicensesDialog LicensesDialog is an open source library to display licenses of third-party libraries in an Android app.
    https://github.com/PSDev/LicensesDialog
  6. android-styled-dialogs A simple library for styling Android dialogs in the Holo theme. It also removes boilerplate code for displaying simple dialogs.
    https://github.com/inmite/android-styled-dialogs
  7. PostOffice This is a library for easily constructing Holo and Material Design Dialogs.
    https://github.com/r0adkll/PostOffice
  8. sweet-alert-dialog Android版的SweetAlert,清新文艺,快意灵动的甜心弹框
    https://github.com/pedant/sweet-alert-dialog
  9. BlurDialogFragment Library project to display DialogFragment with a blur effect.
    https://github.com/tvbarthel/BlurDialogFragment
  10. dialogplus Simple,easy dialog for android
    https://github.com/orhanobut/dialogplus
  11. spots-dialog Android AlertDialog with mowing dots progress indicator
    https://github.com/d-max/spots-dialog
  12. search-dialog An awesome and customizable search dialog with built-in search options.
    https://github.com/mirrajabi/search-dialog

ListView/ScrollView

  1. CommonPullToRefresh Android widget with pull to refresh for all the views,and support loadMore for ListView , RecyclerView, GridView and SwipeRefreshLayout.
    https://github.com/Chanven/CommonPullToRefresh
  2. pinned-section-listview Easy to use ListView with pinned sections for Android.
    https://github.com/beworker/pinned-section-listview
  3. PullToRefresh-ListView A generic, customizable, open source Android ListView implementation that has 'Pull to Refresh' functionality.
    https://github.com/erikwt/PullToRefresh-ListView
  4. FlabbyListView Android library to display a ListView whose cells are not rigid but flabby and react to ListView scroll.
    https://github.com/jpardogo/FlabbyListView
  5. XListView-Android ListView supports pull refresh and pull up to load more feature.
    https://github.com/Maxwin-z/XListView-Android
  6. PinterestListView Pinterest style ListView for Android
    https://github.com/vladexologija/PinterestListView
  7. android-pulltorefresh-and-loadmore android custom listview,with interaction pattern load more and pull to refresh to load data dinamically
    https://github.com/shontauro/android-pulltorefresh-and-loadmore
  8. PinnedHeaderListView A ListView with pinned section headers for Android
    https://github.com/JimiSmith/PinnedHeaderListView
  9. ParallaxScroll Parallax ScrollView and ListView for Android
    https://github.com/nirhart/ParallaxScroll
  10. Android-HorizontalListView HorizontalListView is an Android ListView widget which scrolls in a horizontal manner (in contrast with the SDK-provided ListView which scrolls vertically).
    https://github.com/MeetMe/Android-HorizontalListView
  11. LinearListView Android library that allows you to bind a LinearLayout with a ListAdapter.
    https://github.com/frankiesardo/LinearListView
  12. ParallaxListView A Android ListView Demo with a parallax effect header like Path.
    https://github.com/Gnod/ParallaxListView
  13. PagedHeadListView Android boosted ListView supporting paginated header with a new material page indicator.
    https://github.com/JorgeCastilloPrz/PagedHeadListView
  14. PullZoomView An Android custom ListView and ScrollView with pull to zoom-in.
    https://github.com/Frank-Zhu/PullZoomView
  15. HeaderListView Android ListView with sticky headers
    https://github.com/applidium/HeaderListView
  16. ListviewFilter Awesome Listview filter functionality in Android.
    https://github.com/bhavyahmehta/ListviewFilter
  17. android-accordion-view Simple ListView based Android AccordionView
    https://github.com/hamsterready/android-accordion-view
  18. DragNDropList An easy to use Drag & Drop List for Android. Direct replacement of the android ListView.
    https://github.com/terlici/DragNDropList
  19. QuickReturn Android ListView that implements the QuickReturn UI pattern. Written from scratch with focus on performance.
    https://github.com/felipecsl/QuickReturn
  20. Android-HorizontalListView HorizontalListView is an Android ListView widget which scrolls in a horizontal manner
    https://github.com/MeetMe/Android-HorizontalListView
  21. ZrcListView 一个顺滑又漂亮的Android下拉刷新与加载更多列表组件。
    https://github.com/zarics/ZrcListView
  22. android-swipelistview An Android List View implementation with support for drawable cells and many other swipe related features
    https://github.com/47deg/android-swipelistview
  23. android-pulltorefresh This project aims to provide a reusable pull to refresh widget for Android.
    https://github.com/johannilsson/android-pulltorefresh
  24. StickyListHeaders An android library for section headers that stick to the top
    https://github.com/emilsjolander/StickyListHeaders
  25. LazyList Lazy load of images in Android
    https://github.com/thest1/LazyList
  26. FloatingGroupExpandableListView An open source Android library that provides a floating group view at the top of the ExpandableListView
    https://github.com/diegocarloslima/FloatingGroupExpandableListView
  27. PullSeparateListView 到顶部或底部时拉动,item分离效果
    https://github.com/chiemy/PullSeparateListView
  28. Android-SlideExpandableListView A better ExpandableListView, with animated expandable views for each list item
    https://github.com/tjerkw/Android-SlideExpandableListView
  29. HorizontalVariableListView Horizontal list view for Android which allows variable items widths
    https://github.com/sephiroth74/HorizontalVariableListView
  30. ListBuddies Android library to achieve in an easy way, the behaviour of the home page in the Expedia app, with a pair of auto-scroll circular parallax ListViews.
    https://github.com/jpardogo/ListBuddies
  31. Android-Tiling-ScrollView A tiling scrollview to display large picture (similar to iOS "CATiledLayer")
    https://github.com/ened/Android-Tiling-ScrollView
  32. PullScrollView 1.仿照新浪微博Android客户端个人中心的ScrollView,下拉背景伸缩回弹效果。 2.ScrollView仿IOS回弹效果。
    https://github.com/MarkMjw/PullScrollView
  33. StickyScrollViewItems A small android library for tagging views inside a ScrollView as "sticky" making them stick to the top of the scroll container until a new sticky view comes and takes it's place
    https://github.com/emilsjolander/StickyScrollViewItems
  34. Discrollview Scroll + discover = DiscrollView
    https://github.com/flavienlaurent/discrollview
  35. SwipeMenuListView SwipeMenuListView
    https://github.com/baoyongzhang/SwipeMenuListView
  36. Android-ObservableScrollView Android library to observe scroll events on scrollable views.
    https://github.com/ksoichiro/Android-ObservableScrollView
  37. Pull-to-Refresh.Rentals-Android This project aims to provide a simple and customizable pull to refresh implementation. Made in Yalantis
    https://github.com/Yalantis/Pull-to-Refresh.Rentals-Android
  38. StikkyHeader This is a very simple library for Android that allows you to stick an header to a scrollable view and easly apply animation to it
    https://github.com/carlonzo/StikkyHeader
  39. quickscroll Bringing extended scrolling features to Android's native ListView and ExpandableListView.
    https://github.com/andraskindler/quickscroll
  40. FilterSelectorListView FilterSelectorListView is useful for making multiple selection with see selection on the top of ListView.
    https://github.com/pchauhan/FilterSelectorListView
  41. Animated Expanding ListView Animated Expanding ListView provides a fancy animation on expanding or collapsing the content of a listview item.
    https://github.com/LeonardoCardoso/Animated-Expanding-ListView
  42. FanLayoutManager Using Fan Layout Manager you can implement the horizontal list, the items of which move like fan blades https://www.cleveroad.com
    https://github.com/Cleveroad/FanLayoutManager

GridView

  1. two-way-gridview An Android GridView that can be configured to scroll horizontally or vertically
    https://github.com/jess-anders/two-way-gridview
  2. AsymmetricGridView Android ListView that mimics a GridView with asymmetric items. Supports items with row span and column span
    https://github.com/felipecsl/AsymmetricGridView
  3. AndroidCoolDragAndDropGridView An example of a gridview with various column span items and drag and drop support like Google keep has
    https://github.com/theredsunrise/AndroidCoolDragAndDropGridView
  4. GridViewHeader Android GridView with addHeader( View view ) function
    https://github.com/munix/GridViewHeader
  5. DynamicGrid Drag and drop GridView for Android
    https://github.com/askerov/DynamicGrid
  6. PagingGridView A Paging GridView with the same behavior as PagingListView.
    https://github.com/nicolasjafelle/PagingGridView
  7. DraggableGridView A drag-and-drop scrolling grid view for Android
    https://github.com/thquinn/DraggableGridView
  8. AndroidStaggeredGrid An Android staggered grid view which supports multiple columns with rows of varying sizes.
    https://github.com/etsy/AndroidStaggeredGrid
  9. StaggeredGridView A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore.
    https://github.com/maurycyw/StaggeredGridView
  10. android-GridViewWithHeaderAndFooter GridView with Header and Footer
    https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter
  11. DragExpandGrid 可展开,可拖动,可排序,可删除,固定更多的GridView
    https://github.com/wedcel/DragExpandGrid

RatingView

  1. SimpleRatingView A rating toggle for Android which switches between 3 rating levels: positive, neutral, and negative.
    https://github.com/xiprox/SimpleRatingView

Recyclerview

  1. ChipsLayoutManager ANDROID. ChipsLayoutManager (SpanLayoutManager). A custom layout manager for RecyclerView which mimicric TextView span behaviour, flow layouts behaviour with support of amazing recyclerView features
    https://github.com/BelooS/ChipsLayoutManager
  2. RecyclerTabLayout An efficient TabLayout library implemented with RecyclerView.
    https://github.com/nshmura/RecyclerTabLayout
  3. PullZoomRecyclerView A pull to zoom-in RecyclerView for android
    https://github.com/dinuscxj/PullZoomRecyclerView
  4. BeautifulParallax Beautify your RecyclerViews with a great parallax effect !
    https://github.com/florent37/BeautifulParallax
  5. sectioned-recyclerview Implement a multi-sectioned RecyclerView using a custom adapter interface. http://aidanfollestad.com https://github.com/afollestad/sectioned-recyclerview
  6. SuperSLiM A layout manager for the RecyclerView with interchangeable linear, grid, and staggered displays of views, all with configurable section headers including the sticky variety as specified in the material design docs. http://tonicartos.com
    https://github.com/TonicArtos/SuperSLiM
  7. XRecyclerView a RecyclerView that implements pullrefresh and loadingmore featrues.you can use it like a standard RecyclerView
    https://github.com/jianghejie/XRecyclerView
  8. twoway-view RecyclerView made simple
    https://github.com/lucasr/twoway-view
  9. recyclerview-animators An Android library which easily add itemanimator to RecyclerView items.
    https://github.com/wasabeef/recyclerview-animators
  10. SuperRecyclerView Pumped up RecyclerView
    https://github.com/Malinskiy/SuperRecyclerView
  11. DynamicRecyclerView Set of plugable extenstions for Android RecyclerView
    https://github.com/ismoli/DynamicRecyclerView
  12. android-advancedrecyclerview RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
    https://github.com/h6ah4i/android-advancedrecyclerview
  13. UltimateRecyclerView A RecyclerView(advanced and flexible version of ListView) with refreshing,loading more,animation and many other features.
    https://github.com/cymcsg/UltimateRecyclerView
  14. RecyclerView-FlexibleDivider Android library providing simple way to control divider items of RecyclerView
    https://github.com/yqritc/RecyclerView-FlexibleDivider
  15. RecyclerView-MultipleViewTypesAdapter Android library defining adapter classes of RecyclerView to manage multiple view types
    https://github.com/yqritc/RecyclerView-MultipleViewTypesAdapter
  16. header-decor A couple of sticky header decorations for android's recycler view.
    https://github.com/edubarr/header-decor
  17. SectionedRecyclerView An adapter to create Android RecyclerViews with sections, providing headers and footers.
    https://github.com/truizlop/SectionedRecyclerView
  18. RecyclerViewHeader Super fast and easy way to create header for Android RecyclerView
    https://github.com/blipinsk/RecyclerViewHeader
  19. sticky-headers-recyclerview This decorator allows you to easily create section headers for RecyclerViews using a LinearLayoutManager in either vertical or horizontal orientation.
    https://github.com/timehop/sticky-headers-recyclerview
  20. RecyclerItemDecoration ItemDecoration for RecyclerView using LinearLayoutManager
    https://github.com/magiepooh/RecyclerItemDecoration
  21. Dividers Dividers is a simple Android library to create easy separators for your RecyclerViews
    https://github.com/Karumi/Dividers
  22. recyclerview-binder Android Library for RecyclerView to manage order of items and multiple view types.
    [https://github.com/satorufujiwara/recyclerview-binder)
  23. SwipeMenuViewHolder 一个可以滑出条目操作菜单的RecycleView.ViewHolder 。
    https://github.com/liangzhitao/SwipeMenuViewHolder
  24. RecyclerViewSwipeDismiss A very easy-to-use and non-intrusive implement of Swipe to dismiss for RecyclerView.
    https://github.com/CodeFalling/RecyclerViewSwipeDismiss
  25. HeaderAndFooterRecyclerView 支持addHeaderView、 addFooterView、以及分页加载数据的RecyclerView
    https://github.com/cundong/HeaderAndFooterRecyclerView
  26. PowerfulRecyclerViewAdapter A Common RecyclerView.Adapter implementation which supports any kind of items and has useful data operating APIs such as remove,add,etc.
    https://github.com/simplify20/PowerfulRecyclerViewAdapter
  27. RecyclerViewEnhanced Android Library to provide swipe, click and other functionality to RecyclerView.
    https://github.com/nikhilpanju/RecyclerViewEnhanced/
  28. CircleRecyclerView the library is a loop RecyclerView, can show some effects when display
    https://github.com/kHRYSTAL/CircleRecyclerView
  29. epoxy Epoxy is an Android library for building complex screens in a RecyclerView.
    https://github.com/airbnb/epoxy
  30. ShimmerRecyclerView A custom recycler view with shimmer views to indicate that views are loading.
    https://github.com/sharish/ShimmerRecyclerView

SearchView

  1. MaterialSearchView Cute library to implement SearchView in a Material Design Approach http://miguelcatalan.info/2015/09/23/MaterialSearchView/
    https://github.com/MiguelCatalan/MaterialSearchView

ViewPager

  1. ViewPagerCards ViewPager cards inspired by Duolingo
    https://github.com/rubensousa/ViewPagerCards
  2. WoWoViewPager Optimized for scrolling app intros or making your CV app. Free and open source.
    https://github.com/Nightonke/WoWoViewPager
  3. Android-ViewPagerIndicator Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock. Originally based on Patrik Åkerfeldt's ViewFlow.
    https://github.com/JakeWharton/Android-ViewPagerIndicator
  4. ViewPagerExtensions A set of custom views for the ViewPager from the Android Support Package
    https://github.com/astuetz/ViewPagerExtensions
  5. parallaxviewpager An easy-to-use ViewPager subclass with parallax background effect for Android apps.
    https://github.com/andraskindler/parallaxviewpager
  6. android-auto-scroll-view-pager Android auto scroll viewpager or viewpager in viewpager
    https://github.com/Trinea/android-auto-scroll-view-pager
  7. NumericPageIndicator Android - A ViewPager page indicator that displays the current page number and (optionally) the page count
    https://github.com/ManuelPeinado/NumericPageIndicator
  8. VerticalViewPager Vertical implementation of Android ViewPager
    https://github.com/LambergaR/VerticalViewPager
  9. FlycoPageIndicator A Page Indicator Lib is realized in a different way. Support for Android 2.2 and up.
    https://github.com/H07000223/FlycoPageIndicator
  10. InfiniteViewPager Augment Android's ViewPager with wrap-around functionality.
    https://github.com/antonyt/InfiniteViewPager
  11. ViewPager3D Extension of Android ViewPager with a 3D swipe effect
    https://github.com/inovex/ViewPager3D
  12. LoopingViewPager An android ViewPager extension allowing infinite scrolling
    https://github.com/imbryk/LoopingViewPager
  13. SpringIndicator A spring indicator like Morning Routine guide.
    https://github.com/chenupt/SpringIndicator
  14. SpinningTabStrip SpinningTabStrip & SpinningViewPager are android extensions allowing infinite scrolling.
    https://github.com/eccyan/SpinningTabStrip
  15. Android-ScreenSlidePager Full screen slide pager to display images fetched from Internet by Picasso
    https://github.com/LyndonChin/Android-ScreenSlidePager
  16. RecyclerViewPager A ViewPager implemention base on RecyclerView's code. Support fling operation like gallary.
    https://github.com/lsjwzh/RecyclerViewPager
  17. MultiViewPager The MultiViewPager is an extension of the support-v4 library's ViewPager that allows the pages to be wider or narrower than the ViewPager itself. It takes care of aligning the pages next to each other, and always keeping the selected page centered.
    https://github.com/Pixplicity/MultiViewPager
  18. HollyViewPager HollyViewPager
    https://github.com/florent37/HollyViewPager
  19. SCViewPager A simple ViewPager extends that provide scroll based animation like Jazz Hands for iOS. Jazz Hands library provided by IFTTT : https://github.com/IFTTT/JazzHands
    https://github.com/sacot41/SCViewPager
  20. ExpandablePager ViewPager that slides vertically between 2 states (expanded and collapsed).
    https://github.com/Telenav/ExpandablePager
  21. ParallaxViewPager ViewPager页面切换视差效果
    https://github.com/ybq/ParallaxViewPager
  22. BubbleTab Put some bubble in your tabs and give your apps a supa fresh style !
    https://github.com/florent37/BubbleTab

ActionBar

  1. ActionBarSherlock Action bar implementation which uses the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme.
    https://github.com/JakeWharton/ActionBarSherlock
  2. TabBarView An Android Library to help you create actionbar tabs like "Capitaine train" app by Cyril Mottier
    https://github.com/Mirkoddd/TabBarView
  3. android-extendedactionbar An example of how to extend the ActionBar under the status bar from the theme
    https://github.com/Takhion/android-extendedactionbar
  4. FadingActionBar Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app
    https://github.com/ManuelPeinado/FadingActionBar
  5. GlassActionBar Android - a library that adds a glass-like effect to the action bar.
    https://github.com/ManuelPeinado/GlassActionBar

Snackbar

  1. TSnackBar Android Snackbar from the Top (similar to Crouton)
    https://github.com/AndreiD/TSnackBar

Fragment

  1. Android-CircularRevealFragment A demo about how to show and hide fragments using the new Android Lollipop circle reveal transitions. Minimum API level is 21
    https://github.com/ferdy182/Android-CircularRevealFragment
  2. StatedFragment The library is documented in http://inthecheesefactory.com/blog/best-approach-to-keep-android-fragment-state/en
    https://github.com/nuuneoi/StatedFragment
  3. EtsyBlur EtsyBlur is an Android library that allows developers to easily add a glass-like effect implemented in the Etsy app.
    https://github.com/Manabu-GT/EtsyBlur
  4. UIBlock 代替fragment的轻量级解耦UI的类
    https://github.com/tianzhijiexian/UIBlock

Activity

  1. ActivityStarter Android Library that provide simpler way to start the Activities with multiple arguments.
    https://github.com/MarcinMoskala/ActivityStarter
  2. CustomActivityOnCrash Android library that allows launching a custom activity when your app crashes, instead of showing the hated "Unfortunately, X has stopped" dialog.
    https://github.com/Ereza/CustomActivityOnCrashhttps://github.com/Ereza/CustomActivityOnCrash
  3. android-slidingactivity Android library which allows you to swipe down from an activity to close it.
    https://github.com/klinker41/android-slidingactivity
  4. AwesomeSplash Awesome-looking customizable splash screen
    https://github.com/ViksaaSkool/AwesomeSplash
  5. EasyIntro The flexible, easy to use, all in one app intro library for your Android project.
    https://github.com/meNESS/EasyIntro
  6. TGOCMessagesActivity Flexible chat activity for Android.
    https://github.com/two-guys-one-code/TGOCMessagesActivity

Tabs

  1. NavigationTabBar Navigation tab bar with colorful interactions.
    https://github.com/DevLight-Mobile-Agency/NavigationTabBar

Toast

  1. Crouton Context sensitive notifications for Android
    https://github.com/keyboardsurfer/Crouton
  2. SuperToasts A library that extends the Android toast framework.
    https://github.com/JohnPersano/SuperToasts
  3. Android-AppMsg In-layout notifications. Based on Toast notifications and article by Cyril Mottier
    https://github.com/johnkil/Android-AppMsg
  4. MessageBar An Android Toast replacement, similar to the one seen in the GMail app.
    https://github.com/SimonVT/MessageBar
  5. SnackBar toast-like alert pattern for Android
    https://github.com/MrEngineer13/SnackBar
  6. loadtoast Pretty material design toasts with feedback animations
    https://github.com/code-mc/loadtoast
  7. pretty-toast This is quite simple toast library, that make it easier to show and create custom toast. Library provides Builder which can be used to create flexible custom Toast messages.

https://github.com/CROSP/pretty-toast

  1. TastyToast Make your native android toast look beautiful.
    https://github.com/yadav-rahul/TastyToast

LockView

  1. MaterialPatternllockView Material Pattern Lockview is a View which inspired from Lollipop+ Pattern lock. This Project is still in work, More Options will be added as soon as possible. Some KeyFeature of this Library.
    https://github.com/AmniX/MaterialPatternllockView
  2. PinLockView A clean, minimalistic, easy-to-use and highly customizable pin lock custom view for Android https://github.com/aritraroy/PinLockView
  3. PinCodeView A custom view with keyboard and character display to be used for authentication https://github.com/Arjun-sna/android-passcodeview
  4. PatternLockView An easy-to-use, customizable, Material Design complaint Pattern Lock view for Android https://github.com/aritraroy/PatternLockView

SeekBar

  1. ColorSeekBar A colorful SeekBar for picking color
    https://github.com/rtugeek/ColorSeekBar
  2. HoloCircleSeekBar A Circle SeekBar inspired by Android Holo ColorPicker designed by Marie Schweiz and developed by Lars Werkman.
    https://github.com/JesusM/HoloCircleSeekBar
  3. AndroidCircularSeekBar A circular seek bar for Android
    https://github.com/RaghavSood/AndroidCircularSeekBar
  4. circularseekbar Custom circular SeekBar (Circle, Semi-circle, and Ellipse) View/Widget for Android
    https://github.com/devadvance/circularseekbar
  5. StartPointSeekBar StartPointSeekBar is a custom view for the Android platform that makes it possible to have a SeekBar to have custom start point.
    https://github.com/vashisthg/StartPointSeekBar
  6. SeekArc Circular SeekBar view for Android
    https://github.com/TriggerTrap/SeekArc
  7. discreteSeekBar DiscreteSeekbar is my poor attempt to develop an android implementation of the Discrete Slider component from the Google Material Design Guidelines.
    https://github.com/AnderWeb/discreteSeekBar
  8. android-comboseekbar seekbar with distinct values
    https://github.com/karabaralex/android-comboseekbar
  9. RangeSeekbar A seekbar contains two cursor(left and right). Multiple touch supported.
    https://github.com/dolphinwang/RangeSeekbar
  10. SeekBarCompat A material based support library to bring consistent SeekBars in Android for API 16 and above.
    https://github.com/ahmedrizwan/SeekBarCompat
  11. HorizontalWheelView Custom view for user input that models horizontal wheel controller.
    https://github.com/shchurov/HorizontalWheelView
  12. BubbleSeekBar 自定义SeekBar,进度变化由可视化气泡样式呈现
    https://github.com/woxingxiao/BubbleSeekBar
  1. RelativePopupWindow Android PopupWindow that can be easily located relative to anchor View.
    https://github.com/kakajika/RelativePopupWindow

Time View

  1. Timecon Easy-to-use animated clock icon
    https://github.com/alxrm/Timecon
  2. Caldroid Caldroid is a fragment that display calendar with dates in a month. Caldroid can be used as embedded fragment, or as dialog fragment. User can also swipe left/right to navigate to different months.
    https://github.com/roomorama/Caldroid
  3. android-times-square Standalone Android widget for picking a single date from a calendar view.
    https://github.com/square/android-times-square
  4. calendar-widget The Android calendar widget is home screen widget for your Android device. It displays a list of upcoming calendar events so that you can easily have a glimpse at your upcoming appointments.
    https://github.com/plusonelabs/calendar-widget
  5. android-spinnerwheel Wheel-like spinner widget for Android
    https://github.com/ai212983/android-spinnerwheel
  6. Android-MonthCalendarWidget A simple example of a responsive Month Calendar app widget for Android
    https://github.com/romannurik/Android-MonthCalendarWidget
  7. android-betterpickers Android library for better Picker DialogFragments
    https://github.com/derekbrameyer/android-betterpickers
  8. android-calendar-card Android calendar view (like card)
    https://github.com/kenumir/android-calendar-card
  9. DateSlider An alternative DatePicker for Android
    https://github.com/bendemboski/DateSlider
  10. Android-Week-View Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
    https://github.com/alamkanak/Android-Week-View
  11. SilkCal Android calendar view inspired by Sunrise calendar and iOS7 stock calendar
    https://github.com/NLMartian/SilkCal
  12. TimeRangePicker TimeRangePicker is a library which can be used to select a time range.
    https://github.com/tittojose/TimeRangePicker
  13. MaterialDateTimePicker Pick a date or time on Android in style
    https://github.com/wdullaer/MaterialDateTimePicker
  14. TimerView an android open source timer
    https://github.com/pheynix/TimerView
  15. MaterialDateRangePicker A material Date Range Picker based on wdullaers MaterialDateTimePicker
    https://github.com/borax12/MaterialDateRangePicker
  16. material-calendarview A Material design back port of Android's CalendarView https://prolificinteractive.github.io/material-calendarview/
    https://github.com/prolificinteractive/material-calendarview
  17. CharacterPickerView 可实现三级联动的选择器,高仿iOS的滚轮控件
    https://github.com/alafighting/CharacterPickerView
  18. CompactCalendarView An android library which provides a compact calendar view much like the one used in google calenders, following material design.
    https://github.com/SundeepK/CompactCalendarView
  19. material-calendar-view A calendar with pretty Material look, that runs on Android API 8+ https://github.com/JonatanSalas/material-calendar-view
  20. FlatTimeCollection Amazing Dynamic Time UI :clock1030: :hourglass: and More
    https://github.com/anastr/FlatTimeCollection
  21. SublimePicker A material-styled android view that provisions picking of a date, time & recurrence option, all from a single user-interface.
    https://github.com/vikramkakkar/SublimePicker
  22. LightCalendarView A lightweight monthly calendar view for Android, fully written in Kotlin. Designed to meet the minimum demands for typical calendars.
    https://github.com/recruit-mp/LightCalendarView
  23. DateTimeRangePicker A date time range picker for android written in Kotlin
    https://github.com/skedgo/DateTimeRangePicker

Layout

  1. ThreeDLayout A 3D Layout,When you use it warp other view,it can became a 3D view
    https://github.com/githubwing/ThreeDLayout
  2. CompoundLayout It's an Android library that allows you to use Layout as RadioButton or CheckBox.
    https://github.com/Jaouan/CompoundLayout
  3. RecyclerRefreshLayout A pull to refresh layout for android, the RecyclerRefreshLayout is based on the SwipeRefreshLayout. support all the views, highly customizable, code simplicity, etc
    https://github.com/dinuscxj/RecyclerRefreshLayout
  4. MaterialLeanBack A beautiful leanback port for Smartphones and Tablets
    https://github.com/florent37/MaterialLeanBack
  5. HoldToLoadLayout HoldToLoadLayout is a view group that can contain a single child. It draws your child to middle of layout, and performs loading wheel around it with settings you determined. https://github.com/melihaksoy/HoldToLoadLayout
  6. flexbox-layout Flexbox for Android
    https://github.com/google/flexbox-layout
  7. CursorWheelLayout An Android Widget for selecting items that rotate on a wheel.
    https://github.com/BCsl/CursorWheelLayout
  8. SwipeRevealLayout A layout that you can swipe/slide to show another layout.
    https://github.com/chthai64/SwipeRevealLayout
  9. BGARefreshLayout-Android 开发者使用BGARefreshLayout-Android可以对各种控件实现多种下拉刷新效果、上拉加载更多以及配置自定义头部广告位
  10. BGASwipeItemLayout-Android 类似iOS带弹簧效果的左右滑动控件,可作为AbsListView和RecyclerView的item(作为AbsListView的item时的点击事件参考代码家的 https://github.com/daimajia/AndroidSwipeLayout )
    https://github.com/bingoogolapple/BGASwipeItemLayout-Android
    https://github.com/bingoogolapple/BGARefreshLayout-Android
  11. DragLinearLayout Android LinearLayout with drag and drop to reorder.
    https://github.com/justasm/DragLinearLayout
  12. Android-MosaicLayout-v0.1 Mosaiclayout is android layout to display group of views in more that 92 different patterns.
    https://github.com/adhamenaya/Android-MosaicLayout-v0.1
  13. FoldableLayout Android widgets to implement folding animation
    https://github.com/alexvasilkov/FoldableLayout
  14. ScalableLayout Scalable Layout For Android
    https://github.com/ssomai/ScalableLayout
  15. FlipLayout Android Flip 3D Animation like web Google+
    https://github.com/stormzhang/FlipLayout
  16. FlowLayout Android implementation of FlowLayout. Layout arranges its children in multiple rows depending on their width.
    https://github.com/blazsolar/FlowLayout
  17. CircleLayout Circular layout for android
    https://github.com/dmitry-zaitsev/CircleLayout
  18. CircleLayout An Android layout for arranging children along a circle
    https://github.com/francoiscampbell/CircleLayout
  19. ResideLayout An Android Layout which has a same function like https://github.com/romaonthego/RESideMenu
    https://github.com/kyze8439690/ResideLayout
  20. GooglePlusLayout GoolgePlusLayout is a custom layout that plays animation on the children views while scrolling as the layout in the Google Plus (android) main page
    https://github.com/Nammari/GooglePlusLayout
  21. android-empty-layout A library for showing different types of layouts when a list view is empty
    https://github.com/alamkanak/android-empty-layout
  22. ImageLayout Android - A layout that arranges its children in relation to a background image
    https://github.com/ManuelPeinado/ImageLayout
  23. android-flowlayout Linear layout, that wrap its content to the next line if there is no space in the current line.
    https://github.com/ApmeM/android-flowlayout
  24. AndroidSwipeLayout The Most Powerful Swipe Layout!
    https://github.com/daimajia/AndroidSwipeLayout
  25. FreeFlow A layout engine for Android that decouples layouts from the View containers that manage scrolling and view recycling. FreeFlow makes it really easy to create custom layouts and beautiful transition animations as data and layouts change
    https://github.com/Comcast/FreeFlow
  26. SwipeableLayout A swipeable - auto resizing view group for android
    https://github.com/wmbest2/SwipeableLayout
  27. SwipeBackLayout An Android library that help you to build app with swipe back gesture.
    https://github.com/Issacw0ng/SwipeBackLayout
  28. android_maskable_layout A library that easily allows you to mask layouts/viewgroups
    https://github.com/christophesmet/android_maskable_layout
  29. android-gridlayout A backwards compatible implementation of GridLayout for Android
    https://github.com/dlew/android-gridlayout
  30. DragLayout An Android Project
    https://github.com/BlueMor/DragLayout
  31. ExpandableLayout Implementation of ExpandableListview with custom header and custom content.
    https://github.com/traex/ExpandableLayout
  32. android-PullRefreshLayout This component like SwipeRefreshLayout, it is more beautiful than SwipeRefreshLayout.
    https://github.com/baoyongzhang/android-PullRefreshLayout
  33. DragTopLayout Drag down to show a view on the top.
    https://github.com/chenupt/DragTopLayout
  34. shadow-layout Android Shadow Layout
    https://github.com/dmytrodanylyk/shadow-layout
  35. SmartTabLayout A custom ViewPager title strip which gives continuous feedback to the user when scrolling
    https://github.com/ogaclejapan/SmartTabLayout
  36. ArcLayout A very simple arc layout library
    https://github.com/ogaclejapan/ArcLayout
  37. Scrollable Android scrollable tabs
    https://github.com/noties/Scrollable
  38. RearrangeableLayout An android layout to re-arrange child views via dragging
    https://github.com/rajasharan/RearrangeableLayout
  39. BGAFlowLayout Android流式布局,可配置是否将每一行的空白区域平均分配给子控件。
    https://github.com/bingoogolapple/BGAFlowLayout-Android
  40. JellyRefreshLayout A pull-down-to-refresh layout inspired by Lollipop overscrolled effects
    https://github.com/allan1st/JellyRefreshLayout
  41. Dragger The library was created in order to provide new animations for activities on Android.
    https://github.com/ppamorim/Dragger
  42. PrismView PrismView provides animations for your views, similar to Dragger, but with fragments! You can change the fragment of the PrismView any time.
    https://github.com/ppamorim/PrismView
  43. BeerSwipeRefresh This project aims to provide a reusable Swipe to Refresh widget for Android.
    https://github.com/recruit-lifestyle/BeerSwipeRefresh
  44. SuperSwipeRefreshLayout A Custom SwipeRefreshLayout
    https://github.com/nuptboyzhb/SuperSwipeRefreshLayout
  45. Android-RatioLayout This is a specified proportion to the size of the Layout or View support library, with which you can easily set a fixed ratio of the size of the Layout or View, internal adaptive size calculation, completely abandon the code to calculate the size! If you have any questions in the course or suggestions, please send an e-mail to the following e-mail, thank you!
    https://github.com/devsoulwolf/Android-RatioLayout
  46. AndroidAutoHideHeader A layout that hide the header when the body is scrolled down and reveal it when the header is scrolled up
    https://github.com/vcaen/AndroidAutoHideHeader
  47. PhysicsLayout Android layout that simulates physics using JBox2D
    https://github.com/Jawnnypoo/PhysicsLayout
  48. FabTransitionLayout Provides the Floating Action Button Transition as specified in the Material Design Guide in a simple library.
    https://github.com/bowyer-app/FabTransitionLayout
  49. Android-MaterialDeleteLayout Maetrial Design Delete Concept Implement
    https://github.com/android-cjj/Android-MaterialDeleteLayout
  50. smooth-app-bar-layout Smooth version of Google Support Design AppBarLayout
    https://github.com/henrytao-me/smooth-app-bar-layout
  51. BlurZoomGallery Extended CoordinatorLayout, that helps creating background galleries.
    https://github.com/fafaldo/BlurZoomGallery
  52. android-linear-layout-manager Implementation of LinearLayoutManager which wraps its contents.
    https://github.com/serso/android-linear-layout-manager
  53. ScrollDownLayout A custom Android Widget,support u use ViewPager in a ScrollView or ListView。
    https://github.com/xiongwei-git/ScrollDownLayout
  54. Search-View-Layout [BETA] Search View Layout like Lollipop Dialler
    https://github.com/sahildave/Search-View-Layout
  55. FlycoTabLayout An Android TabLayout Lib has two kinds of TabLayout at present.
    https://github.com/H07000223/FlycoTabLayout
  56. NodeFlow NodeFlow is an Android library that provides a simple way to visualize hierarchical content.
    https://github.com/Telenav/NodeFlow
  57. FoldingCell FoldingCell is an expanding content cell inspired by folding paper material http://ramotion.com
    https://github.com/Ramotion/folding-cell-android
  58. BubbleLayout Bubble View for Android.
    https://github.com/MasayukiSuda/BubbleLayout
  59. BubbleAnimationLayout You don’t want your apps look and feel boring, do you? Add some bubbles! https://www.cleveroad.com
    https://github.com/Cleveroad/BubbleAnimationLayout
  60. BufferTextInputLayout A simple customised version of the TextInputLayout from the Android Design Support Library
    https://github.com/bufferapp/BufferTextInputLayout
  61. ParticleDismissLayout Effect of particle Boom. 视图碎裂效果
    https://github.com/zhangke3016/ParticleDismissLayout
  62. Vorolay VoronoiView is a view (ViewGroup) that allows you to add and display views inside Voronoi diagram regions.
    https://github.com/Quatja/Vorolay
  63. ** Android Activity 滑动返回
    https://github.com/bingoogolapple/BGASwipeBackLayout-Android

Toolbar

  1. CollapsingAvatarToolbar Collapsing Toolbar with a moving avatar for Android.
    https://github.com/Sloy/CollapsingAvatarToolbar
  2. FABToolbar An implementation of Google design, with Floating Action Button transforming into toolbar.
    https://github.com/fafaldo/FABToolbar

VideoView

  1. video-crop Android Video Crop
    https://github.com/dmytrodanylyk/video-crop
  2. Android-ScalableVideoView Android Texture VideoView having a variety of scale types like the scale types of ImageView such as fitCenter, centerCrop, centerTopCrop and more
    https://github.com/yqritc/Android-ScalableVideoView
  3. UniversalVideoView UniversalVideoView is a Android widget helps playing video easier, which is similar with the Android system native VideoView, but with more Media Controller customization.(https://github.com/linsea/UniversalVideoView)
    https://github.com/linsea/UniversalVideoView

Mapview

  1. AirMapView A view abstraction to provide a map user interface with various underlying map providers
    https://github.com/airbnb/AirMapView
  2. Google Maps Android API utility library This open-source library contains classes that are useful for a wide range of applications using the Google Maps Android API.
    https://github.com/googlemaps/android-maps-utils
  3. MapScaleView Scale bar for Google Maps Android API.
    https://github.com/pengrad/MapScaleView

Choreographer

  1. Takt Takt is Android library for measuring the FPS using Choreographer.
    https://github.com/wasabeef/Takt

Tag

  1. AndroidTagGroup :four_leaf_clover:A beautiful android tag group widget.
    https://github.com/2dxgujun/AndroidTagGroup
  2. AndroidTagView A TagView library for Android. Customize your own & Drag effect.
    https://github.com/whilu/AndroidTagView
  3. HashTagHelper This is a library designed for highlighting hashtags ("#example") and catching click on them.
    https://github.com/danylovolokh/HashTagHelper
  4. Android TagView Android TagView-HashTagView
    https://github.com/Cutta/TagView
  5. TagCloudView 支持 SingleLine 模式的标签云效果,轻松实现知乎问题话题列表
    https://github.com/kingideayou/TagCloudView
  6. Android-Cloud-TagView-Plus An Android Cloud Tag Widget. You can edit the tag's style, and set listener of selecting or deleting tag.
    https://github.com/kaedea/Android-Cloud-TagView-Plus
  7. android-tagview Simple android view to display list of colorful tags efficiently.
    https://github.com/mcharmas/android-tagview
  8. 3dTagCloudAndroid A tagcloud component implemenation to android
    https://github.com/misakuo/3dTagCloudAndroid

Keyboard

  1. XhsEmoticonsKeyboard 也许是最良心的开源表情键盘解决方案。
    https://github.com/w446108264/XhsEmoticonsKeyboard
  2. AndroidKeyboardWatcher Software keyboard open/close watcher for Android.
    https://github.com/AzimoLabs/AndroidKeyboardWatcher

WebView

  1. safe-java-js-webview-bridge 为WebView中的Java与JavaScript提供【安全可靠】的多样互通方案 http://www.pedant.cn/2014/07/04/webview-js-java-interface-research/
    https://github.com/pedant/safe-java-js-webview-bridge
  2. Android-AdvancedWebView Enhanced WebView component for Android that works as intended out of the box
    https://github.com/delight-im/Android-AdvancedWebView

Notification

  1. Carousel-Notification Carousel-Notification lets you make carousel type notification where user can navigate within the notification https://github.com/shaileshmamgain5/Carousel-Notification

Other

  1. TagViewGroup Android 仿小红书图片标签,实现了图片标签的动画,布局,水波纹,编辑等功能,还可以自定义 Tag。
    https://github.com/shellljx/TagViewGroup
  2. EasyFlipView A quick and easy flip view through which you can create views with two sides like credit cards, poker cards etc.
    https://github.com/wajahatkarim3/EasyFlipView
  3. Thermometer Android Thermometer Widget.
    https://github.com/kofigyan/Thermometer
  4. RMSwitch A simple and customizable two or three states Switch View
    https://github.com/RiccardoMoro/RMSwitch
  5. Audiogram Lightweight audio wave component
    https://github.com/alxrm/Audiogram
  6. TumblrLikeAnimView 仿Tumblr点赞动画效果
    https://github.com/alex5241/TumblrLikeAnimView
  7. MaterialScrollBar An Android library that brings the Material Design 5.1 sidebar to pre-5.1 devices.
    https://github.com/krimin-killr21/MaterialScrollBar
  8. ScratchView ScratchView repo is UX Design involving scratch cards like views which are scratched to reveal the information they conceal.
    https://github.com/cooltechworks/ScratchView
  9. MaryPopup Expand your view with no problem ;)
    https://github.com/Meetic/MaryPopup
  10. MiladBadgeView simple and useful BadgeView for android
    https://github.com/miladheydari/MiladBadgeView
  11. SwipeableCard A simple implementation of swipe card like StreetView
    https://github.com/michelelacorte/SwipeableCard
  12. BGABanner-Android Splash界面滑动导航+各种切换动画自动轮播效果
    https://github.com/bingoogolapple/BGABanner-Android
  13. BGABadgeView-Android Android徽章控件
    https://github.com/bingoogolapple/BGABadgeView-Android
  14. TriangleLabelView Show triangle view.
    https://github.com/shts/TriangleLabelView
  15. SwipeSelector A nicer-looking, more intuitive and highly customizable alternative for radio buttons and dropdowns for Android.
    https://github.com/roughike/SwipeSelector
  16. Emoji A simple library to add Emoji support to your Android Application. In a PopupWindow Emojis can be chosen. In order to edit and display text with Emojis this library provides public APIs: EmojiEditText & EmojiTextView.
    https://github.com/vanniktech/Emoji
  17. BottomBar A custom view component that mimicks the new Material Design Bottom Navigation pattern.
    https://github.com/roughike/BottomBar
  18. CubeGrid Cube grid animation about the android.
    https://github.com/david-wei/CubeGrid
  19. SwipeStack A simple, customizable and easy to use swipeable view stack for Android.
    https://github.com/flschweiger/SwipeStack
  20. BrokenView Glass-break effect for views.
    https://github.com/zhanyongsheng/BrokenView
  21. AndroidTagView An Android TagView library. You can customize awesome TagView by using this library.
    https://github.com/whilu/AndroidTagView
  22. GalleryFinal Android自定义相册,实现了拍照、图片选择(单选/多选)、 裁剪(单/多裁剪)、旋转、ImageLoader无绑定任由开发者选择、功能可配置、主题样式可配置。GalleryFinal为你定制相册。
    https://github.com/pengjianbo/GalleryFinal
  23. DragGooView A wonderful feature to clear the unread reminder
    https://github.com/PoplarTang/DragGooView
  24. AudioWaves Shows a graphic representation of the sounds captured by the microphone on Android
    https://github.com/FireZenk/AudioWaves
  25. Swipecards A Tinder-like Android library to create the swipe cards effect. You can swipe left or right to like or dislike the content.
    https://github.com/Diolor/Swipecards
  26. Android SlideShow Widget A set of widgets to create smooth slide shows with ease.
    https://github.com/marvinlabs/android-slideshow-widget
  27. AndroidWheel Custom wheel widget for android
    https://github.com/sephiroth74/AndroidWheel
  28. range-bar Android widget for selecting a range of values.
    https://github.com/edmodo/range-bar
  29. TileView The TileView widget is a subclass of ViewGroup that provides a mechanism to asynchronously display tile-based images, with additional functionality for 2D dragging, flinging, pinch or double-tap to zoom, adding overlaying Views (markers), built-in Hot Spot support, dynamic path drawing, multiple levels of detail, and support for any relative positioning or coordinate system.
    https://github.com/moagrius/TileView
  30. android-switch-backport A backport of the Switch widget (http://developer.android.com/reference/android/widget/Switch.html) that was introduced on Android 4. This port works on Android 2.1+.
    https://github.com/BoD/android-switch-backport
  31. material-animated-switch A material Switch with icon animations and color transitions
    https://github.com/glomadrian/material-animated-switch
  32. android-bootstrap A template/bootstrap/boilerplate application that includes tons of great open source tools and frameworks.
    https://github.com/AndroidBootstrap/android-bootstrap
  33. cardslib Android Library to build a UI Card
    https://github.com/gabrielemariotti/cardslib
  34. AndroidSlidingUpPanel Android Sliding Up Panel Demo
    https://github.com/umano/AndroidSlidingUpPanel
  35. android-viewflow A horizontal view scroller library for Android
    https://github.com/pakerfeldt/android-viewflow
  36. android-viewbadger A simple way to "badge" any given Android view at runtime without having to cater for it in layout
    https://github.com/jgilfelt/android-viewbadger
  37. DraggablePanel Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component.
    https://github.com/pedrovgs/DraggablePanel
  38. android-stackblur Android StackBlur is a library that can perform a blurry effect on a Bitmap based on a gradient or radius, and return the result. The library is based on the code of Mario Klingemann.
    https://github.com/kikoso/android-stackblur
  39. StickyGridHeaders An Android Library that makes it easy to make grid views with sectioned data and headers that stick to the top.
    https://github.com/TonicArtos/StickyGridHeaders
  40. AndroidViewHover An elegant way to show your menu or messages.
    https://github.com/daimajia/AndroidViewHover
  41. SystemBarTint Apply background tinting to the Android system UI when using KitKat translucent modes
    https://github.com/jgilfelt/SystemBarTint
  42. chromeview Android WebView implementation that uses the latest Chromium code
    https://github.com/pwnall/chromeview
  43. android-iconify Integration of FontAwesome for Android
    https://github.com/JoanZapata/android-iconify
  44. StandOut StandOut lets you easily create floating windows in your Android app.
    https://github.com/pingpongboss/StandOut
  45. android-sliding-layer-lib This repository host a library that provides an easy way to include an autonomous layer/view that slides from the side of your screen and which is fully gesture ready, the same way as our detail view in Wunderlist 2 does. This pattern can also be seen in Google+’s notification center or in Basecamp’s detail view.
    https://github.com/6wunderkinder/android-sliding-layer-lib
  46. Android-SwipeToDismiss Android swipe-to-dismiss mini-library and sample code
    https://github.com/romannurik/Android-SwipeToDismiss
  47. HoloColorPicker An Android Holo themed colorpicker designed by Marie Schweiz
    https://github.com/LarsWerkman/HoloColorPicker
  48. Lobsterpicker The library is offering a dialog with all shades of material design colors
    https://github.com/LarsWerkman/Lobsterpicker
  49. UnifiedPreference UnifiedPreference is a library for working with all versions of the Android Preference package from API v4 and up.
    https://github.com/saik0/UnifiedPreference
  50. aFileChooser Android library that provides a file explorer to let users select files on external storage.
    https://github.com/iPaulPro/aFileChooser
  51. NewQuickAction Android QuickAction
    https://github.com/lorensiuswlt/NewQuickAction
  52. android-uitableview Library and example project on how to use the UITableView component
    https://github.com/thiagolocatelli/android-uitableview
  53. Android-ProgressFragment Implementation of the fragment with the ability to display indeterminate progress indicator when you are waiting for the initial data.
    https://github.com/johnkil/Android-ProgressFragment
  54. android-pdfview A fast PDF reader component for Android development
    https://github.com/JoanZapata/android-pdfview
  55. Android-Pdf-Viewer-Library Pdf Viewer library for Android
    https://github.com/jblough/Android-Pdf-Viewer-Library
  56. QuiltViewLibrary Android Quilt View Library
    https://github.com/jacobmoncur/QuiltViewLibrary
  57. Android-UndoBar An implementation of Android's Undo Bar as seen in Google's Gmail app.
    https://github.com/jenzz/Android-UndoBar
  58. Android-ScrollBarPanel Android-ScrollBarPanel allows to attach a View to a scroll indicator like it's done in Path 2.0
    https://github.com/rno/Android-ScrollBarPanel
  59. ScrollBarPanelWithClock Path like scrollbar panel with clock.
    https://github.com/learnNcode/ScrollBarPanelWithClock
  60. changeloglib Android Library to display your changelog
    https://github.com/gabrielemariotti/changeloglib
  61. android-FlipView A small, easy to use android library for implementing flipping between views as seen in the popular Flipboard application
    https://github.com/emilsjolander/android-FlipView
  62. discreet-app-rate A lightweight non intrusive app rate reminder for Android
    https://github.com/PomepuyN/discreet-app-rate
  63. KenBurnsView Android ImageViews animated by Ken Burns Effect
    https://github.com/flavioarfaria/KenBurnsView
  64. UndoBar The UI component for Android advanced UI pattern undo-bar, used in Gmail app, create by roman nurik
    https://github.com/soarcn/UndoBar
  65. FancyCoverFlow A cool Open Source CoverFlow view for Android with several fancy effects.
    https://github.com/davidschreiber/FancyCoverFlow
  66. AppRater AppRater Library for Android
    https://github.com/codechimp-org/AppRater
  67. Android-ActionItemBadge This library offers a simple method to add a small badge icon to your ActionBar-MenuItem
    https://github.com/mikepenz/Android-ActionItemBadge
  68. poppyview Android library implementing a poppy view on scroll, similar to the one found in the Google Plus app
    https://github.com/flavienlaurent/poppyview
  69. android-segmented-control ios7 UISegmentedControl for android
    https://github.com/hoang8f/android-segmented-control
  70. IconicDroid IconicDroid is a custom Android Drawable which allows to draw icons from several iconic fonts.
    https://github.com/atermenji/IconicDroid
  71. ParallaxPager Add some depth to your Android scrolling.
    https://github.com/prolificinteractive/ParallaxPager
  72. AndroidPinning A standalone library project for certificate pinning on Android.
    https://github.com/moxie0/AndroidPinning
  73. WizardPager Wizard Pager is a library that provides an example implementation of a Wizard UI on Android, it's based of Roman Nurik's wizard pager
    https://github.com/TechFreak/WizardPager
  74. android-visualizer Takes the input from the Android MediaPlayer and displays visualizations, like in iTunes or WinAmp
    https://github.com/felixpalmer/android-visualizer
  75. ExpandablePanel Android library for creating an expandable to full screen view inside a viewgroup composition.
    https://github.com/JorgeCastilloPrz/ExpandablePanel
  76. NiftyNotification effects for android notifications.base on (Crouton)
    https://github.com/sd6352051/NiftyNotification
  77. GlowPadBackport A backport of the Android 4.2 GlowPadView that works on the SDK on API levels 4+
    https://github.com/frakbot/GlowPadBackport
  78. CustomLoading custom loading for android
    https://github.com/stormzhang/CustomLoading
  79. chromium_webview Android WebView wrapper based on chromium
    https://github.com/mogoweb/chromium_webview
  80. MagicViews Set custom font in Android application
    https://github.com/ikocijan/MagicViews
  81. TableFixHeaders Android library that implements a table with fixed headers.
    https://github.com/InQBarna/TableFixHeaders
  82. FloatingNotification Floating Notification for Android app - Facebook ChatHeads Notification system
    https://github.com/marshallino16/FloatingNotification
  83. android-slideshow-widget A set of widgets to create smooth slideshows with ease.
    https://github.com/marvinlabs/android-slideshow-widget
  84. HanselAndGretel Android library providing bread crumbs to the support library fragments.
    https://github.com/JakeWharton/HanselAndGretel
  85. ChromaHashView A classic password visualization concept, ported to Android
    https://github.com/MichaelEvans/ChromaHashView
  86. Android-DirectoryChooser A directory chooser library for Android.
    https://github.com/passy/Android-DirectoryChooser
  87. WheelView An Android Widget for selecting items that rotate on a wheel.
    https://github.com/LukeDeighton/WheelView
  88. RippleView View that imitates Ripple Effect on click which was introduced in Android L (for Android 2.3+)
    https://github.com/siriscac/RippleView
  89. GaugeView An Android library for drawing gauges on Canvas.
    https://github.com/CodeAndMagic/GaugeView
  90. ATableView Create iOS-like tables (UITableView) for Android, using UIKit object model.
    https://github.com/dmacosta/ATableView
  91. Android-RecurrencePicker Google Calendar Recurrence picker
    https://github.com/Shusshu/Android-RecurrencePicker
  92. ActionSheetForAndroid IOS UIActionSheet in Android
    https://github.com/baoyongzhang/ActionSheetForAndroid
  93. ckChangeLog ckChangeLog - An Android Library to display a Change Log
    https://github.com/cketti/ckChangeLog
  94. android-floatinglabel-widgets Floating label input widgets
    https://github.com/marvinlabs/android-floatinglabel-widgets
  95. MarkdownView MarkdownView is an Android webview with the capablity of loading Markdown text or file and display it as HTML, it uses MarkdownJ and extends Android webview.
    https://github.com/falnatsheh/MarkdownView
  96. NoNonsense-FilePicker A file/directory-picker for android. Implemented as a library project.
    https://github.com/spacecowboy/NoNonsense-FilePicker
  97. PopoverView A Popover Controller for Android Tablets. It's an easy solution to simulate an iOS UIPopoverController
    https://github.com/lupidan/PopoverView
  98. slideuppane A pane that slide up from the bottom of an android view
    https://github.com/briangriffey/slideuppane
  99. SwipeBack SwipeBack for Android Activities to do pretty the same as the android "back-button" will do, but in a really intuitive way by using a swipe gesture
    https://github.com/sockeqwe/SwipeBack
  100. ShowTipsView Highligth specific points of interest of your app
    https://github.com/fredericojssilva/ShowTipsView
  101. FancyCoverFlow A cool Open Source CoverFlow view for Android with several fancy effects.
    https://github.com/davidschreiber/FancyCoverFlow
  102. WheelView Android滚动选择控件
    https://github.com/wangjiegulu/WheelView
  103. CurtainView An android view,which can layer on any gravity for swiping.
    https://github.com/aicaprio/CurtainView
  104. android-pathview Android view with both path from constructed path or from svg.
    https://github.com/geftimov/android-pathview
  105. DrawableView A view that allows to paint and saves the result as a bitmap
    https://github.com/PaNaVTEC/DrawableView
  106. AndroidNotificationJson Convert JSON to Android Notification, useful for push notifications (GCM)
    https://github.com/8tory/AndroidNotificationJson
  107. PugNotification A powerful library for creating notifications in android platform.
    https://github.com/halysongoncalves/pugnotification
  108. ValueBar A beautiful Android custom View that works similar to a range or seekbar. With animations.
    https://github.com/PhilJay/ValueBar
  109. CircleDisplay Android View for displaying and selecting values in a circle-shaped View, with animations and touch gestures.
    https://github.com/PhilJay/CircleDisplay
  110. android-shapeLoadingView 高仿新版58 加载动画
    https://github.com/zzz40500/android-shapeLoadingView
  111. Decor Android layout decorators : Injecting custom attributes in layout files, Using decorators to get rid of class explosion with multiple custom views.
    https://github.com/chemouna/decor
  112. AndroidTreeView AndroidTreeView. TreeView implementation for android
    https://github.com/bmelnychuk/AndroidTreeView
  113. SHSegmentControl segmentcontrol widget for android
    https://github.com/7heaven/SHSegmentControl
  114. ElasticDownload Download Custom view with animation.
    https://github.com/Tibolte/ElasticDownload
  115. CircularCounter Circular Counter is an Android Widget I needed to implement for an application I was developing. As it could be useful to more people, I tried to make it generic enough to share and be used by others.
    https://github.com/diogobernardino/CircularCounter
  116. MarkView An android custom view that displays a circle with a colored arc given a mark.
    https://github.com/xiprox/MarkView
  117. pugnotification A powerful library for creating notifications in android platform.
    https://github.com/halysongoncalves/pugnotification
  118. android-json-form-wizard Android Material Json Form Wizard is a library for creating beautiful form based wizards within your app just by defining json in a particular format.
    https://github.com/vijayrawatsan/android-json-form-wizard
  119. FlippableStackView An Android library introducing a stack of Views with the first item being flippable (on dragging down).
    https://github.com/blipinsk/FlippableStackView
  120. ShadowViewHelper Shadow layout, shadow view for android.
    https://github.com/wangjiegulu/ShadowViewHelper
  121. velocimeter-view A velocimeter View for Android
    https://github.com/glomadrian/velocimeter-view
  122. AppIntro Make a cool intro for your Android app.
    https://github.com/PaoloRotolo/AppIntro
  123. ExpandableSelector ExpandableSelector is an Android library created to show a list of Button/ImageButton widgets inside a animated container which can be collapsed or expanded.
    https://github.com/Karumi/ExpandableSelector
  124. voice-recording-visualizer Simple Visualizer from mic input for Android.
    https://github.com/tyorikan/voice-recording-visualizer
  125. TourGuide TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View
    https://github.com/worker8/TourGuide
  126. Header-View Create an header for android.support.design.widget.NavigationView
    https://github.com/rebus007/Header-View
  127. CreditCardView CreditCardView is an Android library that allows developers to create the UI which replicates an actual Credit Card.
    https://github.com/vinaygaba/CreditCardView
  128. AndroidGlitterView A view to show bling bling stars when you touch it.
    https://github.com/LyndonChin/AndroidGlitterView
  129. SortableTableView An Android library containing a simple TableView and an advanced SortableTableView providing a lot of customisation possibilities to fit all needs.
    https://github.com/ISchwarz23/SortableTableView
  130. hsv-alpha-color-picker-android This library implements a color picker and a color preference for use in Android applications.
    https://github.com/martin-stone/hsv-alpha-color-picker-android
  131. Android-SpeedyViewSelector This is a change Background Or TextColor Selector support library, with which you can directly specify the Background to be displayed in different states or TextColor Layout xml, such as clicking the button effect, the conventional practice is to create Selector xml file in drawable directory but when the project becomes larger when the file bac…
    https://github.com/devsoulwolf/Android-SpeedyViewSelector
  132. InteractivePlayerView Custom android music player view.
    https://github.com/iammert/InteractivePlayerView
  133. tooltip-view Dead simple Android Tooltip Views
    https://github.com/venmo/tooltip-view
  134. Android-TrackingRingWidget It's a tracking activity ring widget like in Apple watch for Android.
  135. PinView A Pin view widget for Android
    https://github.com/DavidPizarro/PinView
  136. CamView Android component to display live preview from the device camera and provide preview data for any external decoding processes
    https://github.com/LivotovLabs/CamView
  137. AndroidSweetSheet 一个富有动感的Sheet(选择器)
    https://github.com/zzz40500/AndroidSweetSheet
  138. SlidingCard Sliding cards with pretty gallery effects. http://android-arsenal.com/details/1/2355
    https://github.com/mxn21/SlidingCard
  139. DraggableView Draggable views with rotation and skew/scale effects.
    https://github.com/elevenetc/DraggableView
  140. ChatMessageView ChatMessageView helps you to create chat message view quickly like a typical chatting application.
    https://github.com/himanshu-soni/ChatMessageView
  141. SnailBar A lovely ,you can use it as a seekbar or progressbar.
    https://github.com/android-cjj/SnailBar
  142. PickerUI Android library to display a list of items for pick one
    https://github.com/DavidPizarro/PickerUI
  143. StickerView 单手操作图片控件 镜像、置顶、缩放、移动
    https://github.com/nimengbo/StickerView
  144. DraggableFlipView An Android View library that flips while dragging.
    https://github.com/sasakicks/DraggableFlipView
  145. WindowView Android ImageView you pan by tilting your device.
    https://github.com/justasm/WindowView
  146. RadarScanView android下自定义View之雷达扫描 The Radar (Scanning) View on Android 当扫描到对象的时候,通过水波纹的方式显示扫描到的对象,可以动态的随机添加,并且扫描到的对象是可以点击的……
    https://github.com/gpfduoduo/RadarScanView
  147. SegmentedBarView Custom UI control for android which is showing data as a segments and a value inside them.
    https://github.com/gspd-mobi/SegmentedBarView
  148. PinterestView Pinterest like awesome menu control for Android
    https://github.com/brucetoo/PinterestView
  149. FabricView A new canvas drawing library for Android
    https://github.com/antwankakki/FabricView
  150. Android-TopScrollHelper Android-TopScrollHelper http://www.kmshack.kr
    https://github.com/kmshack/Android-TopScrollHelper
  151. ShortcutBadger The ShortcutBadger makes your Android App show the count of unread messages as a badge on your App shortcut!
    https://github.com/leolin310148/ShortcutBadger
  152. snake Snake View is a simple and animated linear chart for Android.
    https://github.com/txusballesteros/snake
  153. CountdownView Android 倒计时控件
    https://github.com/iwgang/CountdownView
  154. HighlightTextEditor HighlightTextEditor An android HighlightTextEditor
    https://github.com/evilbinary/HighlightTextEditor
  155. debugoverlay A tiny window overlay to log app internal on top of your android app http://hannesdorfmann.com/android/debug-overlay/
    https://github.com/sockeqwe/debugoverlay
  156. AndroidSwipeableCardStack A tinder like swipeable card stack component
    https://github.com/wenchaojiang/AndroidSwipeableCardStack
  157. IntegrationPreference Preference widget that automatically detects dependency applications and installs them by openning Play Store.
    https://github.com/tasomaniac/IntegrationPreference
  158. TinderView Created A Simple and Beautiful Tinder like card deck & Captain Train like toolbar.
    https://github.com/GadgetCheck/TinderView
  159. FlycoLabelView A Simple Android LabelView.
    https://github.com/H07000223/FlycoLabelView
  160. EntryScreenManager Intro/Walkthrough/Starting/Entry Screens.
    https://github.com/kunall17/EntryScreenManager
  161. SearchableSpinner Spinner with searchable items.
    https://github.com/miteshpithadiya/SearchableSpinner
  162. velocimeter-view A velocimeter View for Android
    https://github.com/glomadrian/velocimeter-view
  163. Popup-Dismiss-Catchable-Spinner A custom Spinner to which you could set listener for popup dismissal event. https://github.com/duchuyctlk/Popup-Dismiss-Catchable-Spinner
  164. AnimatedSvgView Animated SVG Drawing for Android
    https://github.com/jaredrummler/AnimatedSvgView
  165. MultipleStatusView 一个支持多种状态的自定义View,可以方便的切换到:加载中视图、错误视图、空数据视图、网络异常视图、内容视图。
    https://github.com/qyxxjd/MultipleStatusView
  166. AndroidExpandingViewLibrary This is a library to help creating expanding views with animation in Android
    https://github.com/diegodobelo/AndroidExpandingViewLibrary
  167. material-tip Android Library for prompt tip
    https://github.com/fcannizzaro/material-tip
  168. StepView Step by step,just use stepviewIndicator,step indicator,flow indicator,timeline
    https://github.com/baoyachi/StepView
  169. DashboardView Android 自定义View 仪表盘
    https://github.com/SuperKung/DashboardView
  170. StackOverView a custom widget of android,like task manager of android 5.0.
    https://github.com/Bossyao168/StackOverView
  171. TEmptyView Just a Wheel——A easy way to setEmptyView to ListView、GridView or RecyclerView etc..
    https://github.com/barryhappy/TEmptyView
  172. Popview-Android Pop animation with circular dust effect for any view updation
    https://github.com/krishnarb3/Popview-Android
  173. PaperShredder a PaperShredder view for android
    https://github.com/ldoublem/PaperShredder
  174. Blur 高斯模糊库,四种模糊方式
    https://github.com/robinxdroid/Blur
  175. SpeedView Dynamic Speedometer UI for Android :zap: https://github.com/anastr/SpeedView
  176. TargetView Animation View to Highlight particular Views :dart: https://github.com/anastr/SimpleTargetView
  177. FogView_Library FogView is a android library that can show fog on any layout and the fog removes when user rubs it.
    https://github.com/dynamitechetan/FogView_Library
  178. MaterialTapTargetPrompt Material Design tap target for Android.
    https://github.com/sjwall/MaterialTapTargetPrompt
  179. BlurredView Dynamic blur of image views for Android
    https://github.com/wl9739/BlurredView
  180. codeview-android Show code content with syntax highlighting in native way.
    https://github.com/Softwee/codeview-android
  181. TutoShowcase A simple and Elegant Showcase view for Android
    https://github.com/florent37/TutoShowcase
  182. TapTargetView An implementation of tap targets from the Material Design guidelines for feature discovery
    https://github.com/KeepSafe/TapTargetView
  183. WaveSideBar You can use WaveSideBar in the contacts page of your application.
    https://github.com/gjiazhe/WaveSideBar
  184. FlipShare It's a cool way to show share widget.
    https://github.com/JeasonWong/FlipShare
  185. ScratchView This is a android custom view , like a scratch card effect!
    https://github.com/D-clock/ScratchView
  186. CreditSesameRingView Imitation of Ali credit sesame new old ring view.http://www.jianshu.com/p/8486a5baa708
    https://github.com/HotBitmapGG/CreditSesameRingView
  187. FiftyShadesOf An elegant context-care loading placeholder for Android
    https://github.com/florent37/FiftyShadesOf
  188. PlaceHolderView A wrapper for android recyclerview and contains stacked view
    https://github.com/janishar/PlaceHolderView
  189. FreshDownloadView FreshDownloadView is a java library for Android,It's a good way to show download progress with a cool animtion.some inspiration are from Dribbble
    https://github.com/dudu90/FreshDownloadView
  190. MultiStateView Android View that displays different content based on its state
    https://github.com/Kennyc1012/MultiStateView
  191. RealtimeBlurView It's just a realtime blurring overlay like iOS UIVisualEffectView. https://github.com/mmin18/RealtimeBlurView
  192. SnowingView 一个看起来还不错的下雪动画。
    https://github.com/HelloVass/SnowingView
  193. DotMatrixView An Android custom view to display digits rendered as dots in a grid, with a style like a 1970s LED clock.
    https://github.com/EscapeIndustries/DotMatrixView
  194. ZGDanmaku android danmaku/danmu/tanmu implemented/renderered by opengl/opengles 2.0
    https://github.com/zhgeaits/ZGDanmaku
  195. RadarChart 一个可以自由定制、旋转交互的Android雷达图Lib
    https://github.com/qstumn/RadarChart
  196. FloatingView FloatingView can make the target view floating above the anchor view with cool animation
    https://github.com/UFreedom/FloatingView
  197. Android-PickerView 仿iOS的PickerView控件,有时间选择和选项选择并支持一二三级联动效果
    https://github.com/saiwu-bigkoo/Android-PickerView
  198. ENViews A cool dynamic view library
    https://github.com/codeestX/ENViews
  199. Android-3DTouch-PeekView Simple and powerful library to emulate iOS's "3D Touch" preview functionality on Android.
    https://github.com/klinker24/Android-3DTouch-PeekView
  200. DrawView Android view that allows the user to create drawings. Customize settings like color, width or tools. Undo or redo actions.
    https://github.com/ByoxCode/DrawView
  201. segmentedview ios风格的分段控件,类似 UISegmentedControl
    https://github.com/czy1121/segmentedview
  202. WheelPicker Simple and fantastic wheel view in realistic effect for android.
    https://github.com/AigeStudio/WheelPicker
  203. DragScaleCircleView a custom view that provides dragged and scaled
    https://github.com/hpfs0/DragScaleCircleView
  204. EmojiRain Implement a simple and funny Android animation —— the emoji rain in WeChat app.
    https://github.com/Luolc/EmojiRain
  205. WindView WindView is an Android Library to show Weather's Wind & pressure Status
    https://github.com/AhmadNemati/WindView
  206. TapTargetView An implementation of tap targets from the Material Design guidelines for feature discovery
    https://github.com/KeepSafe/TapTargetView
  207. FreeDrawView A View on which you can freely draw, customizing paint width, alpha and color, and take a screenshot of the content. Useful for note apps, signatures or free hand writing.
    https://github.com/RiccardoMoro/FreeDrawView
  208. android-snowfall Fully customizable implementation of "Snowfall View" on Android.
    https://github.com/JetradarMobile/android-snowfall
  209. PathAnimView 用于做Path动画的自定义View。
    https://github.com/mcxtzhang/PathAnimView
  210. TimelineView Customzable TimelineView for Android
    https://github.com/qapqap/TimelineView
  211. SuperIndicator a superindicatorlibray for viewpager, banner 仿爱奇艺视频,腾讯视频,搜狐视频首页推荐位轮播图
    https://github.com/hejunlin2013/SuperIndicator
  212. QingtingBannerView 仿蜻蜓FM轮播banner
    https://github.com/JeasonWong/QingtingBannerView
  213. ChatMessageView Chat UI library for Android
    https://github.com/bassaer/ChatMessageView
  214. Dali An image blur library for Android. It contains several modules for static blurring, live blurring and animations.
    https://github.com/patrickfav/Dali
  215. cameraview CameraView aims to help Android developers easily integrate Camera features.
    https://github.com/google/cameraview

results matching ""

    No results matching ""