You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clone of Warby Parker app in Android built using Jetpack compose.
🛑 Disclaimer: This project is solely for my own learning purposes, I do not intend to break any laws and privacy terms in regards to the actual Warby parker app or company. 🛑
This is a jetpack compose sample app written in Kotlin following clean architecture principles.
The purpose of this app to showcase:
Clone the current iOS Warby Parker app for Android
Implementation of Jetpack Android Architecture components with Dagger Android and Data Binding to minimize boilerplate code
Creation of proper components and Subcomponents using Dagger Android and their injection into Activity, Compose Views, View Models and Helper Classes
Performing background task with Kotlin Coroutines
Use Jetpack compose Animations!
Use CameraX and ARCore libraries to implement face augmented reality!