Flowing Gradient Library


Source link: https://github.com/dynamitechetan/Flowing-Gradient

Flowing Gradient Library

Android ver 3.1+

How to use

Add these lines in your build.gradle files:

In your Project Level build.gradle
repositories {

jcenter() 
}
In your App Level build.gradle
dependencies {

  compile 'com.dynamitechetan.flowinggradient:flowinggradient:1.1' 
}

Using Maven

<dependency> <groupId>com.dynamitechetan.flowinggradient</groupId>  <artifactId>flowinggradient</artifactId> <version>1.1</version> <type>pom</type> </dependency> 

BASIC USAGE

<com.dynamitechetan.flowinggradient.FlowingGradient

android:layout_width="match_parent"

android:layout_height="match_parent"

/>

To set your own gradients and transition duration using XML, you must add this line in your xml file in the first component:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  xmlns:gradient="http://schemas.android.com/apk/res-auto"
  android:layout_width="match_parent"
  android:layout_height="match_parent"
  > </RelativeLayout>

Making your own Gradient Animations.

Make a file like this and place it in drawable folder

<?xml version="1.0" encoding="UTF-8"?> <animation-list xmlns:android="http://schemas.android.com/apk/res/android"  android:id="@+id/selected" android:oneshot="false">
  <!-- The drawables used here can be solid colors, gradients, shapes, images, etc. -->
  <item android:drawable="@drawable/one" android:duration="4000"  />
  <item android:drawable="@drawable/two" android:duration="4000" />
  <item android:drawable="@drawable/three" android:duration="4000" />
  <item android:drawable="@drawable/four" android:duration="4000" /> </animation-list>  <!--android:duration="4000" is the duration till the gradient will be shown on the screen-->

Making a Gradient in Android

<?xml version="1.0" encoding="UTF-8"?> <shape
xmlns:android="http://schemas.android.com/apk/res/android"
  android:shape="rectangle">
  <gradient

android:angle="45"

android:endColor="#D38312"

android:startColor="#FF6B6B"

android:type="linear" />
  <corners

android:radius="0dp"/> </shape>

USING YOUR OWN ANIMATION GRADIENTS USING XML

  <com.dynamitechetan.flowinggradient.FlowingGradient

android:layout_width="match_parent"

android:layout_height="match_parent"

gradient:transition_drawable="@drawable/trans"

/>

SETTING TRANSITION DURATION USING XML

  <com.dynamitechetan.flowinggradient.FlowingGradient

android:layout_width="match_parent"

android:layout_height="match_parent"

gradient:transition_duration = "4000"

/>

Using This Library in JAVA

BASIC USAGE

  RelativeLayout rl = (RelativeLayout) findViewById(R.id.rl);

FlowingGradientClass grad = new FlowingGradientClass();

  grad.setBackgroundResource(R.drawable.translate)

  .onRelativeLayout(rl)

  .setTransitionDuration(4000)

  .start();

####You are requested to use the methods in this order or sometimes it can end up in a null pointer exception.

.onReltiveLayout() and be replaced by .onImageView() or .onLinearLayout()  as per use.

To set Alpha of the transition

  RelativeLayout rl = (RelativeLayout) findViewById(R.id.rl);

FlowingGradientClass grad = new FlowingGradientClass();

  grad.setBackgroundResource(R.drawable.translate)

  .onRelativeLayout(rl)

  .setTransitionDuration(4000)

  .setAlpha(4)

  .start();

License

Copyright (c) 2016 Chetan Kaushik

Licensed under the Apache License, Version 2.0

Resources

This library helps you to integrate Facebook and Google login and gives you the required result.

A very simple Gradle plugin (and/or a factory method) to generate version data based on environment status.

Simple custom view implementation that allows you to control the input of a numeric code

StoriesProgressView is showing horizontal progress like instagram stories.

As the name says, SmartRefreshLayout is a "smart" refresh layout,Because of its "smart", it does not just support all the View as other refresh layouts said, but also support multi-layered nested view structures.

FileListerDialog helps you to list and pick file/directory for Android.

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