mirror of
https://github.com/moparisthebest/ComicReader
synced 2024-11-15 13:45:07 -05:00
ComicReader | ||
ComicReaderTest | ||
.gitignore | ||
create_tp.sh | ||
list_all_gocomics_mod.pl | ||
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
- docs --- Contains some documentation for this project (actively updated!)
Project namespace:
com.blogspot.applications4android.comicreader