https://github.com/rommansabbir/photostore
https://github.com/rommansabbir/photostore
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rommansabbir/photostore
- Owner: rommansabbir
- Created: 2022-03-08T11:36:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-08T17:09:05.000Z (about 3 years ago)
- Last Synced: 2025-01-30T15:16:55.269Z (4 months ago)
- Language: Kotlin
- Size: 163 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PhotoStore Application
* A well-known architecture pattern. You can use MVVM or any other architecture
commonly used in the Android world. ✔️
* A good clean reusable code. Your coding practices will be evaluated. ✔️
* Kotlin should be used. ✔️
* A sensible git history. The easiest way to follow your thought process is to follow your git
history. ✔️
* Unit tests ❌Technologies :
* AndroidX ✔️
* Kotlin ✔️
* Coroutine ✔️
* UseCase ✔️
* Clean Arch ✔️
* JetPack ✔️
* Design Principles ✔️
* MVVM ✔️
* Clean Code ✔️
* Remote Data Source ✔️
* Image Caching ✔️
* Scalable ✔️
* LazyLoading/Paging ✔️
* Custom View ✔️
* Offline Access ❌