Structure
Package Structure
- All Activity Class placed on com.app.vido
- Adapter for Gridview, ListView, Image List etc, on com.app.vido.adapter
- All class related REST API request on com.app.vido.connection
- The supporting data like, config, constant com.app.markeet.data
- Fragment page placed on com.app.vido.fragment
- FCM notification Handler on com.app.vido.fcm
- All Object Model placed on com.app.vido.model
- Room Database located on com.app.vido.room
- Internet detector, callback class, and snippet com.app.vido.utilsLast updated