Top "Android-4.4-kitkat" questions

Android 4.4 (codename KitKat) is API level 19 of the mobile operating system developed by Google.

Navigation drawer below Actionbar

Right now I just started a project in Android Studio with the NavigationBar as preconfigured in the template. Apparently it …

android android-fragments navigation-drawer android-4.4-kitkat
How to change background color of app icon

as you know Android 5 add a background color to old apps. Newest apps are able to set a background color …

android icons background-color android-4.4-kitkat android-5.1.1-lollipop
Completely Disable/Hide Status Bar on 4.4.2

We are developing a launcher app for elderly people which has a very easy UI and we do not want …

android statusbar android-4.4-kitkat android-launcher
how to fix account is not eligible for google now on galaxy note 4 running Android KitKat?

I just bought a new samsung galaxy note 4, I want to to use the google now card, but when I …

android android-4.4-kitkat google-account google-now
Android Debugging in MotoG

Bought the new Moto G XT1033 last week, phone's working fine but as a developer I am finding it difficult …

android eclipse android-emulator android-4.4-kitkat motodev-studio
Android KitKat 4.4 folder on sd card

We've just fallen foul of the new permissions that apply to writing files to sd cards (external storage) on Android 4.4 (…

android android-sdcard android-4.4-kitkat
Detecting when system buttons are visible while using 'immersive mode'

I'm currently using immersive mode (API 19) for one of my Activities as follows: getWindow().getDecorView() .setSystemUiVisibility( View.SYSTEM_UI_FLAG_…

android android-4.4-kitkat
How to completely exit from Immersive full screen mode?

I would like to implement a button to enable/disable the immersive full screen mode. I'm using those methods but …

android fullscreen android-4.4-kitkat android-fullscreen
Avoiding RejectedExecutionException in Android 4.4 when app uses list

In Android 4.4 there seems to be a change in the code that causes list icons to be loaded using AsyncTasks. …

android android-asynctask android-4.4-kitkat threadpoolexecutor
My service always getting Waited long enough for: ServiceRecord error in Kitkat

I have a background service which is running in kitkat always throwing Waited long enough for: ServiceRecord message in the …

android android-4.4-kitkat