I am developing an android application which loads a web application when started. To achieve the purpose I am using webview control. I want my webview to be displayed full screen so that it will give
I am creating my first android application and this has been driving me insane. My application is for the android smartphones, and I only need one specific design for my layout. I do not need to chan
I am developing an Android application and I\'d like to support all device sizes, from phones to full-size tablets. I\'d like to restrict the application to only using portrait orientation on smaller
I\'m writing an application where I will need a number of full screen bitmap backgrounds. Based on my naive reading of Supporting Multiple Screens in the Android documentation, to cover all my bases I
I\'m trying to make an Evolus Pencil template for Android. My device has a 1.75x2.5625\" screen, and I would like to emulate these exact physical dimensions. From reading this post:
I\'m working on adding support for tablet sized screens to my apps. I already have images in drawable-mdpi and drawable-hdpi for different density screens. My problem is with tablets like the Galaxy 7
I have several text views that take up the majority of the screen in landscape view in a relativelayout and the font size i have set is quite big (150dp). The text views are all timers and the furthes
I have an app to release which works on all android screen-sizes (except smaller) and densities above SDK version 2.0.
I am working on supporting multiple screen sizes in my Android app and I need to know the physical screen size of the device.
So I need to change the size of an image depending on the area of the screen.The image will have to be half of the screen height, because otherwise it overlaps some text.