package lovelycabs.lovelycabs; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class splash extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_splash); Thread thread = new Thread() { public void run() { try { sleep(5000); } catch (Exception e) { e.printStackTrace(); } finally { Intent intent = new Intent(getApplicationContext(), MainActivity.class); startActivity(intent); finish(); } } }; thread.start(); } }
Monday, 20 August 2018
uber cab clone android tutorials splash screen
Search This Blog
Categories
Popular Posts
-
https://github.com/Enteleform/-RES-/blob/master/%5BLinks%5D/%5BAndroid%5D%20Udacity%20Curriculum.md#full-curriculum-outline Full Curri...
-
'C:\Users\viraj\AppData\Local\Android\sdk\platform-tools\adb.exe,start-server' failed -- run manually if necessary Solution ...
-
how to make crores from 1 lakh in stock markets in 1 year
Pages
Blog Archive
-
▼
2018
(76)
-
▼
August
(13)
- SQL DATABASE FINAL
- how to add floating action button on simple pa
- udacity android apps detail
- ConstraintLayout problem solution AUGUST 2018
- Render problem Failed to find style 'coordinatorLa...
- Text Recognition using Google Vision
- Text Recognition by Camera using Google Vision
- TO DO APP TUTOTIAL
- floating action with share option
- uber cab clone android tutorials splash screen
- uber type clone index
- login page ui design
- background music android
-
▼
August
(13)
how to make crores from 1 lakh in stock markets in 1 year
how to make crores from 1 lakh in stock markets in 1 year
0 comments:
Post a Comment