An open API service indexing awesome lists of open source software.

https://github.com/shashi278/androidview

A repository containing android view animations created using Kivy
https://github.com/shashi278/androidview

android-animation androidview kivy kivy-ui python

Last synced: 11 months ago
JSON representation

A repository containing android view animations created using Kivy

Awesome Lists containing this project

README

          

# AndroidView
A repository to contain android view animations created using [Kivy](https://github.com/kivy/kivy)

WidgetAnimator:
--------------------
* Runnning demo script requires [Kivy](https://github.com/kivy/kivy) and [KivyMD](https://github.com/HeaTTheatR/KivyMD) to be installed. However, using `Animator` isn't dependent upon KivyMD.

![Animator demo](demo/demo.gif)

DrawerButton:
-------------
![DrawerButton demo](demo/drawer_demo.gif)

WirelessRippleButton demo
------------------------
![WirelessRippleButton demo](demo/wireless_button_demo.gif)

SuccessAnim                                           FailureAnim:
------------

![SuccessAnim demo](demo/success_anim.gif) ![FailureAnim demo](demo/failure_anim.gif)

#### Dependencies:
* [Kivy](https://github.com/kivy/kivy)
* [KivyMD](https://github.com/HeaTTheatR/KivyMD)
* Python 3 (Obviously)

#### How to use?:
* Currently no docs are avilable so kindly stick to demos for usages.