Skip to content

This is another game app that I developed while learning Kotlin. The game works as the first player looks at the words in the app and acts each one out, in turn, making sure not to show the word to the second player. The second player tries to guess the word.

Notifications You must be signed in to change notification settings

harshkumarkhatri/Guess-the-word-Kotlin

Repository files navigation

ViewModel and ViewModelFactory - Solution Code

Introduction

This starter app is a two player game, GuessTheWord. It is a word guessing app you can play with one or more friends. To play, hold the device in landscape, facing away from you with your thumbs on the Skip and Got It buttons. Your friends can then give you clues to help you guess the word. If you get the word right, press Got It. If you're stuck, press Skip. This code demostrates the Android Architecture components, ViewModel and ViewModelFactory.

Pre-requisites

You need to know:

  • How to open, build, and run Android apps with Android Studio.
  • How to use the Navigation Architecture Component
  • Passing the data between navigation destinations.
  • Read the logs using the Logcat.

Getting Started

  1. Download and run the app.

About

This is another game app that I developed while learning Kotlin. The game works as the first player looks at the words in the app and acts each one out, in turn, making sure not to show the word to the second player. The second player tries to guess the word.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages