Skip to content

Latest commit

 

History

History
 
 

WordShuffler

Word Shuffle Game

Overview

Libraries Used

  • Kotlin - Kotlin is a Modern, concise and safe programming language.
  • View Binding - View binding is a feature that allows you to more easily write code that interacts with views.
  • Lifecycles - Create a UI that automatically responds to lifecycle events.
  • LiveData - Build data objects that notify views when the underlying database changes.
  • Navigation - Handle everything needed for in-app navigation.
  • Safe Args - Paasing arguments b/w Fragments.
  • ViewModel - Store UI-related data that isn't destroyed on app rotations. Easily schedule asynchronous tasks for optimal execution.
  • UI - Details on why and how to use UI Components in your apps - together or separate

Upcoming Features