Skip to content

Latest commit

 

History

History
57 lines (50 loc) · 1.5 KB

README.md

File metadata and controls

57 lines (50 loc) · 1.5 KB

alt text

Kamus Ekstensi Android

Berisi kumpulan ekstensi kotlin android yang sederhana dan mudah untuk digunakan

Fragment level

  • Custom argument param
  • Finish activity

Context level

  • toast (default)
  • navigator (default)
  • navigator with multiple params
  • navigator with activity clear top
  • navigator implicit (usually for modular app) without params
  • navigator implicit (usually for modular app) with params
  • log D (Using Timber)
  • log E (Using Timber)
  • log V (Using Timber)
  • saving bitmap into image file
  • replace fragment
  • replace fragment with addBackToStack
  • transparent statusbar
  • show icon inside popup menu

General level

  • get device id
  • get width n height of screen
  • get statusbar height
  • set autofit grid margin
  • currency format to rupiah
  • justify content in webview
  • locale date checking (Ind, En)
  • network checking
  • email validation
  • phone validation
  • date transform from long
  • date transform from string

View level

  • visible view
  • invisible view
  • gone view
  • snackbar (default)
  • snackbar with custom color
  • custom font
  • recyclerview vertical theme
  • recyclerview horizontal theme
  • slide animation (on show)
  • slide animation (on hide)

Author

** Free collaboration bro **