Vai al file
Travis Burtrum 3081449356 Upgrade android-maven-plugin version to work with new SDK layout 2013-07-05 23:38:14 -04:00
ComicReader Fixed a bug in StickyComics causing title to go bad 2013-06-10 21:33:37 +05:30
ComicReaderTest Fix encoding issue (non UTF-8 characters) and maven build after API level change 2013-03-09 10:32:56 -05:00
.gitignore Added maven support 2012-12-19 09:47:36 -05:00
README.md Updated README with build instructions 2013-01-03 20:42:09 +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
pom.xml Upgrade android-maven-plugin version to work with new SDK layout 2013-07-05 23:38:14 -04:00

README.md

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. Staging the changes -- git commit -a -m ""
  3. Submitting the changes -- git push origin master
  4. Syncing your branch to TOT -- git pull origin 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

Build

  1. Traditional Eclipse Way: You can just open the ComicReader project in Eclipse IDE and build as usual.
  2. Maven support: From the top folder, you can just run 'mvn' (thanks to moparisthebest).

Project namespace:

com.blogspot.applications4android.comicreader

Contact:

applications4android@gmail.com