Giter VIP home page Giter VIP logo

circleindicator's Introduction

CircleIndicator

A lightweight viewpager indicator like in nexus 5 launcher

All the credits goes to the original repository

Since two MR affecting the performance of an app have been rejected this fork have moved to his own direction.

CircleIndicator

Gradle

Please consider using the original library

version 1.1.8 (minSdkVersion="11")

allprojects {
    repositories {
        mavenCentral()
        maven {
            url 'https://github.com/netcosports/maven/raw/master/'
        }
    }
}


dependencies {
    compile 'com.netcosports:circleindicator:1.1.8@aar'
}

Usage

	<com.netcosports.circleindicator.CircleIndicator
        android:layout_width="fill_parent"
        android:layout_height="40dp"/>
    CircleIndicator circleIndicator =  (CircleIndicator) findViewById(R.id.vp_indicator);
    circleIndicator.setViewPager(viewPager);

#####Properties:

  • app:ci_width
  • app:ci_height
  • app:ci_margin
  • app:ci_drawable
  • app:ci_drawable_unselected
  • app:ci_animator
  • app:ci_animator_reverse
  • app:ci_animator_insert
  • app:ci_animator_remove

ChangeLog

1.1.8 (2016-05-30)
  • support multiple insertion and deletion at the same time.
1.1.7 (2016-03-31)
  • indicate that indicator hasn't overlapping rendering in order to remove performance issues.
1.1.6 (2015-09-02)
  • support insertion and deletion
1.1.5 (2015-06-28)
  • Fix bug (#22)
1.1.4 (2015-06-03)
  • Fix bug (#17)
  • SetOnPageChangeListener is deprecated, Please use ViewPager addOnPageChangeListener (v4 support lirbray revision 22.2.0)
  • minSdkVersion="11"
1.1.3 (2015-04-15)
  • Fix bug (#12)
1.1.2 (2015-03-10)
  • Fix bug (#9)
  • Add a property : ci_drawable_unselected (#6)
1.1.1 (2015-01-08)
  • Fix default animator
  • Add a property : ci_animator_reverse
1.1.0 (2014-12-29)
  • Remove NineOldAndroids dependency
  • minSdkVersion="14"
1.0.0 (2014-08-01)
  • Initial release. (minSdkVersion="8")

License

Copyright (C) 2014 relex
Copyright (C) 2015 Netcosports

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.

circleindicator's People

Contributors

bhbfhfb avatar ongakuer avatar polok avatar romainz avatar tbarthel-fr avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.