Skip to main content

Posts

Showing posts with the label night theme slides

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

Google Sheets, Docs, Slides Dark Theme | How to enable night mode in Google Sheets, Google Docs, Google Slides in android phone?

  Enable dark mode in Google Slides, Sheets or Docs Apps. All app have same steps for activated dark them. Step 1, Open Google docs, slides or sheets app and then click on left-top corner menu button. as you can see in above image. Step 2,   Now you can see menu list. Click on Settings. Step 3, Now settings page is open and have Choose Theme Option. Yet Light theme is activated. click on choose theme. Step 4, Now you can see three option Dark, Light or Set by Battery Saver.   for activate dark theme. Click on Dark. Now your google sheets or docs or Slides app is activated dark.