GithubHelp home page GithubHelp logo

mohism / androidindicators Goto Github PK

View Code? Open in Web Editor NEW

This project forked from moshdev/androidindicators

0.0 1.0 0.0 1.92 MB

Home Page: http://www.moshx.com

License: Apache License 2.0

Java 100.00%

androidindicators's Introduction

Android Arsenal

Android Indicators

A simple library to add some effect to screen title.

Available Effects

  1. Default (Left Right Transition Effect)
  2. UpDown (Up Down Transition Effect)
  3. 3D (Rotation on Y Axis)

Usage

1- From XML

    <com.moshx.indicators.title.TitleIndicator
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:id="@+id/titleIndicator"
        android:textColor="@android:color/black"
        android:layout_width="300dp"
        android:layout_height="wrap_content" />

2- From Code

    TitleIndicator indicator=new TitleIndicator(this);
    observer.addObservableView(indicator);
    indicator.setToolBar(toolbar);

Supported View Attributes

  1. All FrameLayout attributes
  2. All TextView attributes

Requirements

  1. Min SDK: 15 (Android 4.0.3โ€“4.0.4 Ice Cream Sandwich)
  2. Android support library v7
  3. Android SDK 21
  4. Build Tool 21.1.2
  5. Java 1.7 compilation

Add to project

  • Using gradle
dependencies {
    compile 'com.android.support:appcompat-v7:21.0.3'
    compile 'com.moshx:androidindicators:0.6.0@arr'
}
  • Clone the project and add it as module
   compile project(':library')

Demo APK (Unsigned)

you can download demo apk from releases or from here

Snapshot (gif)

snapshot

or check this youtube video

IconicTabsView [preview]

Check this Video

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.