An open API service indexing awesome lists of open source software.

https://github.com/carpodok/imdb_films_webscraping_app

Parsing data from the website by using JSOUP library
https://github.com/carpodok/imdb_films_webscraping_app

hilt-dependency-injection-android jsoup livedata-viewmodel mvvm-architecture webscraping

Last synced: 4 months ago
JSON representation

Parsing data from the website by using JSOUP library

Awesome Lists containing this project

README

        

# IMDB_films_webscraping_app

![221726443809c48b9afb918958ba8efea2d42b69](https://user-images.githubusercontent.com/64840495/164949706-040e3e1f-b19f-4101-be40-80fad85a6de5.jpeg)

#### :trident: This app presents top 250 rated movies according to IMDB by scraping from the website.

#### :trident: You can see more detail for each film by clicking on them

#### :trident: The link I used to scrap the data


### :large_blue_diamond: Things appearing in the list item about the film ;

:white_check_mark: Movie's name

:white_check_mark: Movie's poster

:white_check_mark: Movie's order

:white_check_mark: Movie's release year

:white_check_mark:Movie's IMDB rate

### :large_blue_diamond: Things appearing in the more detail page about the film ;

:white_check_mark: Movie's name

:white_check_mark: Movie's poster

:white_check_mark: Plot of the movie

:white_check_mark: Movie's director

:white_check_mark: Movie's writers

:white_check_mark: Movie's stars

### :white_square_button: This project includes ;

:small_orange_diamond: Web scraping

:small_orange_diamond: View Binding

:small_orange_diamond: Hilt

:small_orange_diamond: MVVM

:small_orange_diamond: LiveData

:small_orange_diamond: SearchView

:small_orange_diamond: Coroutines