Skip to content

Commit e095691

Browse files
authored
Merge pull request Farhandroid#5 from Farhandroid/Part-2
Part 2
2 parents bea090a + 48adba8 commit e095691

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1+
![MovieMania](https://user-images.githubusercontent.com/32593150/154197538-a9ad9f79-1bb5-44b1-8f03-1f9b287d46ed.jpg)
2+
13
# MovieMania
2-
![MovieMania2](https://user-images.githubusercontent.com/32593150/151771096-dc23d27a-b47f-433a-8c77-1e6d802c83d8.gif)
4+
***A minimalistic Android application Built with Love and Clean architecture (Jetpack Compose, MVVM , Paging
5+
3.0, HILT, ROOM DB, Retrofit, and many more …). It was made to describe the latest android development trend. This app will be updated further to adapt to latest development trend***
6+
7+
#### <br/><br/>Get the latest MovieMania app apk from below 👇
8+
[![MovieMania](https://img.shields.io/badge/MovieMania-APK-blue)](https://github.com/Farhandroid/AndroidCleanArchitecture/releases/download/Latest/MovieMania-debug.apk)
39

410
### <br/><br/>This project is described [ here](https://farhan-tanvir.medium.com/clean-architecture-in-android-jetpack-compose-kotlin-mvvm-%E3%83%BCpart-1-f17908b83c0d) . Please check it .
511

12+
## <br/><br/>Screenshort 📸
13+
![Screenshort](https://user-images.githubusercontent.com/32593150/154197554-9325bc59-1f29-44b3-a85b-d7561ea158df.jpg)
14+
615
## <br/><br/>Built With 🛠
716
- [Kotlin](https://kotlinlang.org/)
817
- [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html)
@@ -12,6 +21,7 @@
1221
- [LiveData](https://developer.android.com/topic/libraries/architecture/livedata)
1322
- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel)
1423
- [Hilt](https://dagger.dev/hilt/)
24+
- [Paging3.0](https://developer.android.com/topic/libraries/architecture/paging/v3-overview)
1525
- [Retrofit](https://square.github.io/retrofit/)
1626
- [GSON](https://github.com/google/gson)
1727
- [Coil](https://github.com/chrisbanes/accompanist/blob/main/coil/README.md)

data/src/main/java/com/farhan/tanvir/data/repository/dataSourceImpl/MovieRemoteDataSourceImpl.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package com.farhan.tanvir.data.repository.dataSourceImpl
22

3-
import android.util.Log
43
import androidx.paging.ExperimentalPagingApi
54
import androidx.paging.Pager
65
import androidx.paging.PagingConfig

0 commit comments

Comments
 (0)