Devezin

Results 8 comments of Devezin

i am also having this issue.

Can we get some attention on this?

@psk907 Do you have the original files you used to create them? I have tried editing things in illustrator. Things are off everytime. If the items line up on the...

I only get this issue when im loading my data from elsewhere (firebase). If i hardcode all my data in the app then it works. So it seems to be...

This is because you are initialize it every single time in your activity. Create a global instance of this variable to avoid this. Best put in your application class.

Okay so with the same code and encryption key, It loads the initial list like before, but now when trying to load objects with the prefix "/" i get an...

The only reason I made the path that way is because its how paths on linux are described `/some/folder/scheme.file`.. I then uploaded a file with a path `some/folder/file.jpg`. I can...