Skip to content

Commit

Permalink
Merge branch 'c_in_refine' of https://github.com/scorelab/kute into c…
Browse files Browse the repository at this point in the history
…_in_refine
  • Loading branch information
vihanga-liyanage committed Dec 6, 2017
2 parents 5dd196a + 56d03ff commit 6484ef5
Showing 1 changed file with 42 additions and 11 deletions.
53 changes: 42 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,59 @@ A Commute App for Sri Lanka

People travel to the same destination on a regular basis for various reasons using public and private transport. In Kute, the users (also known as travellers) themselves are allowed to share their current location, so that the other travellers can see the current location of the vehicle. A common type of vehicle used for public transport in Sri Lanka is the passenger train. Kute is currently implemented for trains. A registered user can update the current location of a train when travelling by sharing the current location. Another user can view location of a selected train and the expected time a particular train arrives at the nearest station using the location data updated by another user.


![alt tag](https://github.com/Dilu9218/kute/blob/master/shareShow.png)
![alt tag](https://github.com/Dilu9218/kute/blob/master/search.png)



## Installation

1.Go to your terminal and execute this command
1. Go to your terminal and execute this command

`git clone https://github.com/scorelab/kute.git`

or download the zip file and then unzip the contents.

2. Checkout the branch 'c_in_refine' (Only for Google Code In participants).

`cd kute`

`git checkout c_in_refine`

3. Launch android studio(version 1.4 above).

4. To import the project: Click on File, then New and then Import Project or from the welcome screen of android studio click on Import project. (If you wish to contribute, you can directly link to GitHub).

5. Browse to the location where you had extracted the zip and then select the folder kute-android-app in it.

6. Android studio will automatically run and build the Gradle for you. In case of anything missing, studio will prompt you to download the needed file and sync project, click on it.

7. If Gradle finishes to build without error, connect your phone or emulator and run the project by clicking on the play button on the tool bar.

8. Wait for a few seconds and the app should start on your device(android phone or emulator), make sure you are connected to Internet.

9. Possible errors while building the app:
a) Colors not found
Solution- Within studio, navigate to res-> values -> colors.xml and add the missing colors here.
b) String not found
Solution- Within studio, navigate to res-> values -> strings.xml and add the missing strings here.
c) Dusplicate strings found
Solution- Within studio, navigate to res-> values -> strings.xml and remove the strings that are mentioned more than once.

10. The app should now build successfully and run without any errors

git clone https://github.com/scorelab/kute.git
Note: Please use the Facebook credentails given below to access the application.

or
## Test users

download the zip file.
user 01
- email: kute_rukdjlk_one@tfbnw.net
- pwd: kute123

2. Launch android studio(version 1.4 above)
3. Click on File, then New and then Import Project Or from the welcome screen of android studio click on Import project. (If you wish to contribute, you can directly link to GitHub)
4. Browse to the directory where you cloned (extracte the zip)
5. Run and build the Gradle.
6. If Gradle finishes to build without error run the project by clicking on the play button on the tool bar.
7. Wait for a few seconds and the app should start on your device(android phone or emulator)
8. Make sure you are connected to internet.
user 02
- email: kute_jmzumqg_two@tfbnw.net
- pwd: kute123

## License

Expand Down

0 comments on commit 6484ef5

Please sign in to comment.