Structure

Package Structure

Package Structure

We organize the package into four,

  1. activity package - the activity package handle all view in this app, Splash --> Main --> Image

  2. image package - the image package included all support clas to activity, GridLayout--> ImageItem --> SaveLayout

  3. data package - handle any data, like shared preference, constanta and asset handler

  4. view package - hanlde any custom view

Animation

Folder res/anim - handel the transition page

Last updated