One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
1.Jsoup Library
2.Android Studio
Just clone the .git url and using the "import from version control" setting import to your Android Studio 1.Add following in your gradle if building from scratchadd the Josup by maven or any way you prefer.
compile 'org.jsoup:jsoup:1.10.3'
Add CardView by maven or any way you prefer.confim that the following line is in the gradle file
compile 'com.android.support:cardview-v7:26.0.0-alpha1'
- Jsoup - Java Web Scrapping Library
- Maven - Dependency Management
- CSS Selectors-DOM node selection
- Xpath-XML path Language
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Ashish Verma - Initial work - iAshishVerma
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc