Skip to content

vicky7230/Multi-Module-clean-architecture

Repository files navigation

🎬 MovieSearch Android App

Android Kotlin Jetpack Compose

A modern Android application built with Jetpack Compose for searching and viewing movie information.

Clean architecture • Modern UI • Latest Android practices


✨ Features

  • 🔍 Search for movies - Find your favorite movies instantly
  • 📱 View detailed movie information - Get comprehensive movie details
  • 🎨 Modern UI built with Jetpack Compose - Beautiful, responsive interface
  • 🏗️ Clean architecture with modular design - Maintainable and scalable code
  • 💉 Dependency injection with Dagger 2 - Efficient dependency management
  • 🌐 Network requests with Retrofit - Reliable API communication
  • 📄 JSON serialization with Kotlinx Serialization - Fast data parsing

📸 Screenshots

Movie Search Movie Details
Movie Search Screen Movie Details Screen

🏗️ Architecture

The app follows Clean Architecture principles with a multi-module structure:

📦 MovieSearch
├── 🏠 app                    # Main application module
├── 🎬 feature/movie          # Movie search functionality
├── 📋 feature/movie_details  # Movie details functionality
├── 🔧 core/common           # Common utilities and components
├── 🔌 core/feature_api      # Feature API definitions
└── 🌐 core/network          # Network layer

📚 Libraries Used

🚀 Core Libraries

Library Version Description
Kotlin 2.0.21 Primary programming language
Android 8.10.0 Build system
Compose 2024.09.00 Modern UI toolkit
AndroidX 1.16.0 Kotlin extensions for Android

🎨 UI & Navigation

Library Version Description
Material3 Latest Material Design 3 components
Navigation 2.9.0 Navigation for Compose
Activity 1.10.1 Activity integration with Compose
Coil 3.2.0 Image loading for Compose

💉 Dependency Injection

Library Version Description
Dagger 2.56.2 Dependency injection framework
Assisted Inject 0.8.1 Assisted injection for Dagger

🌐 Network

Library Version Description
Retrofit 2.11.0 HTTP client
OkHttp 4.12.0 Network request logging
Kotlinx 1.8.1 JSON serialization

📋 Requirements

  • 📱 Android API 24+ (Android 7.0+)
  • 🎯 Target SDK: 35
  • 🔧 Kotlin: 2.0.21
  • 🛠️ Android Studio: Koala or newer

🚀 Installation

  1. Clone the repository

    git clone [repository-url]
  2. Open the project in Android Studio

  3. Build and run the project

📄 License

MIT License

Copyright (c) 2025 MovieSearch

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Made with ❤️ and ☕ using Android & Kotlin

⭐ Star this repository if you found it helpful!

About

A modern Android movie search app built with Jetpack Compose and Clean Architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages