An Android app prototype built with Java and Material 3. It showcases a simple coffee experience with a home screen, menu, profile, and a cappuccino checkout screen. Dark mode is supported and remembered across launches.
- Home and menu navigation
- Profile screen with dark mode toggle (persisted)
- Cappuccino checkout UI
- Material styling and accessible content descriptions
- Android Studio (2023.1+)
- Android SDK 34
- JDK 17
- Clone the repository
git clone https://github.com/NoolAngelo/code-and-coffee.git cd code-and-coffee - Open the project in Android Studio and let it sync dependencies.
- Run on an emulator or a connected device.
You can also build and install from the command line:
./gradlew assembleDebug
./gradlew installDebug- Language: Java
- UI: AndroidX AppCompat, Material Components, ConstraintLayout
- Min SDK: 24, Target SDK: 34
app/– Android application modulesrc/main/java/– Activities and application classsrc/main/res/– Layouts, drawables, values
- If Gradle sync complains about missing SDKs, install Android API 34 and required build tools via the SDK Manager.
- Release builds enable code and resource shrinking.
No license has been specified for this repository.