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

Last updated