Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.59 KB

File metadata and controls

32 lines (17 loc) · 1.59 KB

Lottodroid

Spanish lottery android application (Google Play link).

This is the first application we published back in 2009, for the version 1.5 of Android. YAY!

Client: android application

It provides up-to-date information about the following lotteries: Euromillón, Bonoloto, Once, 7/39 de la Once, Cuponazo de la Once, Quiniela, Primitiva, Gordo Primitiva, Lotería Nacional, Quinigol, Lototurf, Quintuple plus, Loto Cataluña 6/49.

Server: JSON API

The first version of Lottodroid uses an old-style JSON notreallyRESTful API, fetching daily all the lottery information from the official API of the Spanish government (Hacienda y administraciones públicas) and saving it in a MySQL database.

The backend is done in PHP and it uses a custom MVC mini-framework developed in-house.

Later in 2011, we partnered with Lotoluck to get the lottery information from them, not using anymore our API.

Screenshots

img1 img2

Video

ScreenShot

Contributors

The first version of 2009 was developed by espinchi and ompemi, and in 2011 hudomjo did a refactoring using Lotoluck as the lottery provider.