All Projects → nekocode → Toolbarindicator

nekocode / Toolbarindicator

A toolbar indicator for android, likes twitter's.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Toolbarindicator

Uploadcare Widget
Uploadcare Widget, an ultimate tool for HTML5 file upload supporting multiple file upload, drag&drop, validation by file size/file extension/MIME file type, progress bar for file uploads, image preview.
Stars: ✭ 183 (-19.38%)
Mutual labels:  widget
Qtmvvm
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
Stars: ✭ 205 (-9.69%)
Mutual labels:  widget
Dynamic Support
A complete library to build Android apps with a built-in theme engine.
Stars: ✭ 218 (-3.96%)
Mutual labels:  widget
Fltkhs
Haskell bindings to FLTK GUI toolkit.
Stars: ✭ 187 (-17.62%)
Mutual labels:  widget
Iconshowcase Dashboard
A full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 197 (-13.22%)
Mutual labels:  widget
Iwidget
A open-source iOS Widget APP by WidgetKit for iOS14
Stars: ✭ 209 (-7.93%)
Mutual labels:  widget
Vue Twentytwenty
Image comparison utility
Stars: ✭ 182 (-19.82%)
Mutual labels:  widget
Titan
Create Discord server widgets for websites of all sizes! A simple to setup process for end-users. Server members may view or send messages into an embedded Discord channel.
Stars: ✭ 221 (-2.64%)
Mutual labels:  widget
Circleimageview
A circular ImageView for Android
Stars: ✭ 14,102 (+6112.33%)
Mutual labels:  widget
Qhexedit2
Binary Editor for Qt
Stars: ✭ 218 (-3.96%)
Mutual labels:  widget
Imguizmo.quat
ImGui GIZMO widget - 3D object manipulator / orientator
Stars: ✭ 187 (-17.62%)
Mutual labels:  widget
Epage
一款基于schema的可视化页面配置工具
Stars: ✭ 194 (-14.54%)
Mutual labels:  widget
Structured Filter
jQuery UI widget for structured queries like "Contacts where Firstname starts with A and Birthday before 1/1/2000 and State in (CA, NY, FL)"...
Stars: ✭ 213 (-6.17%)
Mutual labels:  widget
Darkmode.js
🌓 Add a dark-mode / night-mode to your website in a few seconds
Stars: ✭ 2,339 (+930.4%)
Mutual labels:  widget
Ios Widgets
Collection of iOS Widgets
Stars: ✭ 219 (-3.52%)
Mutual labels:  widget
React Native Android Widget Poc
🤖 React Native Android widgets bridged to JS, a proof of concept
Stars: ✭ 184 (-18.94%)
Mutual labels:  widget
Awesome Scriptable
A curated list of awesome Scriptable scripts and widgets.
Stars: ✭ 206 (-9.25%)
Mutual labels:  widget
Sy flutter widgets
纯flutter Widget组件库,不依赖Native及其它第三方package。包括省市区选择器,Rate评分,Stepper步进器,照片墙,地址编辑,自带加载更多的ListView和GridView
Stars: ✭ 225 (-0.88%)
Mutual labels:  widget
Embeddable React Widget
Create an embbedable js widget with react
Stars: ✭ 222 (-2.2%)
Mutual labels:  widget
Slip
Slip.js — UI library for manipulating lists via swipe and drag gestures
Stars: ✭ 2,421 (+966.52%)
Mutual labels:  widget

ToolbarIndicator

Apache 2.0 License Release

Inspired from Twitter iOS App and modified from CircleIndicator.

Preview

preview

Using with gradle

  • Add the JitPack repository to your root build.gradle:
repositories {
    maven { url "https://jitpack.io" }
}
  • Add the dependency to your sub build.gradle:
dependencies {
    compile 'com.github.nekocode:ToolbarIndicator:{latest-version}'
}
  • Set the target ViewPager for ToolbarIndicator:
ToolbarIndicator toolbarIndicator = (ToolbarIndicator) this.findViewById(R.id.indicator);
toolbarIndicator.setViewPager(viewPager);

Sample

ToolbarIndicator get titles from FragmentPagerAdapter's getPageTitle function, check the sample project for more detail.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].