Created on 2nd May 2024
•
Flimx is a Film Encyclopaedia, addresses the issue of scattered information by aggregating movie details from trusted sources. It stands out by providing a platform to get the ratings, duration, plot, director, awards, language, etc.,of any searched movie. Ensuring users have all necessary information at their fingertips. It offers data on all movies with the same title, including web series, cartoons, animated films, and older movies.
•While fetching data from the OMDb database ,API was straightforward.We encountered display issues when rendering the information on the app interface, needed refinement with code as a display logic.
•ViewModel works as a brain, designing architecture was hard because we worked with mvvm, with different layers and it included like, fetching movie details and managing how the data appears on the screen. We had to reorganize and improve the code to make sure the app run smoothly and was easy to maintain in the long run.
•Creating a smooth navigation flow proved to be challenging. We had to make sure people could get the information they wanted without being confused and lost, encouraging them to keep coming back for the info
•Coil Implementation