A class project to extract app info from GooglePlay, and display analysis info using List and Graph views
The fundamental tasks can be splitted into the following parts:
- Scrape data with JSoup
- Create RDF file with Jena
- Display analysis results with JavaFX
Other tasks are smaller, and they include:
- Read and parse CSV file
- Read and Parse RDF file
Design patterns used in this project: MVC, Observable, Factory