Simplified management of fragments for the Android platform.
For more information please visit the Wiki.
Download the latest release or add as dependency in your project via:
implementation "universum.studios.android:fragments:${DESIRED_VERSION}@aar"
This library may be used via separate modules in order to depend only on desired parts of the library's code base what ultimately results in fewer dependencies.
Supported down to the Android API Level 14.
androidx.annotation:annotation
androidx.fragment:fragment
androidx.appcompat:appcompat
androidx.vectordrawable:vectordrawable
universum.studios.android:logger
Copyright 2020 Universum Studios
Licensed under the Apache License, Version 2.0 (the "License");
You may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.