Explore
2.0
2.0
  • Explore
  • Welcome
  • Getting Started
    • Installation
    • Import Project
  • Structure
  • Integration
  • Ads
    • GDPR
  • Analytics
  • Realm DB
  • Custom Color
  • Change Log
Powered by GitBook
On this page

Structure

Package Structure

PreviousImport ProjectNextIntegration

Last updated 6 years ago

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 you can read from these link.

RENAME PACKAGE