Saturday, 21 July 2018

DBFlowManager Hyperion Plugin

The Hyperion plugin of DBFlowManager for viewing DBFlow databases in the app.

  • View SQLite databases of DBFlow directly in the app with Hyperion plugin.
  • Apply SQL queries directly.
  • Add, delete, update rows from tables.



from The Android Arsenal

Friday, 20 July 2018

RendererRecyclerViewAdapter

  • Now you do not need to implement adapters for RecyclerView;
  • You can easily use several types of cells in a single list;
  • You can reuse cells in different RecyclerView;
  • You can easily add a nested RecyclerView;
  • You can easily add the DiffUtil;
  • You can easily add the DiffUtil Payloads;
  • You can easily save a state of a Item when scroll;
  • You can easily add a Load More Indicator;
  • Can be used without ViewHolder - use ViewBinder instead of ViewRenderer;
  • Using this library will help you to follow SOLID principles.



from The Android Arsenal

Sunday, 15 July 2018

Snappy

A breathing toolbar library in Kotlin

Want to use the breathing toolbar effect similar to Snapchat in your app? You have reached the right place.

How to use?

  1. Initialize: val snappy = Snappy(this, colorArray)
  2. Start the magic: snappy.startBreathing(toolbar)
  3. When you're done: snappy.stopBreathing(toolbar)

Android Arsenal

from The Android Arsenal