Structure
Package Structure
Package Structure
Whole project is organize by their package, the main functional can known by package name.
AppConfig.java -> all configuration for app saved here
All Activity Class placed on app.thecity.activity
Ad class placed on app.thecity.advertise
Adapter for Grid View, Image List placed on app.thecity.adapter
All class related REST API request on app.thecity.connection
The supporting data like, constant, database app.thecity.data
Fragment page placed on app.thecity.fragment
Fcm notification Handler on app.thecity.fcm
All Object Model placed on app.thecity.model
Internet detector, callback class, and snippet app.thecity.utils
Custom widget class placed on app.thecity.widget