ANDROID MOVIE APP
Description:
Developed a mobile application for the Android platform using Kotlin.
The app provides users with a list of existing movies along with
detailed information, including descriptions, episode counts,
country of origin, and more. Additionally, users can interact with
the application by adding comments and saving movies to their favorites.
Users can navigate between screens using bottom navigation,
ensuring a smooth and intuitive experience.
Currently, the application consists of five main screens:
- Main Screen:
- Displays a list of movies available in the application.
- Description Screen:
- Provides detailed information about a selected movie. At the bottom of the screen, users can share their opinions by adding comments and reading those posted by others.
- Favorite Screen:
- Serves as a space where users can store their favorite movies and track their ratings.
- Profile Screen:
- Contains user-related information, including name, email, registration date, and statistics on the number of favorite movies and comments they have added.
Technologies:
- Kotlin:
- Primary language for implementing application logic and business rules
- Jetpack Compose:
- Modern declarative framework for building the entire UI layer