Skip to content Skip to sidebar Skip to footer
Showing posts with the label Screen

How To Get The Density Of A Screen?

How to get density of a screen? I have tried with the following code. I got density as 1.0. I chang… Read more How To Get The Density Of A Screen?

How To Stop A Background Thread When The Screen In Android Device Goes Off

I have a background thread in my app. Now when the screen goes off(after say 15 seconds), the threa… Read more How To Stop A Background Thread When The Screen In Android Device Goes Off

Calculate Screen Size In Android

I have traveled all over the internet looking for a way to do something that I thought would be ver… Read more Calculate Screen Size In Android

Android 2.2: Adjusting Screen Brightness

public void SetBright(float value) { Window mywindow = getWindow(); WindowManager.LayoutP… Read more Android 2.2: Adjusting Screen Brightness

Androidmanifest.xml My Android App Doesn't Really Fill The Screen

I am trying to make my app fill the screen for normal displays, but this is the result when I boot … Read more Androidmanifest.xml My Android App Doesn't Really Fill The Screen

Android Screen Orientation: Forcing Landscape?

When I switch to a certain activity, I want that activity to show up in landscape mode. In my XML f… Read more Android Screen Orientation: Forcing Landscape?

How To Disable Toast Messages Generated In Screen Pinning?

i'm developing lockscreen application, and i want to disable home button, my app is - Device Ow… Read more How To Disable Toast Messages Generated In Screen Pinning?

Turn On Screen On Device

How can I turn the sceen on ? I tried something like this adb -d shell am broadcast -a android.int… Read more Turn On Screen On Device