Android application for fetching latest news about a topic. The application is designed to provide the latest news about the searched topics from various online platforms
Java
Android Studio|Gradle
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate. You can contribute to fix bugs, add codes and improve the codes.
git clone https://github.com/josharsh/InTalks.git
- Create upstream as our repository
$ git remote add upstream "https://www.github.com/josharsh/InTalks"
- Fetch upstream changes in local machine
$ git fetch upstream
- Switch to master branch
$ git checkout master
- Merge changes in local machine
$ git merge upstream/master
- Push changes to your forked GitHub repository
$ git push -f origin master
Note that the changes will be build against Gradle before Merging