AwesomeSplash


Source link: https://github.com/ViksaaSkool/AwesomeSplash

AwesomeSplash

Awesome-looking customizable splash screen

Splash screens have been around for quite a while. It's the first thing the users see when they run your app, so make it simple yet eventful and impressionable. This library does exactly that, provides you with beautiful template screen, with wide range of customizations to fit your concept of the splash screen. To be noted, with the last acknowledgement form google that splash screens got, having a library that tackles this issue is kind of necessity.

Ready to see implementation details? Let's scroll.

Demo

What the library is capable of is shown in this youtube video:

You can download the demo app [here] ( https://github.com/ViksaaSkool/AwesomeSplash/blob/master/rdme/awesome_splash_demo.apk?raw=true)

Prerequisites/Credits

This library is based and utilizes 3 great libraries:

So before diving into AwesomeSplash library, look into the libraries. Especially make sure you understand the concept of SVG path and look deeply on how to create you custom svg (and get the string values needed for AwesomeSplash).

Usage

Add this to your build.grade:

 repositories {
  //...

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

  
}

and then in dependencies:

 dependencies {

 compile 'com.github.ViksaaSkool:AwesomeSplash:v1.0.0'  
}

Here is how you utilze the library in your java code:

//extends AwesomeSplash! public class YourActivity extends AwesomeSplash {

//DO NOT OVERRIDE onCreate()!  //if you need to start some services do it in initSplash()!
 @Override  public void initSplash(ConfigSplash configSplash) {

  /* you don't have to override every property */
  //Customize Circular Reveal
 configSplash.setBackgroundColor(R.color.primary);
 //any color you want form colors.xml
 configSplash.setAnimCircularRevealDuration(2000);
 //int ms
 configSplash.setRevealFlagX(Flags.REVEAL_RIGHT);
  //or Flags.REVEAL_LEFT
 configSplash.setRevealFlagY(Flags.REVEAL_BOTTOM);
 //or Flags.REVEAL_TOP
  //Choose LOGO OR PATH; if you don't provide String value for path it's logo by default
  //Customize Logo
 configSplash.setLogoSplash(R.mipmap.ic_launcher);
 //or any other drawable
 configSplash.setAnimLogoSplashDuration(2000);
 //int ms
 configSplash.setAnimLogoSplashTechnique(Techniques.Bounce);
 //choose one form Techniques (ref: https://github.com/daimajia/AndroidViewAnimations)

//Customize Path
 configSplash.setPathSplash(Constants.DROID_LOGO);
 //set path String
 configSplash.setOriginalHeight(400);
 //in relation to your svg (path) resource
 configSplash.setOriginalWidth(400);
 //in relation to your svg (path) resource
 configSplash.setAnimPathStrokeDrawingDuration(3000);

 configSplash.setPathSplashStrokeSize(3);
 //I advise value be <5
 configSplash.setPathSplashStrokeColor(R.color.accent);
 //any color you want form colors.xml
 configSplash.setAnimPathFillingDuration(3000);

 configSplash.setPathSplashFillColor(R.color.Wheat);
 //path object filling color

//Customize Title
 configSplash.setTitleSplash("My Awesome App");

 configSplash.setTitleTextColor(R.color.Wheat);

 configSplash.setTitleTextSize(30f);
 //float value
 configSplash.setAnimTitleDuration(3000);

 configSplash.setAnimTitleTechnique(Techniques.FlipInX);

 configSplash.setTitleFont("fonts/myfont.ttf");
 //provide string to your font located in assets/fonts/

}

@Override  public void animationsFinished() {

  //transit to another activity here
 //or do whatever you want  
}
 
}

Implemented in

Reiseuhu




CliniShift




If you implement the library in your app(s) and you upload it on Google Play, let me know.

License

The MIT License (MIT)  Copyright (c) 2015 Viktor Arsovski  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 

Developed By

Viktor Arsovski

Resources

This dial widget is an advanced rotation control that you can easily include into any Android project in the form of an AAR file (Androids’ equivalent of a JAR file). You can think of this Dial control as a gesture library that is just concerned with rotation; having all of the conceivable behaviour you could possibly want in a rotation control. It comes with a free demo app.

Kotlin Wrapper for Jsoup using Pojo and Delegated Properties like bindText, bindAttr, bindImage, bindLink, bindList, bindClass

Awesome dialog is a simple wrapper class to allow user to make awesome dialogs and replace the usual dialog from android.

Ganalytics is tiny api layer for any analytics in application. It provides object oriented, typesafe, stricked and testable way for organize work with analytics through the application.

A Custom View to indicate multiple fragments with a triangular indicator.

Functional Kotlin constructs like map(), filter() and 12 more functions built for Android Data Binding library + RxJava 2 support.

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