Are there no built in icons in Android like vbInformation or vbQuestion ?
B4X:
Dim result As Int
result = Msgbox2("This is the message", "This is the title", "Good", "", "Bad", LoadBitmap (File.DirAssets, "smiley.gif"))
If result = DialogResponse.Positive Then ...
So for each and every one of my different Andoid apps I have to install my msgbox gifs in my File.DirAssets?
The functionality to do what you want is not part of B4A - as explained in that thread - and using the Reflection library is the only (far from straightforward) solution .