Wiki

Clone wiki

Universi / Home

Welcome

Welcome to the Android Universi wiki!

Overview

Universi library has been designed and developed in order to group Fragments along with Dialogs libraries and to provide base implementations for Activities and Fragments for an Android application.

Using UniversiActivity along with UniversiFragment as base classes for the application's primary elements should reduce some of boilerplate code that is written for these base classes and also should result in a consistent base hierarchy.

Compatibility

The library uses Fragment and Dialog along with FragmentManager and FragmentTransaction provided by Android Jetpack.

Updated