Hi playing it fast and lose (which is my coding style;) I've basically created all the functionality i need, but in the wrong context.
I currently have an activity class that receives gps data from multiple sources, and based on that data creates 6 grid views holding fragments. these fragment contain an image view and and frame animations that are changing depending on the data that is passed to them from gps when they are created.
the whole point of this is to run it as a live wallpaper. But checking around for help, i cant find anything that shows me if its even possible to inflate fragments in an activity as a live wallpaper.
if anyone can point me in the right direction, or tell me that i have to rethink the logic i would appreciate it.