Structure
Package Structure
We organize the package into six,
activity package - the activity package handle all view in this app, ( com.my.dictionary )
adapter package - class adapter for listview, ( com.my.dictionary.adapter )
data package - included database manager, global variabel, ( com.my.dictionary.data )
fragment package - fragment class for paging drawer, ( com.my.dictionary.fragment )
model package - included word object model ( com.my.dictionary.model )
theme package - class that handle action bar color changer , ( com.my.dictionary.theme )
Animation
Folder res/anim - handel the transition page
Last updated