Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MoshDev/AndroidIndicators
https://github.com/MoshDev/AndroidIndicators
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/MoshDev/AndroidIndicators
- Owner: MoshDev
- License: apache-2.0
- Created: 2015-01-11T23:16:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-09T11:19:31.000Z (over 9 years ago)
- Last Synced: 2024-08-02T09:28:59.492Z (3 months ago)
- Language: Java
- Homepage: http://www.moshx.com
- Size: 1.87 MB
- Stars: 315
- Watchers: 19
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Android%20Indicators-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1401)
# 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
```xml
```
2- From Code
```java
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
```java
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
```java
compile project(':library')
```## Demo APK (Unsigned)
you can download demo apk from [releases](https://github.com/MoshDev/AndroidIndicators/releases) or [**from here**](https://github.com/MoshDev/AndroidIndicators/releases/download/demo/app-debug.apk)## Snapshot (gif)
![snapshot](https://raw.githubusercontent.com/MoshDev/AndroidIndicators/master/snapshots/2015-01-12%2019_42_02.gif)[or check this youtube video](http://www.youtube.com/watch?v=UR9ae9WRpBI)
## IconicTabsView [preview]
[Check this Video](http://www.youtube.com/watch?v=706a5B_ql3g)