Sunday, 2 January 2022

Esito

Esito ambition is to be your return type for suspending functions.



from The Android Arsenal

Saturday, 1 January 2022

snippet-timekeeper

Snippet is an extensible android library to measure execution times of the code sections in a way that does not compromise with the readability and can be shipped to production without any additional setup. New behaviours can be added in the library by extending Execution paths. 2 execution paths provided with the library are: - MeasuredExecutionPath - The code path the does the measurement code spans - ReleaseExecutionPath - A no-op path (default path) that is usually installed in the release variants.

Features:

  • Easy to integrate and configure
  • Switch behavior depending on build type
  • Reduces boiler plate
  • Data reuse
  • Makes PR reviews more quantitative
  • APK size impact of 23KB
  • Designed to be thread safe & null safe
  • Rich API
  • Fully documented, just run java docs!



from The Android Arsenal

Restaurants-Compose

An example concept of MVVM and Kotlin. Display, Filter & Sort the given restaurants from assets with Jetpack Compose and AAC.



from The Android Arsenal

ComposeActionMenu

An easy-to-use action menu for Compose, providing missing functionality that ActionBar has offered for years. It feature icons (optional), selectable/checkable items, nested sub menus and automatic overflow for items that don't fit the specified maximum.



from The Android Arsenal

ComposableSweetToast

A library to make toasts that can be used in 4 different types (Success, Error, Warning, Info).


Android Arsenal

from The Android Arsenal

StarView

A simple custom view that draws an n-point star for Android.



from The Android Arsenal

NotificationBarCustom

It's a library that helps you customize your notification bar.



from The Android Arsenal