This repository contains a set of small tools aimed to boost the development of Android Applications. All repositories are licensed under Apache-2.0.
- JSON 2 SQL: python script relies on a JSON file to insert data into SQLite Databases;
- POJO 2 Autovalue: python script that convert POJO classes into Autovalue classes;
- Location Provider: allows developers to send gelocation information picked from Google Maps into an emulator/device in order to test location aware applications (including geofences);
- Reactive Task Scheduler: based on RxJava2, provides a clean interface to schedule tasks and execute them assychronously, logging its time of execution;