From 0d196c565db696a8005801457a4b8bc6f1abde20 Mon Sep 17 00:00:00 2001 From: Harrison Fedor Date: Wed, 16 Nov 2022 14:34:42 -0500 Subject: [PATCH] Created Book data class & Rec Fragment cycling --- .idea/misc.xml | 1 + app/build.gradle | 1 + .../temple/bookrecommendationsystem/Book.kt | 5 +++ .../RecommendationFragment.kt | 43 +++++++++++++++++-- .../SearchFragment.kt | 6 ++- .../res/layout/fragment_recommendation.xml | 35 +++++++++------ app/src/main/res/layout/fragment_search.xml | 19 ++++---- app/src/main/res/values/colors.xml | 6 +++ 8 files changed, 90 insertions(+), 26 deletions(-) create mode 100644 app/src/main/java/edu/temple/bookrecommendationsystem/Book.kt diff --git a/.idea/misc.xml b/.idea/misc.xml index d7ad029..4f6b989 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,6 +3,7 @@