-
Notifications
You must be signed in to change notification settings - Fork 28
Strip
applications4android edited this page Dec 25, 2012
·
1 revision
This is the main data structure which stores all the information about a comic strip. Every comic strip has the following features:
- mHtmlUrl -- Html url for this strip's web page (used to uniquely identify the strip)
- mStripUrl -- Url for the actual image
- mPrevUid -- pointer to the previous strip in the series
- mNextUid -- pointer to the next strip in the series
It also has logic built-in to parse (using ComicParser object) the webpage containing the image-strip and download the image.