Overview

Here you will find a library to help when you want to start a project using beagle for Android. These libs will facilitate the initial Beagle configuration in a project, avoiding some steps, and starting studies quicker.

Maven Central Maven Central Maven Central


Getting started

To start using Beagle right now, you can use the libs below:

  • Beagle-Scaffold: This lib will hold almost all configurations needed to start using Beagle in your project. We advise the use of these libs for people that never used Beagle before.

  • Beagle-Defaults: This lib is advised for more experienced Beagle users and will hold only a few class configurations necessary to use Beagle in an application. These configurations include default HttpClient, Logger and Cache classes.
    All these are also available in the Scaffold lib above.


Beagle Scaffold

Here you will find the Beagle-Scaffold library to help you start a project using Beagle in Android. This lib will hold almost all necessary configuration to add Beagle into an Android project.

Beagle Defaults

Here you will find the Beagle-Defaults library to help you start a project using Beagle in Android. This lib will hold just a few classes necessary to configure and add Beagle into an Android project.


Last modified March 11, 2021: feat: section overview (#391) (2c91101e)