l

loopbar

At Cleveroad we’ve recently come to realize that navigation through categories in an app using nothing but a navigation panel is pretty boring and trivial. That’s why, armed with our designer’s creativity, we introduce you our new component for Android-based applications -- LoopBar. The idea was to make the navigation menu right at fingerprints, in a tab bar. What's more the view has a few specific features that make it stand out from the crowd of similar ones. So, try out the LoopBar library in your app and you’ll see the difference.
https://github.com/Cleveroad/LoopBar
MIT License
Cleveroad
Files download
File Operation
loopbar-1.2.0.pom download
loopbar-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cleveroad</groupId>
  <artifactId>loopbar</artifactId>
  <version>1.2.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.cleveroad:loopbar:1.2.0'
Gradle Kotlin
implementation("com.cleveroad:loopbar:1.2.0")
Scala SBT
libraryDependencies += "com.cleveroad" % "loopbar" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.cleveroad', module='loopbar', version='1.2.0')
)
Apache Ivy
<dependency org="com.cleveroad" name="loopbar" rev="1.2.0" />
Leiningen
[com.cleveroad/loopbar "1.2.0"]
Apache Buildr
'com.cleveroad:loopbar:jar:1.2.0'