https://github.com/hossain-khan/android-hk-vision-muzei-plugin
Muzei wallpaper source plugin for vision.hossainkhan.com site.
https://github.com/hossain-khan/android-hk-vision-muzei-plugin
android android-muzei android-muzei-plugin muzei muzei-plugin
Last synced: 3 months ago
JSON representation
Muzei wallpaper source plugin for vision.hossainkhan.com site.
- Host: GitHub
- URL: https://github.com/hossain-khan/android-hk-vision-muzei-plugin
- Owner: hossain-khan
- License: apache-2.0
- Created: 2020-05-10T00:06:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T16:53:59.000Z (3 months ago)
- Last Synced: 2025-03-18T11:52:01.802Z (3 months ago)
- Topics: android, android-muzei, android-muzei-plugin, muzei, muzei-plugin
- Language: Kotlin
- Homepage: https://play.google.com/store/apps/details?id=com.hossainkhan.vision
- Size: 64.9 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/amardeshbd/android-hk-vision-muzei-plugin/actions) [](https://www.codefactor.io/repository/github/hossain-khan/android-hk-vision-muzei-plugin) [](http://api.muzei.co/)
# HK Vision - Muzei Plugin
Muzei wallpaper source plugin for [vision.hossainkhan.com](https://vision.hossainkhan.com/) site.## Background
I wrote a quick article behind creating this plugin. [Read more about it at Medium.com](https://medium.com/@hossainkhan/hackathon-creating-the-simplest-muzei-wallpaper-plugin-for-android-9d080dbb4bf)## How to use
First, install the [Muzei Live Wallpaper](https://play.google.com/store/apps/details?id=net.nurik.roman.muzei) Android app from Google Play store.
[](https://play.google.com/store/apps/details?id=net.nurik.roman.muzei)Next, install [Vision Muzei Plugin app](https://play.google.com/store/apps/details?id=com.hossainkhan.vision) from Google Play.
[
](https://play.google.com/store/apps/details?id=com.hossainkhan.vision)
Once installed, go back to **Muzei** app, then the source should show up. Choose the wallpaper you like for your phone. Enjoy.
> _NOTE: By default, the walpaper changes **every 3 hours**, you may want to change it to you liking. For example every day :-)_
[](https://play.google.com/store/apps/details?id=com.hossainkhan.vision)
## Dev Note
To build and install locally, use following command:```
adb uninstall com.hossainkhan.vision && \
./gradlew clean assembleDebug && \
adb install app/build/outputs/apk/debug/app-debug.apk
```### New Release
```
./gradlew bundleRelease
```
> Make sure you have `keystore.properties` and `upload-keystore.jks` available in the project.# References
* https://muzei.co/
* https://api.muzei.co/
* https://github.com/muzei/muzei/releases [API 3.4.x](https://github.com/muzei/muzei/releases/tag/api3.4.2)
* https://medium.com/muzei/muzei-3-0-and-the-new-api-4fd3d6133db6
* https://medium.com/muzei/announcing-muzei-live-wallpaper-3-0-d167dd5795a4