Structure
Package Structure
Package Structure
We organize the package into four,
activity package - the activity package handle all view in this app, Splash --> Main --> Image
image package - the image package included all support clas to activity, GridLayout--> ImageItem --> SaveLayout
data package - handle any data, like shared preference, constanta and asset handler
view package - hanlde any custom view
Animation
Folder res/anim - handel the transition page
Last updated