Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Playtablayout | 309 | 5 years ago | 2 | December 11, 2020 | 4 | Kotlin | ||||
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. | ||||||||||
Drumbot | 125 | 3 years ago | other | JavaScript | ||||||
Play real-time music with a machine learning drummer that drums based on your melody. | ||||||||||
Zaptap | 44 | 6 years ago | 4 | Java | ||||||
Cross Platform Game made in libGDX. Live on Google Play: https://play.google.com/store/apps/details?id=com.betterclever.zaptap | ||||||||||
Gdk Charades Sample | 29 | 9 years ago | apache-2.0 | Java | ||||||
GDK sample application that lets multiple people play a simple Charades game. | ||||||||||
Hitball | 21 | 6 years ago | Java | |||||||
Hit the ball to keep it in air. Simple huh ?! Get it from http://goo.gl/BZzFV1 and find out ! | ||||||||||
Tap | 16 | 4 years ago | 28 | apache-2.0 | Scala | |||||
Text Analytics Pipeline (TAP) | ||||||||||
Now Playing For Google Play Music | 9 | a year ago | 14 | mit | TypeScript | |||||
#NowPlaying for YouTube Music | ||||||||||
M5spot | 9 | 5 years ago | 1 | mit | C++ | |||||
A Spotify Web API client for M5Stack | ||||||||||
Metronome Cli | 7 | 1 | 8 years ago | 6 | October 15, 2015 | 1 | CoffeeScript | |||
Play at given bpm or tap for tempo. | ||||||||||
Play That Note | 3 | 5 years ago | Swift | |||||||
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.
Gradle:
implementation 'com.github.armcha:PlayTabLayout:2.0.0'
<io.armcha.playtablayout.core.PlayTabLayout
android:id="@+id/playTabLayout"
android:layout_width="match_parent"
android:layout_height="some_dp" />
playTabLayout.colors = intArrayOf(
R.color.f,
R.color.s,
R.color.t,
R.color.four)
viewPager.adapter = TabAdapter(supportFragmentManager)
val tabLayout = playTabLayout.tabLayout
tabLayout.setupWithViewPager(viewPager)
You can't set
tabMode="scrollable"
and
tabGravity="center"
Pull requests are more than welcome.
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.