Skip to content

romansj/CommonToolsAndroid

Repository files navigation

CommonToolsAndroid

Project to host reusable Android utils and basic implementations.

Modules:

  • app (util and implementation usage demo)
  • tools (library module)
    • behavior
    • common
    • debounce
    • dialogs
    • file
    • keyboard
    • navigation
    • network
    • recyclerview
    • sharing
    • time
  • benchmarkmacro (app performance measurement sample)
  • benchmarkmicro (code performance measurement sample)

Installation

Import only the modules you need:

Kotlin DSL

implementation("io.github.romansj.tools:keyboard:0.0.1")

Groovy DSL

implementation 'io.github.romansj.tools:keyboard:0.0.1'