- Mobile Monitoring App
- Emilio Rymond Mumba
The 5 Concurrent Nodes
- Khathutshelo Shaun Matidza
- Sylvester Sandile Mpangane
- Matthew Nel
- Aluwani Augustine Simetsi
- Thabang Michael Letageng
- Youtube Tutorials: Channel name : thenewboston * link-> https://youtu.be/SUOWNXGRc6g?list=PL023BC9408BAFEC0C
- Link to download Android studio -> http://developer.android.com/sdk/index.html
- Android Tutorials with source code -> http://www.tutorialspoint.com/android/
- Android OS reference documentation -> http://developer.android.com/reference/packages.html
- git checkout master
- git pull -> to update the state to the latest remote master state
- git merge -> to bring chnages to local master from your develop branch
- git push origin master -> push current HEAD to remote master branch