KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
WindowShaker
★ 12
Open GitHub ↗
android window shake
Download README (.md)
Explore Similar Repositories
twitterFetcher
:
Fetch tweets from twitter on the client-side without oAuth (pure JavaScript)
ugoira-screen-saver
:
ugoira screen saver
d3pl0y-IRC-BotNet
:
A C# irc bot malware POC.
Wear-Keyboard
:
Simple keyboard to implement in Android Wear apps and can help your users to input texts without using voice commands.
threejs-examples
:
Collection of small Three.js examples relevant to math visualization
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
WindowShaker
?
Download (.md)
WindowShaker ============ android window shake # Demo <p> <img src="https://raw.githubusercontent.com/baoyongzhang/WindowShaker/master/demo.gif" width="320" alt="demo"/> </p> # Usage ## Activity or Fragment ```java WindowShaker.shake(this); ``` ## Option ```java Option option = new Option.Builder(this).setDuration(2000).setOffsetX(20) .setOffsetY(5).setRepeatCount(15).setVibrate(false).build(); WindowShaker.shake(this, option); ```