Skip to content

Berisi kumpulan ekstensi kotlin android yang sederhana dan mudah untuk digunakan

Notifications You must be signed in to change notification settings

irfanirawansukirman/kamus-ekstensi-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 **

About

Berisi kumpulan ekstensi kotlin android yang sederhana dan mudah untuk digunakan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages