Structure
Package Structure
Whole project is organize by their package, the main fuctional can known by package name.
All Activity Class placed on app.thecity
Adapter for Gridview, 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
Last updated