Playtablayout

PlayTabLayout is a tab layout very similar to Google Play tab layout. The main feature is that ripple shows in a particular place where user taps.
Alternatives To Playtablayout
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Playtablayout309
5 years ago2December 11, 20204Kotlin
PlayTabLayout is a tab layout very similar to Google Play tab layout. The main feature is that ripple shows in a particular place where user taps.
Drumbot125
3 years agootherJavaScript
Play real-time music with a machine learning drummer that drums based on your melody.
Zaptap44
6 years ago4Java
Cross Platform Game made in libGDX. Live on Google Play: https://play.google.com/store/apps/details?id=com.betterclever.zaptap
Gdk Charades Sample29
9 years agoapache-2.0Java
GDK sample application that lets multiple people play a simple Charades game.
Hitball21
6 years agoJava
Hit the ball to keep it in air. Simple huh ?! Get it from http://goo.gl/BZzFV1 and find out !
Tap16
4 years ago28apache-2.0Scala
Text Analytics Pipeline (TAP)
Now Playing For Google Play Music9
a year ago14mitTypeScript
#NowPlaying for YouTube Music
M5spot9
5 years ago1mitC++
A Spotify Web API client for M5Stack
Metronome Cli718 years ago6October 15, 20151CoffeeScript
Play at given bpm or tap for tempo.
Play That Note3
5 years agoSwift
Alternatives To Playtablayout
Select To Compare


Alternative Project Comparisons
Readme

PlayTabLayout

PlayTabLayout is a tab layout very similar to Google Play tab layout. The main feature is that ripple shows in a particular place where user taps.


The current minSDK version is API level 16.

Download


Gradle:

implementation 'com.github.armcha:PlayTabLayout:2.0.0'

Download sample apk

Setup and usage

  1. Add AutoLinkTextView to your layout
     <io.armcha.playtablayout.core.PlayTabLayout
            android:id="@+id/playTabLayout"
            android:layout_width="match_parent"
            android:layout_height="some_dp" />
  1. Add tab colors
playTabLayout.colors = intArrayOf(
                R.color.f,
                R.color.s,
                R.color.t,
                R.color.four)

Note: array must be the same size as your adapter item count

  1. And you can use it like a regular tab layout
viewPager.adapter = TabAdapter(supportFragmentManager)
val tabLayout = playTabLayout.tabLayout
tabLayout.setupWithViewPager(viewPager)

Current limitations:

You can't set

tabMode="scrollable"

and

tabGravity="center"

Contact

Pull requests are more than welcome.

License

  PlayTabLayout
  Copyright (c) 2018 Arman Chatikyan (https://github.com/armcha/PlayTabLayout).

  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.
Popular Tap Projects
Popular Play Framework Projects
Popular Software Quality Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Kotlin
Animation
Play
Layout
Tabs
Tap
Tablayout