Skip to content
Josh Miller edited this page May 5, 2015 · 5 revisions

Welcome to the Saul wiki!

Index:

Architecture:

Documentation:

Project:

Goal:

Saul is an Android (Jellybean and later) targeted library for gathering both user and system information for the current device. In order to be compatible with a variety of Android devices, Saul only makes use of Android API levels 16-22 (as they hold ~80% of the user market as of this writing), in the case where a certain piece of functionality may be deprecated in a newer API from this range, or whenever older API's don't have access to particular API functionality, Saul will return the minimum required value to run Android (in the case of hardware), or an error/unknown/invalid value (in the case of user information). The final version of this library will gather as much information as it can to create a profile for the logged in user, as well as in-depth stats on the hardware and system settings for their device. This profile information will be stored in a struct that can be exported and utilized by other applications.

Final Five Projects:
Saul
Foster
Ellen
Hellos

Clone this wiki locally