Skip to main content

Featured post

Admob App Open Ads Integration in Android | How to integrate App Open Ads in Android Project?

  Hi, Gooogle Admob recently launched App Open Ads Ad Type with beta version. This ad will show when user open your app. it is like splash screen ad. but this is official ad. so chances of policy violation is less. For this ad, you can use interstitial ad unit id. Follow the below steps for integration app open ads into your android project. Step 1,   integrate admob library and android lifecycle library in app/build.gradle file.      implementation 'com.google.android.gms:play-services-ads:19.4.0'     def lifecycle_version = "2.0.0"     implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle_version"     implementation "androidx.lifecycle:lifecycle-runtime:$lifecycle_version"     annotationProcessor "androidx.lifecycle:lifecycle-compiler:$lifecycle_version" Step 2,  after integrate admob library and andorid lifecycle library. create  MyApplication.java class in default package where your mainacitvity. Here is the source code

Dark Mode WhatsApp | How to turn on WhatsApp Dark Mode?

Many user ask me to not work whatsapp with dark mode or dark theme. So here i try to help you to make your whatsapp as dark theme.

First thing you need to check it is, is your phone support dark mode feature or not? For that you need to download the Dark Mode for Apps. https://play.google.com/store/apps/details?id=darkmode.forapps .Because all phone not supported dark mode feature.

After installed above app. Click on Night Mode. if dark mode app go to night mode that means your phone supported dark mode feature. Or if Dark Mode for Apps stay in white theme that means your phone not supported Dark Mode Feature. You can see that picture in below.

My phone not support dark mode feature, Now what to do?
If your phone not support dark mode. You can make some change that will help you to make a dark theme whatsapp. You can remove the wallpaper. so when you chat white screen not seen. Here is step you can do it.
Step 1:- Open whatsapp and Go to WhatsApp Settings
Step 2:- Click on Chats


Step 3:- Now you can see that Wallpaper option. Click on it.

Step 4:- Now you see solid color. Click on it and select black color and set it.
 Now open chat you can see that black theme on it. Its Done :)


If your phone supported dark mode but WhatsApp not dark mode. What to do?




Comments

  1. I downloaded the app and my phone support dark mode and whatssap dosent work like my other apps works but whatssap dosent work i need help for this ☹️

    ReplyDelete
    Replies
    1. this will help you to change whatsapp with dark mode

      https://kkway.blogspot.com/2020/01/how-to-make-whatsapp-dark-mode-offical.html

      Delete
  2. My phone support dark mode but why is this app doesn't work on watsapp

    ReplyDelete
    Replies
    1. https://kkway.blogspot.com/2020/01/how-to-make-whatsapp-dark-mode-offical.html
      this aritcle will help you to change whatsapp with dark mode

      Delete
  3. My phone supports dark mode but not on the WhatsApp

    ReplyDelete
  4. whatsapp does not support dark theme. I dont want wallpaper dark I want whole whatsapp dark

    ReplyDelete
  5. other apps are work out but what's app does not support..see again white screen:(

    ReplyDelete
  6. I want dark mode not dark wallpaper!!!!Please tell us if really dark mode is available on WhatsApp cause some apps are working with dark mode .

    ReplyDelete
  7. I want dark mode for WhatsApp pls

    ReplyDelete
  8. Fuck this application is not working on my phone

    ReplyDelete

Post a Comment

Popular posts from this blog

Supported Apps as Dark Theme for Dark Mode for Apps & Phone UI | Night Mode

Dark Mode for Apps & Phone UI | Night Mode List of apps that support the Android Dark Mode. Instagram Google Playstore Google Pay Google Photos Google Chrome Google Fit GBoard Microsoft Launcher Pocket Casts KWGT Kustom Widget Maker Retro Music Player Transit Some Apps which support dark mode but you need to switch dark mode manully from their app settings. Here is the list of app.

How to use Tile Settings in Dark Mode for Apps?

First step for unlock quick settings tile is click on unlock shortcut. Now, You can see that Watch Video Ad (Button). But button is disable yet.Wait for some seconds. so video ad is loaded. when video ad is loaded button is enabled. after that click on it and watch complete video. When you watch complete video Quick settings tile is enabled. After Watching complete video ad. Swipe downlaod, You can see below screen.Click on expand menu which shown in below screenshot. You can see the red circle which shown in below screenhot. Just drag it on above side and then place it where ever you want.

Admob App Open Ads Integration in Android | How to integrate App Open Ads in Android Project?

  Hi, Gooogle Admob recently launched App Open Ads Ad Type with beta version. This ad will show when user open your app. it is like splash screen ad. but this is official ad. so chances of policy violation is less. For this ad, you can use interstitial ad unit id. Follow the below steps for integration app open ads into your android project. Step 1,   integrate admob library and android lifecycle library in app/build.gradle file.      implementation 'com.google.android.gms:play-services-ads:19.4.0'     def lifecycle_version = "2.0.0"     implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle_version"     implementation "androidx.lifecycle:lifecycle-runtime:$lifecycle_version"     annotationProcessor "androidx.lifecycle:lifecycle-compiler:$lifecycle_version" Step 2,  after integrate admob library and andorid lifecycle library. create  MyApplication.java class in default package where your mainacitvity. Here is the source code