I need to implement splash screen in my honeycomb app. I use this code in activity’s onCreate to show splash: setContentView(R.layout.splash); getActionBar().hide(); and ...
-
May 23, 2022
- 0 Comments