Hello.
ABMaterial recognizes your device on your phone, tablet or PC.
However, depending on the recognized device, I would like to make some code change. How to do it ?
ABMaterial recognizes your device on your phone, tablet or PC.
However, depending on the recognized device, I would like to make some code change. How to do it ?
B4X:
If phone then
// code for phone
End if
If tablet then
// code for tablet
End if
If PC then
// code for PC
End If