DEV Community

Cover image for Guess Number Game with Android
R0land013
R0land013

Posted on

Guess Number Game with Android

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.

Main view

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.

Result view

About view

Top comments (0)