This media is not supported in your browser
VIEW IN TELEGRAM
How to get your own API Key for news project
π1π₯1
Splash Screen : ALL USED CODES
1 Add this code to styles.xml file :
<style name="AppTheme.medstudio">
<item name="android:windowBackground">@drawable/splash_screen</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowActionBar">false</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>
--------------------------------------------------------------------------------------
2 Add this code in Drawable Files splash_screen.xml :
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
android:opacity="opaque">
<!--Background color of your Splash Screen-->
<!--To change background color you R.color-->
<item android:drawable="@android:color/white" />
<item>
<!--This logo is 144x144 px. If your image is larger, you should scale it to fit nicely-->
<bitmap
android:gravity="center"
android:src="@drawable/app_logo" />
</item>
</layer-list>
--------------------------------------------------------------------------------------
3 Add this on AndroidManifest your SplashActivity Theme :
AppTheme.medstudio
--------------------------------------------------------------------------------------
4 Use this code to go to your MainActivity or any other activity >>
Thread Thr = new Thread(){
public void run(){
try{
sleep(2000);
}
catch (Exception e){
finish();
}
finally{
intt.setClass(getApplicationContext(), MainActivity.class);
startActivity(intt);
finish();
}
}
};
Thr.start();
1 Add this code to styles.xml file :
<style name="AppTheme.medstudio">
<item name="android:windowBackground">@drawable/splash_screen</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowActionBar">false</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>
--------------------------------------------------------------------------------------
2 Add this code in Drawable Files splash_screen.xml :
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
android:opacity="opaque">
<!--Background color of your Splash Screen-->
<!--To change background color you R.color-->
<item android:drawable="@android:color/white" />
<item>
<!--This logo is 144x144 px. If your image is larger, you should scale it to fit nicely-->
<bitmap
android:gravity="center"
android:src="@drawable/app_logo" />
</item>
</layer-list>
--------------------------------------------------------------------------------------
3 Add this on AndroidManifest your SplashActivity Theme :
AppTheme.medstudio
--------------------------------------------------------------------------------------
4 Use this code to go to your MainActivity or any other activity >>
Thread Thr = new Thread(){
public void run(){
try{
sleep(2000);
}
catch (Exception e){
finish();
}
finally{
intt.setClass(getApplicationContext(), MainActivity.class);
startActivity(intt);
finish();
}
}
};
Thr.start();
π3
Hello guys, Subscribe to my first YouTube channel, I will make a video about how to add GDPR message to your app.
https://www.youtube.com/channel/UCjLGKYrMdx2Fm8EE2DolZuQ
https://www.youtube.com/channel/UCjLGKYrMdx2Fm8EE2DolZuQ
This video shows you exactly how to add GDPR Message to your sketchware project.
https://youtu.be/eSHXgqqCcS4
https://youtu.be/eSHXgqqCcS4
YouTube
How to add AdMob GDPR message to your sketchware project. Step by Step
MEDSTUDIO
Voice By AI
Telegram channel for library and codes :
Link in first comment.
You Can download the project from Sketchub :
Link in first comment.
This tutorial shows you exactly how to add admob gdpr message to your #sketchware project.
β οΈ(Thisβ¦
Voice By AI
Telegram channel for library and codes :
Link in first comment.
You Can download the project from Sketchub :
Link in first comment.
This tutorial shows you exactly how to add admob gdpr message to your #sketchware project.
β οΈ(Thisβ¦
Library & Codes.zip
107.9 KB
π9β€6π3π€©3π₯°2π2π€―2π€1π±1π1π1
π₯°3π€1