jstar2708 / InTalks

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InTalks

About

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

Language

Java

IDE|Build

Android Studio|Gradle

Contributing

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

Synchronize forked repository with Upstream repository

  1. Create upstream as our repository
$ git remote add upstream "https://www.github.com/josharsh/InTalks"
  1. Fetch upstream changes in local machine
$ git fetch upstream
  1. Switch to master branch
$ git checkout master
  1. Merge changes in local machine
$ git merge upstream/master
  1. Push changes to your forked GitHub repository
$ git push -f origin master

Note that the changes will be build against Gradle before Merging

Google Play Store:

InTalks

License

GNU GPL


Harmonica Application Harmonica Application Harmonica Application

About

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

License:GNU General Public License v3.0


Languages

Language:Java 100.0%