You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
10 years ago | |
---|---|---|
ComicReader | 10 years ago | |
ComicReaderTest | 10 years ago | |
.gitignore | 10 years ago | |
README.md | 10 years ago | |
create_tp.sh | 11 years ago | |
list_all_gocomics_mod.pl | 10 years ago | |
pom.xml | 10 years ago |
README.md
ComicReader:
Android application for reading comic strips over internet.
Common git commands that you may find helpful:
- Cloning -- git clone git@github.com:applications4android/ComicReader
- Staging the changes -- git commit -a -m ""
- Submitting the changes -- git push origin master
- 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:
- ComicReader --- Main source folder which contains the project-specific files
- ComicReaderTest --- Android JUnit test-cases for this project
Build
- Traditional Eclipse Way: You can just open the ComicReader project in Eclipse IDE and build as usual.
- Maven support: From the top folder, you can just run 'mvn' (thanks to moparisthebest).
Project namespace:
com.blogspot.applications4android.comicreader