Skip to content

A demo project showcasing different exercises + details with prepopulated data from room. Includes tests

Notifications You must be signed in to change notification settings

carolinemusyoka/WorkoutApp

Repository files navigation

README

Pre-requisites

I used Android Studio Bumblebee (2021.1.1). In case of any issues, do let me know because I understand that issues might vary for different users.

The App

  • I loaded the exercises from a local database, by populating it using Room.
  • I used XML for the UI layouts.
  • I used Kotlin

Tech Stack

Tests

To run HomeFragmentTest run ./gradlew app:connectedAndroidTest -P android.testInstrumentationRunnerArguments.class=com.carolmusyoka.workoutapp.HomeFragmentTest To run DetailScreenTest run ./gradlew app:connectedAndroidTest -P android.testInstrumentationRunnerArguments.class=com.carolmusyoka.workoutapp.ExerciseDetailTest To run RoomDbTest run ./gradlew app:connectedAndroidTest -P android.testInstrumentationRunnerArguments.class=com.carolmusyoka.workoutapp.RoomDBTest

Run the app

Run ./gradlew assembleDebug Install apk ./gradlew installDebug

Screenshots of the app

About

A demo project showcasing different exercises + details with prepopulated data from room. Includes tests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages