Skip to content

hossain-khan/android-hk-vision-muzei-plugin

Repository files navigation

Android CI CodeFactor Muzei.co

HK Vision - Muzei Plugin

Muzei wallpaper source plugin for vision.hossainkhan.com site.

Background

I wrote a quick article behind creating this plugin. Read more about it at Medium.com

How to use

First, install the Muzei Live Wallpaper Android app from Google Play store.
Muzei-on-Google-Play

Next, install Vision Muzei Plugin app from Google Play.

Google Play 646x250

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 :-)

android-muzei-plugin-demo-large-small

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