Structure

Package Structure

Whole project is organize by their package, the main functional can known by package name.

- 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.utils

RENAME PACKAGE

We not recommend you to rename your physical package, because it will cause a lot of error. If you want to upload into google play you only need to change applicationId at gradle file, here the tutorial how to rename package http://blog.dream-space.web.id/?p=62

Last updated