Posts by Leo Cunha • 1 point
1 post
-
0
votes2
answers1027
viewsA: Start app with splash screen image
// time long private splashRetraso = 2000; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_tlsplah); //code that…