How can I make my android app to run just as landscape??? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

How can I make my android app to run just as landscape???

i wana write an android app with java and actually xml and i want to make my app just run in landscape mode

21st Jul 2017, 7:53 PM
Majid Askari
Majid Askari - avatar
3 Réponses
+ 6
Go to manifest then to the <activity> tag that you want to keep landscape and write: android:screenOrientation="landscape" this will make your activity only landscape
21st Jul 2017, 8:09 PM
David Acevedo
+ 2
Yo no se wuafokin
23rd Oct 2018, 12:46 PM
Kenny Cuevas
Kenny Cuevas - avatar