ComicReader/README.md

28 lines
992 B
Markdown
Raw Normal View History

2012-08-18 05:28:13 -04:00
### ComicReader:
2012-08-18 05:02:07 -04:00
Android application for reading comic strips over internet.
2012-07-14 02:15:29 -04:00
2012-08-18 05:28:13 -04:00
### Common git commands that you may find helpful:
2012-08-18 05:02:07 -04:00
1. Cloning -- git clone git@github.com:applications4android/ComicReader
2. Staging the changes -- git commit -a -m "<message>"
3. Submitting the changes -- git push origin master
4. Syncing your branch to TOT -- git pull origin master
2012-08-18 05:02:07 -04:00
2012-08-18 05:28:13 -04:00
### Folder organization:
2012-08-18 05:02:07 -04:00
When you clone the repo you will see a folder named 'ComicReader' created.
Given below is the organization of this folder:
2012-08-18 05:31:27 -04:00
2012-08-18 05:28:13 -04:00
1. ComicReader --- Main source folder which contains the project-specific files
2. ComicReaderTest --- Android JUnit test-cases for this project
2012-08-18 05:02:07 -04:00
2013-01-03 10:12:09 -05:00
### 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).
2012-08-18 05:28:13 -04:00
### Project namespace:
2012-08-18 05:02:07 -04:00
com.blogspot.applications4android.comicreader
2012-08-18 05:28:13 -04:00
### Contact:
2012-08-18 05:02:07 -04:00
applications4android@gmail.com