Skip to content
applications4android edited this page Dec 25, 2012 · 1 revision

This is the base class used by all other comics to extend the functionality. This class inherits from ComicParser. This is basically a collection of Strip's. This is the class where the logic for background caching is embedded. This class also contains logic to navigate among the strips in the current comic series. This class exposes some more abstract methods to be implemented by the inheriting classes and they are:

  • getComicWebPageUrl -- main url for the comic series
  • getBound -- return the bound of the current comic series (first, latest)
  • dialogType -- dialogType to be used for choosing the comics
  • getLatestStripUrl -- get the url for the currently latest comic strip
  • getFirstStripUrl -- get the url for the first comic strip in the series
  • getNextStripUrl -- get the next strip url, given the current one
  • getPreviousStripUrl -- get the previous strip url, given the current one
  • getRandomStripUrl -- get a random url for some strip
  • urlsNotForCaching -- provide a list of urls which are not supposed to be cached (used only for special cases only)
Clone this wiki locally