Maths Quiz App

Github Repo

Language Used

  • Kotlin

Details


I developed this app to help guide students who were developing simple apps of their own.


It was developed using Kotlin and Android Studio. Both of these tools are quite complex to use, especially for the novice developer, so I wanted to create a simple app that would help guide them through the process. The most interesting concepts were how different Fragments interact, and how to pass values between them.


In future, if I were to teach the class again I would suggest students use a Framework like React Native. The tools to develop it and the language are much simpler to use, and the app would be much more flexible.


I was also able to use this app to teach automated testing using the Espresso testing framework.