Structure

Package Structure

We organize the package into six,

  1. activity package - the activity package handle all view in this app, ( com.my.dictionary )

  2. adapter package - class adapter for listview, ( com.my.dictionary.adapter )

  3. data package - included database manager, global variabel, ( com.my.dictionary.data )

  4. fragment package - fragment class for paging drawer, ( com.my.dictionary.fragment )

  5. model package - included word object model ( com.my.dictionary.model )

  6. theme package - class that handle action bar color changer , ( com.my.dictionary.theme )

Animation

Folder res/anim - handel the transition page

Last updated