You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This is an app that I made while learning kotlin. This is not from scratch. In this app, the concept of caching was used where data from the kotlin website was being cached to a Room database.