The City Docs
7.2
7.2
  • Welcome
  • ADMIN PANEL
    • Import Project
    • Structure
    • Notification
    • MySQL Database
    • Add New Category
    • News Info
    • Custom Color
    • Change Log
  • ANDROID
    • Getting Started
      • Installation
      • Import Project
    • Structure
    • REST API
      • Configure API Url
      • Validate Your Web
    • Category
      • Integration
      • Add New
    • Firebase [must]
    • Ads
    • Maps & Analytics
    • Sort By Distance
    • Lazy Load
    • SQLite Database
    • Custom Color
    • Change Log
Powered by GitBook
On this page
  1. ANDROID

Structure

Package Structure

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

  1. All Activity Class placed on app.thecity

  2. Adapter for Gridview, Image List placed on app.thecity.adapter

  3. All class related REST API request on app.thecity.connection

  4. The supporting data like, constant, database app.thecity.data

  5. Fragment page placed on app.thecity.fragment

  6. Fcm notification Handler on app.thecity.fcm

  7. All Object Model placed on app.thecity.model

  8. Internet detector, callback class, and snippet app.thecity.utils

  9. custom widget class placed on app.thecity.widget

PreviousImport ProjectNextREST API

Last updated 2 years ago