Structure

Package Structure

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

This will make developer easy to find any class and customize.

- All Activity Class -> com.app.explore
- Adapter Handle List -> com.app.explore.adapter
- The supporting data like, constant, config -> com.app.explore.data
- Fragment page -> com.app.explore.fragment
- All Object Model placed on com.app.explore.model
- Realm ORM database -> com.app.explore.realm
- Internet detector, and snippet com.app.explore.utils

For RENAME PACKAGE you can read from these link.

Last updated