-
Notifications
You must be signed in to change notification settings - Fork 1
Lazy Modules List
AviShek Adhikari edited this page Aug 15, 2020
·
4 revisions
| Module Name(click on name to view it in details) | Inject Class | Description | Example Syntax |
|---|---|---|---|
| Toast Module | ToastModule::class.java | This module helps you to make a toast in one line with .toast().lazy() function | "hola".toast().lazy() |
| Recycler Module | RecycleModule::class.java | This module provides lazyadapter for recyclerview in 4 or 5 lines | see it in details section |
| RetrofitModule Module | RetrofitModule::class.java | This module provides utils functions to normal retrofit. | see it in details section |