Clicker!

Clicker!

To take our first steps in software development, we have created “Clicker!”. It displays "Hello Kotlin!" at the press of a button.

The problem Clicker! solves

With this on GitHub , we hope any beginner who is struggling to make any sort of android app at all, will find this helpful. Nostalgic to our senior coders and drop of curiosity for us, with this project, we take our first step into the world of Kotlin Programming.

Challenges we ran into

Faced the wrath of compilation errors while building the .gradle files for the project.
Also had a hard time learning how to design the XML files.

Discussion