https://github.com/salihcanbinboga/movie-app-android-mvvm
The project aims to list the movies that are on the air and the movies that are coming soon. You can also search for movies, view the details, and get specific recommendations for your favorite movie.
https://github.com/salihcanbinboga/movie-app-android-mvvm
android dagger-hilt dagger2 hilt kotlin movieapi movieapp mvvm mvvm-architecture
Last synced: 2 months ago
JSON representation
The project aims to list the movies that are on the air and the movies that are coming soon. You can also search for movies, view the details, and get specific recommendations for your favorite movie.
- Host: GitHub
- URL: https://github.com/salihcanbinboga/movie-app-android-mvvm
- Owner: SalihCanBinboga
- License: mit
- Created: 2021-08-16T14:28:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T12:31:57.000Z (over 3 years ago)
- Last Synced: 2025-01-19T02:40:04.588Z (4 months ago)
- Topics: android, dagger-hilt, dagger2, hilt, kotlin, movieapi, movieapp, mvvm, mvvm-architecture
- Language: Kotlin
- Homepage:
- Size: 279 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Movie List App
The project aims to list the movies that are on the air and the movies that are coming soon.
You can also search for movies, view the details, and get specific recommendations for your favorite movie.
## Packages- Dagger Hilt
- ViewBinding
- Navigation Component
- Navigation SafeArgs
- Retrofit
- JSON Converter with Gson
- Logging Interceptor
- Glide
- Fragment Lifecycle## The Architect I Use
- MVVM

## ScreenshotsHomeScreen | DetailScreen
:-------------------------:|:-------------------------:
 | 
SearchScreen |
## Licence [MIT](https://choosealicense.com/licenses/mit/)
```
MIT LicenseCopyright (c) 2021 Salih Can
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 NON-INFRINGEMENT. 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.
```