Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

StudyBuddyIT is a simple, beginner-friendly flashcard app built with Kotlin and Jetpack Compose. It lets you quickly create, review, shuffle, and delete flashcards to aid your study sessions. On launch, you’ll see any saved flashcards; tap Show Answer to reveal the answer, Next Card to cycle through, Shuffle to randomize the deck, and long-press a card to delete it. If you have no cards yet, a friendly “No Cards – Please add flashcards” prompt guides you to start creating your own.

I created StudyBuddyIT to deepen my understanding of modern Android development. Particularly Jetpack Compose for UI, Material 3 theming, and simple on-device persistence via SharedPreferences

  • Gson. Along the way I practiced Kotlin data classes, state management in Compose, Activity
  • result APIs, and designing a clean, responsive and accessible layout.

Software Demo Video

Development Environment

  • IDE: Android Studio
  • Language: Kotlin
  • UI Toolkit: Jetpack Compose (Material 3)
  • Persistence: Android SharedPreferences with Gson for JSON serialization
  • Testing: JUnit4 for local JVM tests
  • Build System: Gradle Kotlin DSL

Useful Websites

Future Work

  • Room database integration – replace SharedPreferences + Gson with a cleaner/ more modern data persistence option.
  • Search & categories – tag flashcards by topic and add a search/filter capability to the UI.
  • Device configuration handling – preserve deck state on device rotation.
  • Theming options – user-selectable light/dark or custom color palettes.
  • Cloud sync – back up decks to Firebase or a REST API for cross-device use.
  • Accessibility improvements – better screen-reader support and adjustable font sizes.

About

Android Flashcard application

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages