In this class we will learn how to developt mobile "android" app using Java Language
If there are file changes in mr bana's repository, we could syncrhonize our local copy that is stored on our laptop to mr bana's repository, so our local repository remain up to date
- git remote add upstream git@github.com:handaga/Mobile-Programming.git
- git fetch upstream
- git checkout master
- git merge upstream/master
- Chandra Tri Suseno (082136644842)