SlidingTabs

Sliding Tabs Android library

License

License

GroupId

GroupId

com.nispok
ArtifactId

ArtifactId

slidingtabs
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

aar
Description

Description

SlidingTabs
Sliding Tabs Android library
Project URL

Project URL

https://github.com/nispok/slidingtabs
Source Code Management

Source Code Management

https://github.com/nispok/slidingtabs

Download slidingtabs

How to add to project

<!-- https://jarcasting.com/artifacts/com.nispok/slidingtabs/ -->
<dependency>
    <groupId>com.nispok</groupId>
    <artifactId>slidingtabs</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.nispok/slidingtabs/
implementation 'com.nispok:slidingtabs:1.0.0'
// https://jarcasting.com/artifacts/com.nispok/slidingtabs/
implementation ("com.nispok:slidingtabs:1.0.0")
'com.nispok:slidingtabs:aar:1.0.0'
<dependency org="com.nispok" name="slidingtabs" rev="1.0.0">
  <artifact name="slidingtabs" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.nispok', module='slidingtabs', version='1.0.0')
)
libraryDependencies += "com.nispok" % "slidingtabs" % "1.0.0"
[com.nispok/slidingtabs "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.android.support » support-v4 jar 21.0.3

Project Modules

There are no modules declared in this project.

DEPRECATED

This lib is deprecated in favor of Google's Design Support Library which includes a TabLayout and is no longer being developed.

Thanks for all your support!

SlidingTabs

Build Status Android Arsenal

Gradle port of Google's SlidingTabLayout to display a custom ViewPager title strip as used in Google I/O Android App, Android SlidingTabsBasic Sample, and Android SlidingTabsColors Sample. It has minor modifications to work from SDK 8

Installation

You can import the library from source as a module or grab via Gradle:

compile 'com.nispok:slidingtabs:1.0.0'

Examples

Although not using this library, the same code is used in:

Contributing

All contributions are welcome. Open a PR or refer to the issues section.

License

Copyright 2015 William Mora

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.
com.nispok

Versions

Version
1.0.0