Skip to content

triviapatente/android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Trivia Patente - Android

Table of Contents
  1. Introduction
  2. Getting started
  3. Contributing
  4. Authors
  5. License

Introduction

TriviaPatente is a mobile application that makes it easier and funnier to learn the theory of the driving license, connecting you with your friends. This repository contains the native Android application.

Screenshots
drawing drawing drawing

Getting started

This project was a fun pet project developed by us back in 2017. We managed to exhume the code and make it run again in order, but the technologies are quite old! Yet, cool.

Prerequisites

The app dates to when Java was mainstream for Android development 😄:

Version
Android minSdkVersion: 16, targetSdkVersion: 30

After that, the code should compile fine.

Preparing the environment

In order to run the application properly, you need to deploy the backend as well.

After you setup the backend, deploy it anywhere and modify this line in strings.xml:

<string name="baseUrl">YOUR_BASE_URL_HERE/</string>

Executing

Build the app with Android Studio and challenge your friends at who knows the driver licence theory better 😜.

Contribute

We still need to set up an easy way to contribute, and provide a list of updates that might improve the project. You can save your ☕️s until then or, you can drop an email to help us:

  • Set up coding style guidelines
  • Wiki
  • Documentation
  • Set up contribution workflow

Authors

This project was developed with ❤️ and a giant dose of curiosity and passion from some very young folks (we were 20 at the time), in 2017 as a side project.

Authors
drawing Luigi Donadel
drawing Antonio Terpin
drawing Gabriel Ciulei

License

This project is licensed under the MIT License - see the LICENSE file for details.