Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

ToolBox is an Android App that was made for the Android exam. You will be able to use some tool with your device like a ruler, magnetometer, barometer, lux meter, etc.

Notifications You must be signed in to change notification settings

gamerover98/ToolBox-Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

237 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToolBox Android application

ToolBox Android Application was made for the Android exam of the Informatic technologies for the software prodution of Uniba Italy University.

Authors (MAGR group):

Introduction

ToolBox is an Android Application that offers to the user the opportunity to make the most of the sensors of its own device. You can use a tool to make a measure and save it into your device or remotely on the google firebase cloud. It uses the remote firebase database to keep registered accounts (or google logins) and user data.

Supported tools at this time:

  • Ruler (no sensors, just a ruler)
  • Magnetometer
  • Barometer
  • Luxmeter
  • Compass
  • Step counter

READ BEFORE CLONE IT

To compile and run this application you have to use Android Studio (canary versions) and Gradle 4.x.x (in date 2021/04/12 if you compile it with Gradle 7, it throws an exception) and besides, you must install the IntelliJ Lombok Plugin into your IDE.

Useful things:

Rules

This software has a free license but you have to comply with the following rules:

1. The use of the entire source or a piece of it needs to be reported into your project description files. 2. You can't sell this project or a derivative. 3. You can't use it for your exam. You must fork it and you have to create significant changes. Besides, you must respect the first rule.

Dependencies

Screenshots and explains

The authentication, sign in (login) and register activities. From the auth activity, you can log in as a guest (without authentication)


The main page of the application. Here you can see your saves.

  1. By clicking a card, the edit interface will be opened.
  2. By swipe a card from left to right, it will be deleted.
  3. By clicking the FAB (right-down corner) the tool list will be opened.
  4. By clicking the hamburger (left-up corner) or swipe from left to right side, the navigation drawer will be shown.
  5. The settings. Available languages: english and italian.

The tool list interface. In this screenshot the step counter is missing, the emulator can't emulate its sensor.


Some tool doesn't require or does not implement the save button.


The save and edit interfaces.


Prospects for the future (create a pull request or fork it)

  • The dark theme.
  • New tools also working with external wireless devices.
  • Other supported languages.
  • Missing saving for some tool.
  • Guest saves needs to be synced into the firebase realtime database of the next authenticated user.

Known issues and bugs

  • The main interface requires a lot of time to perform firebase requests (just for authenticated users).
  • After entering the save measure fragment, when you change the application language, it will crash.
  • The ruler measure is not very accurate (very small values) but it works fine.
  • If your device is offline and you save a measure, it will be saved locally (SQLite DB) but obviously it doesn't be synced to the firebase realtime database. If you close the application, turn the device online and re-open the application, the local saves won't be synced.

About

ToolBox is an Android App that was made for the Android exam. You will be able to use some tool with your device like a ruler, magnetometer, barometer, lux meter, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages