No description
This repository has been archived on 2025-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2021-05-02 20:47:21 +00:00
app finished designing fragments, need to start programming them soon 2021-04-30 13:40:14 -06:00
gradle/wrapper initial commit 2021-04-30 09:57:06 -06:00
.gitignore added .gitignore 2021-04-30 10:01:01 -06:00
build.gradle initial commit 2021-04-30 09:57:06 -06:00
gradle.properties initial commit 2021-04-30 09:57:06 -06:00
gradlew initial commit 2021-04-30 09:57:06 -06:00
gradlew.bat initial commit 2021-04-30 09:57:06 -06:00
README.md added todo list for now 2021-05-02 20:47:21 +00:00
settings.gradle initial commit 2021-04-30 09:57:06 -06:00

Wiimmfi Watcher

Wiimmfi Watcher is an Android application that allows you to watch Mario Kart Wii gameplay by simply entering your friend code.

TODO

  • Get the fragments to display correctly
  • Learn if the database or rooms will help with saving the friend codes
  • Learn how the MVVM should work with the app
  • Learn how to "refresh" the fragment contents
  • Figure out how to use two fragments at once