Monday 24 February 2020

SingleRowCalendar

Android library for horizontal single row calendar. With this library, you aren't attached to library built-in UI. You can create really beautiful and customizable UI and use selection features without hands getting dirty with RecyclerView and SelectionTracker.



from The Android Arsenal

AwesomeEditText

AwesomeEditText is a better EditText with a cool character zoom out animation while typing.



from The Android Arsenal

Sunday 16 February 2020

Persistent Mqtt

A sample app demonstrating a quick workaround to using PahoMQTT in Android Oreo+ using foreground notification.



from The Android Arsenal

Monday 10 February 2020

AwesomeTextInputlayout

An EditText decorator inspired by the EditText fields in Add New Contact screen of Google's Contact App. EditText is surrounded by a rounded rectangle border. Whenever the edit text receives focus and is empty, Hint is travelled to the top and be part of the border. When it loses focus and still is empty Hint travels back to the original position.



from The Android Arsenal

Sunday 9 February 2020

Android Remote Debugger

Android Remote Debugger is a library for remote debugging Android applications. It allows you to view logs, databases, shared preferences and network requests directly in the browser.

Features

  • Logging
    • View the logs of your application
    • Filter logs by priority and tags
    • Search logs
    • Download logs
    • Crash errors are also logged
  • Database
    • View all databases
    • Edit database entries
    • Delete database entries
    • Search data
    • Run custom sql query to get, add, update or delete data
  • SharedPreferences
    • View all data
    • Edit, add and delete data
    • Search data
  • Network
    • View all network requests and responses in a convenient format
    • Filter data by response code and errors
    • Download logs
    • Search data



from The Android Arsenal

DataTable

DataTable is a library for create material data table simply. In this version it is only possible to create tables with string values. Soon, image fields, checkbox fields, input fields and etc will be possible. This library is optimized for both ltr and rtl languages.



from The Android Arsenal

Sunday 2 February 2020

Saturday 1 February 2020

CurveGraphView

A highly customizable and performant custom view to render curved line graph.

  • Add multiple line graphs within one graph plane.
  • Extensible styling options.
  • Performant and light weight.


from The Android Arsenal

AdaptiveRecyclerView

Library for creating RecyclerView with warning message of data availability.



from The Android Arsenal