Skip to main content

Posts

Showing posts with the label dark mode on google fit

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 Fit Dark Mode | How to apply night theme on google fit in android phone?

  Apply Dark theme on Google Fit app. Follow Below Steps. Step 1,   Open Google Fit App and then click on Bottom-Right corner Profile.  Step 2, Now You can see Settings icon on top-right corner. click on it. Step 3,   Now you can see settings page and have Theme option in list. Click on   Theme. Step 4,   Now you need to choose Theme.   There are 3 option Light, Dark and Set By battery Saver. for activate dark click on Dark. Now your Google Fit app is activated dark theme.