Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GreyLabsDev/PexWalls
Wallpaper app based on pexels.com API. Kotlin/Clean/MVVM-like/SingleActivity
https://github.com/GreyLabsDev/PexWalls
android animations architecture-components clean-architecture coroutine custom-view jetpack-android jetpack-lifecycle-components jetpack-navigation koin koin-android koin-mvvm kotlin pagination screenshoot single-activity wallpaper-changer wallpapers
Last synced: 3 months ago
JSON representation
Wallpaper app based on pexels.com API. Kotlin/Clean/MVVM-like/SingleActivity
- Host: GitHub
- URL: https://github.com/GreyLabsDev/PexWalls
- Owner: GreyLabsDev
- License: mit
- Created: 2019-09-24T12:07:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-02T09:16:03.000Z (almost 4 years ago)
- Last Synced: 2024-07-15T22:01:38.740Z (4 months ago)
- Topics: android, animations, architecture-components, clean-architecture, coroutine, custom-view, jetpack-android, jetpack-lifecycle-components, jetpack-navigation, koin, koin-android, koin-mvvm, kotlin, pagination, screenshoot, single-activity, wallpaper-changer, wallpapers
- Language: Kotlin
- Homepage:
- Size: 1.88 MB
- Stars: 45
- Watchers: 2
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-kotlin-apps - PexWalls - like/SingleActivity</br></br> <b>Tech Stack</b> : Koin, Coroutines, RxJava, Retrofit, Room, Navigation, Markwon, LiveData, ViewModel </br></br> <i> Last commit: 3 years ago</i> | 🌟 45 </br> 🍴 15 </br> 👁️ 3 | (:art: Pattern / MVVM)
README
# PexWalls
![screenshoot](https://github.com/GreyLabsDev/PexWalls/blob/master/scr/scr1.png)
![screenshoot](https://github.com/GreyLabsDev/PexWalls/blob/master/scr/scr2.png)
![screenshoot](https://github.com/GreyLabsDev/PexWalls/blob/master/scr/scr4.png)***"PexWalls"*** app can allow to view and save best photos from Pexels, and set this photos as wallpaper.
Base UI design implementing simple, clean and easy to understand approach to user experiense ispired by Pinterest.### Technologies
- [Kotlin](https://kotlinlang.org/)
- [Kotlin Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html)
- [Koin (DI)](https://insert-koin.io/)
- [Architecture Components (Navigation, Lifecycle, Room)](https://developer.android.com/topic/libraries/architecture)
- [Timber (logging)](https://github.com/JakeWharton/timber)
- [Stetho (network debug inspection)](https://github.com/facebookarchive/stetho)### Architecture
- Based on Clean Architecture
- Single Activity
- Android ViewModels for presentation layer logic
- Android Data Binding
- Use Cases for domain layer logic
- Dividing to Local and Remote data sources in repository
- Unified approach for all screens in BaseFragment
- Custom made pagination with mutable items for recycler, supports both Kotlin Coroutines and RxJava### Custom UI
- Custom bottom navigation view with animations
- Custom loading placeholder with animation
- Custom RecyclerView grid for photo gallery (ispired by Pinterest)