All Projects → mbakgun → Similarloadingview

mbakgun / Similarloadingview

Licence: apache-2.0
A stylish loading view for Android

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Similarloadingview

Tagsedittext
Android TagsEditText View
Stars: ✭ 47 (+80.77%)
Mutual labels:  library, android-ui
Androidrate
AndroidRate is a library to help you promote your Android app by prompting users to rate the app after using it for a few days.
Stars: ✭ 117 (+350%)
Mutual labels:  library, android-ui
Bubbles
⚡️A library for adding messenger style floating bubbles to any android application 📲
Stars: ✭ 66 (+153.85%)
Mutual labels:  library, android-ui
Bubble Navigation
🎉 [Android Library] A light-weight library to easily make beautiful Navigation Bar with ton of 🎨 customization option.
Stars: ✭ 1,537 (+5811.54%)
Mutual labels:  library, android-ui
Awesome Android Ui
😎 A curated list of awesome Android UI/UX libraries
Stars: ✭ 353 (+1257.69%)
Mutual labels:  library, android-ui
Fillingbutton
🔥Replace typical onLongClickListener with this library!
Stars: ✭ 31 (+19.23%)
Mutual labels:  library, android-ui
Truffle Shuffle
An Android data-driven, percentage-based UI Card Gallery Library
Stars: ✭ 117 (+350%)
Mutual labels:  library, android-ui
Cardviewlist
An elegant and responsive CardView like Android on iOS with Swift. Available horizontal and vertical scrolling with full animations and customizable.
Stars: ✭ 30 (+15.38%)
Mutual labels:  library, android-ui
Aestheticdialogs
📱 An Android Library for 💫fluid, 😍beautiful, 🎨custom Dialogs.
Stars: ✭ 352 (+1253.85%)
Mutual labels:  library, android-ui
Androidappshortcuts
App Shortcuts for Android on Pre Nougat 7.1!
Stars: ✭ 223 (+757.69%)
Mutual labels:  library, android-ui
Swipelayout
A library what allows you to execute a swipe for the android platform
Stars: ✭ 150 (+476.92%)
Mutual labels:  library, android-ui
React Native Blurhash
🖼️ A library to show colorful blurry placeholders while your content loads.
Stars: ✭ 430 (+1553.85%)
Mutual labels:  library, loading
Cornercutlinearlayout
Linear Layout that allow corner (parent and children) cuts, complex shadow and divider.
Stars: ✭ 391 (+1403.85%)
Mutual labels:  library, android-ui
Swipeablecard
A simple implementation of swipe card like StreetView
Stars: ✭ 812 (+3023.08%)
Mutual labels:  library, android-ui
Bannerlib
A library of commonly used tools and mod-collision avoidance functionality.
Stars: ✭ 23 (-11.54%)
Mutual labels:  library
Android Customtoast
Easy to use Custom Toast Library for Android
Stars: ✭ 24 (-7.69%)
Mutual labels:  android-ui
Clygments
🎨 Code highlighting using Pygments in Clojure
Stars: ✭ 22 (-15.38%)
Mutual labels:  library
Crab
JavaScript library for building user interfaces with Custom Elements, Shadow DOM and React like API
Stars: ✭ 22 (-15.38%)
Mutual labels:  library
Droidviews
android view demos
Stars: ✭ 24 (-7.69%)
Mutual labels:  android-ui
Ofxgrafica
A simple and configurable plotting library for openFrameworks
Stars: ✭ 24 (-7.69%)
Mutual labels:  library

similarLoadingView : A stylish loading view for Android

Android Arsenal Twitter URL

similarLoadingView

Implementation

similarLoadingView, is a custom loading view for Android. It is very easy to use and customize. It draws your drawable on canvas with stylish design.

Gradle

compile 'similar.io.view:similarLoadingView:1.0.0'

Maven

<dependency>
  <groupId>similar.io.view</groupId>
  <artifactId>similarLoadingView</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>

Sample App

GooglePlay Link

Usage

  • In XML layout:
      <similar.io.view.SimilarLoadingView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_centerHorizontal="true"
        android:layout_centerVertical="true"
        app:similar_animDuration="5000"
        app:similar_cornerRadius="40"
        app:similar_loadingDrawable="@drawable/loading"
        app:similar_maxAlpha="225" />

You can find which attributes you can use on xml below

Attribute Usage
app:similar_loadingDrawable @drawable/your_icon
app:similar_animDuration int millisecond Duration
app:similar_cornerRadius int radius of corners for each sliced image
app:similar_maxAlpha int alpha 0 to Max amount for each animation change

v1.0.0

  • Initial release .

Contact me

Any questions:Please feel free to contribute by pull request, issues or feature requests.

License

Copyright 2017 Mehmet Burak Akgün

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].