I am making a new mod with Java. I am trying to display a custom image AND a gif image. How do I do it? And can I use relative path such as images/image_1.png? Is there a Java package for ImageView or do I use a drawable layout? (I didnt understand drawer layouts when I did a bit of android dev (probably cause I didnt really focus solely on drawer layouts had a different reason)) but anyway can someone possibly shed some light on it? Main questions are can I use relative path or only absolute? And how do I set it up correctly?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I am making a new mod with Java. I am trying to display a custom image AND a gif image. How do I do it? And can I use relative path such as images/image_1.png? Is there a Java package for ImageView or do I use a drawable layout? (I didnt understand drawer layouts when I did a bit of android dev (probably cause I didnt really focus solely on drawer layouts had a different reason)) but anyway can someone possibly shed some light on it? Main questions are can I use relative path or only absolute? And how do I set it up correctly?