I don't know if these questions have been answered elsewhere in the forums, they are such a vast database of (brilliant) information that I find it sometimes overwhealmingly hard to zero in on just that bit of info that I need. So hope you don't mind if they've been asked before.
1) Android tablets are very popular now and we all want our apps to work on as big a range of devices as possible so what happens when we start doing things like including the 'Phone' library? Or doing things with the Phone library such as the imaginably common practice of wanting just one or several activities to be forced into landscape mode while others such as settings we might want in portrait mode. What happens when you do:
on a tablet?
2) Do tablets have bluetooth? I'd imagine they might for headphones etc.
3) Are there any obvious pitfalls that we should steer clear of when writing apps that we want to work on as wide a range of devices (including tablets) as possible?
1) Android tablets are very popular now and we all want our apps to work on as big a range of devices as possible so what happens when we start doing things like including the 'Phone' library? Or doing things with the Phone library such as the imaginably common practice of wanting just one or several activities to be forced into landscape mode while others such as settings we might want in portrait mode. What happens when you do:
B4X:
Dim p as Phone
'and then
p.SetScreenOrientation(0)
2) Do tablets have bluetooth? I'd imagine they might for headphones etc.
3) Are there any obvious pitfalls that we should steer clear of when writing apps that we want to work on as wide a range of devices (including tablets) as possible?