Questions tagged [muzei]

Questions relating to the Muzei Live Wallpaper APIs

Muzei Live Wallpaper is an Android application which provides a live wallpaper, pulling artwork from included sources or from third-party art sources. It also provides an Artwork API for retrieving the current artwork details and direct access to the already downloaded image.

Check out the API documentation

8 questions
2
votes
1 answer

Using Retrofit to get JSON

I'm currently trying to build a Muzei extension using Retrofit like the example Roman uses in his example. I can't really get my head around Retrofit, however this is what I have ArtSource.java public class ArtSource extends RemoteMuzeiArtSource { …
K20GH
  • 6,032
  • 20
  • 78
  • 118
1
vote
0 answers

Updating wallpaper by the date in muzei similar app

I've developed a wallpaper by using muzei codes (open source - https://github.com/romannurik/muzei/) but have an awkward problem about updating the wallpapers. I used a local source instead of an api or db in a host. So i changed the…
dnss
  • 11
  • 2
1
vote
2 answers

Android error, cannot instantiate service ... interface cannot be instantiated

I am getting the error when running an Android app on my Nexus 4: cannot instantiate service ... interface ... cannot be instantiated Searched endless on the line, but could not find a solution, other than the note that an interface cannot be…
user1990252
0
votes
1 answer

Android Studio not recognize R class in Muzei Live Wallpaper?

I'm trying to import Muzei Live Wallpaper in Android Studio. I downloaded this project from this link in github http://github.com/romannurik/muzei. I copy it in android studio but I get below errors R class also not recognize. can anyone help me…
Narsis
  • 41
  • 2
  • 7
0
votes
1 answer

Muzei database doesn't update when I update external JSON

I'm in the middle of making a wallpaper app for android and I'm have a problem with Muzei support and hoping someone here can help me see what I'm missing. I have a JSON file which my app uses to get the wallpaper URLs and display the pictures from.…
Lewis Broadbent
  • 769
  • 1
  • 7
  • 14
0
votes
1 answer

Icon in Muzei Source Selector appears to not be scaling properly

I'm not sure what goes on under the hood in Muzei. I have assets for mdpi (48x48) hdpi (72x72) xhdpi (96x96) xxhdpi (144x144) xxxhdpi (192x192) nodpi (512x512) I've followed the example source's folder/asset structure to the T, but, when Muzei…
Tyler Sebastian
  • 9,067
  • 6
  • 39
  • 62
0
votes
1 answer

muzei - FATAL EXCEPTION: IntentService[TaskQueueService]

I'm trying to create an art source ( plugin ) for muzei. The app is supposed to provide a new art source which in my case is a folder of my app-private space. Following the example from the muzei api here and the details it provides here I…
t0s
  • 1,201
  • 5
  • 19
  • 28
0
votes
1 answer

Muzei plugin getting stuck in state where it will never get an onUpdate() call

I've written a Muzei plugin that uses the Flickr API to check for and fetch a remote image once an hour. I've noticed that sometimes my app will get in to a bad state however and will stop updating. I've checked the shared prefs (where Muzei stores…
Andrew Flynn
  • 1,501
  • 12
  • 17