- An android library useful for common bottom navigation, making easier the launch of fragments, and manipulation of back stack.
Rigel is one of the main stars for sky navigation.
This library provide a NavigationActivity. There is a simple AppCompatActivity that have a bottom navigation. It works with a NavigationProvider and NavigationSection interface.
The bottom navigation swap between MainFragment witch act like a base fragment and the owner of your stack fragment child.
The NavigationSection provide a fragment for instantiate. The MainFragment has the responsibility of launch each child and NavigationActivity controls that back stack when user go back or switch in the bottom navigation.
Note that NavigationActivity have two navigation horizontal and vertical.
The library also have ActionBarFragment witch extends from ArtearFragment (See uiview library) and if you extends of it you can manage title and icon toolbar.
See entire documentation library here.
via Maven:
<dependency>
<groupId>com.artear.rigel</groupId>
<artifactId>rigel</artifactId>
<version>0.0.10</version>
</dependency>
or Gradle:
implementation 'com.artear.rigel:rigel:0.0.10'
Rigel Lib requires:
- Minimum Java 7 or Android 4.1.
- Artear ui view library 0.1.7 or higher
Copyright 2019 Artear S.A.
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.