alexfinnarn / swole-nation-android

Make America Swole Again
0 stars 0 forks source link

Add Main Activity Screen #4

Closed alexfinnarn closed 5 years ago

alexfinnarn commented 5 years ago

The screen will have four quadrants: last workout, next workout, exercises, and workouts.

Last workout and next workout will show a brief list of the exercises performed with sets and top weight.

Exercises and workouts will go to the list of workouts and exercises so the user can edit or add them.

alexfinnarn commented 5 years ago

So, the main activity screen actually will hold a "main fragment" that contains the four quadrants I mentioned. The main fragment navigates to other fragments via click listeners on buttons.

I ended up going with a table layout since the four things can be laid out in a table, although I think that the constraint layout probably is the best fit...starting simple, though.

alexfinnarn commented 5 years ago

I added the screen, but for some reason ./gradlew check returns errors while building the project through the UI does not produce any errors. Debugging in Android Studio is really, really, really hard compared to what I'm used to.