-
Notifications
You must be signed in to change notification settings - Fork 27
Comicclasslist
applications4android edited this page Dec 25, 2012
·
1 revision
Main class responsible for reading from the 'assets/classes.json' to generate a list of all comics currently supported in the app. This class also has the logic embedded in it to sort these comics according to a user-specified sorting order. This class uses reflection mechanism to generate an object of the requested comic. This also is responsible of reading the list of user's favorite comics from '/sdcard/ComicReader/selected.json' and displaying them in the main page. Hence, this is the main class which interfaces with all the UI elements in the package 'com.blogspot.application4android.comicreader'.