FilmInfoParser App - Pulls movie data from a site and parses it for an easy-to-read display. You can read about each of the films in detail by simply clicking on it and thus go to the viewing page
The main functions of the application:
- Automatic download of data about all movies
- Loading additional data about a movie after switching to it
- Check internet connection brfore any loading
Uses of technology:
- Picasso
- Jsoup
- ViewModel, LiveData
- Naigation fragment
- R8 (Obfuscator)
- MVVM pattern