Skip to content

amranya/Movie-app

Repository files navigation

Movie-app

An application that lists movies based on multiple filters as the newest, the most popular etc.

Libraries used:

  • Retrofit2: Used to fetch data from the API. I chose this library because it's:

    • Very simple to use.
    • Actively in development (it's regularly updated).
    • Plug and play components (ex. easy to change or convert to other data types if needed, you just have to choose another converter or create custom ones, adaptive to all kinds of API URLs, etc).
    • Good community support.
  • Picasso: Used for downloading images and displaying them. I chose this library because it's:

    • Very simple to use (one line of code).
    • Handle many related stuff to images like cropping, caching, resizing etc.
    • Adaptive to a lot of scenarios.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages