Flare


Source link: https://github.com/IntruderShanky/Flare

Flare

Flare provide the easy implementation of circular indicator with ViewPager. (ViewPager Indicator)

Demo App - IS Library

Preview

Usage

Step 1. Add the JitPack repository to your build file

allprojects {

repositories {

 ...

 maven {
 url "https://jitpack.io" 
}

}

  
}

Step 2. Add the dependency

dependencies {

 compile 'com.github.IntruderShanky:Flare:1.0.2' 
}

Implementation

###XML Implementation:

  <com.intrusoft.indicator.Flare

android:id="@+id/indicator"

android:layout_width="match_parent"

android:layout_height="30dp"

flare:indicator_color="@color/indicator_color"

flare:indicator_gap="20dp" />

###Attributes ####Indicator Color

 flare:indicator_color="@color/indicator_color"

####Indicator Gap Distance between the centers of two indicators

flare:indicator_gap="20dp"

###Java Implementation:

Flare indicator = (Flare) findViewById(R.id.indicator);
 ViewPager pager = (ViewPager) findViewById(R.id.pager);
  //setting Adapter pager.setAdapter(new PagerAdapter() /* Your PagerAdapter */);
  //setting PageChangeListener pager.addOnPageChangeListener(this /* OnPageChangeListener */);
  //setting Flare indicator.setUpWithViewPager(pager);
 indicator.addOnPageChangeListener(this /* OnPageChangeListener */);
  //Customize Flare indicator.setIndicatorColor(Color.BLUE);
 indicator.setIndicatorGap(20);

#Licence

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. 

Resources

AIDL2 is a replacement for Google's aidl tool. Unlike it's predecessor, it is based on Java annotation processing facilities.

It is still at alpha stage of development, but all planned features are already implemented:

  • Support for arbitrary List/Map subclasses
  • Support for arbitrary Serializable/Externalizable classes
  • Multidimensional arrays
  • Explicitly non-null collection elements
  • AIDL interfaces as method arguments
  • All features of original aidl tool (except out parameters)

It`s a simple java library for encryption. This library contains next encryption methods:

  • AES
  • ARCFOUR
  • Blowfish
  • DES
  • DESede
  • RSA
  • HMAC
  • PBE

It`s realy easy to use.

Updated and revised version of flavienlaurent's DiscrollView.

A library to bridge Spock Framework and Robolectric.

PermissionHelper used to simplify Runtime Permission Structure.

  • Easy to use
  • Works on Pre-Marshmallow (No need to check for build version condition)
  • Get Callback on exactly place where you asked for permission.
  • Get Grant callback whenever all the permission you mentioned are granted else Deny callback
  • Get callback when permission is auto denied by system (When user selects, Don't ask again).

Mr. Alfonz is here to help you build your Android app, make the development process easier and avoid boilerplate code.

Alfonz is a multi purpose library split into small modules (something like Android Support Library). Some of them depend on other modules or 3rd party libraries (RxJava, Retrofit, OkHttp), but in general I try to keep Alfonz simple and independent from other libs as much as possible.

Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes