In this post I show you a simple game for practicing android development. It uses MVP design pattern.
You can find the code of this app here.
The game is called 'Guess Number'. The target is to guess a number between 1 and 100, using 10 intents or less.
This is a simple challenge for android beginners. It uses some basic components of android apps, as Activities, Intents and Fragments. Also the app uses some simple styles and other sources.
Top comments (0)