Sunday, 27 December 2020

SurroundCardView

SurroundCardView is a special form of MaterialCardView that has animated stroke.


Android Arsenal

from The Android Arsenal

Tuesday, 22 December 2020

LiveAdapter

Don't write a RecyclerView adapter again. Not even a ViewHolder!

  • Based on Android Data Binding
  • Written in Kotlin
  • Supports LiveData
  • No need to write the adapter
  • No need to write the ViewHolders
  • No need to modify your model classes
  • No need to notify the adapter when data set changes
  • Supports multiple item view types
  • Optional Callbacks/Listeners
  • Very fast — no reflection
  • Super easy API
  • Minimum Android SDK: 19



from The Android Arsenal

Monday, 21 December 2020

SimpleAndroidBarChart

SimpleAndroidBarChart is an Open Source Android library, that allows you to display a proposal of barchart.



from The Android Arsenal

Wednesday, 16 December 2020

ImagePicker

Easy to use and configurable library to Pick an image from the Gallery or Capture image using Camera. It also allows to Crop and Compresses the Image based on Aspect Ratio, Resolution and Image Size.

🐱‍🏍Features:

  • Pick Gallery Image
  • Pick Image from Google Drive
  • Capture Camera Image
  • Crop Image(Crop image based on provided aspect ratio or let user choose one)
  • Compress Image(Compress image based on provided resolution and size)
  • Retrieve Image Result as File, File Path as String or URI object
  • Handle Runtime Permission for Camera and Storage



from The Android Arsenal

Friday, 11 December 2020

frogo-recycler-view

  • RecyclerView No Adapter (Adapter Has Been Handled)
  • RecyclerView Multi-View-Type (only 2 type, still bug on java - beta version)
  • Elegant call using injector()
  • ViewBinding (Generic Type) *On Development
  • Shimmer Effect



from The Android Arsenal