Go to file
applications4android 3adff0da56 1. Updated GoComics with the latest set of comics list
2. Fixed many of the broken comics
3. Added a script to auto-generate the GoComics comic classes.
2012-12-16 20:23:48 +05:30
ComicReader 1. Updated GoComics with the latest set of comics list 2012-12-16 20:23:48 +05:30
ComicReaderTest First submission of all source files related to the project 2012-08-18 14:27:49 +05:30
docs First submission of all source files related to the project 2012-08-18 14:27:49 +05:30
.gitignore fix for Blondie 2012-09-25 21:38:00 +05:30
create_tp.sh fix for Blondie 2012-09-25 21:38:00 +05:30
list_all_gocomics_mod.pl 1. Updated GoComics with the latest set of comics list 2012-12-16 20:23:48 +05:30
README.md Formatted the README 2012-08-18 15:01:27 +05:30

ComicReader:

Android application for reading comic strips over internet.

Common git commands that you may find helpful:

  1. Cloning -- git clone git@github.com:applications4android/ComicReader
  2. Adding a new file -- git add
  3. Staging the changes -- git commit -m ""
  4. Submitting the changes -- git push git@github.com:applications4android/ComicReader master

Folder organization:

When you clone the repo you will see a folder named 'ComicReader' created. Given below is the organization of this folder:

  1. ComicReader --- Main source folder which contains the project-specific files
  2. ComicReaderTest --- Android JUnit test-cases for this project
  3. docs --- Contains some documentation for this project (actively updated!)

Project namespace:

com.blogspot.applications4android.comicreader

Contact:

applications4android@gmail.com