splash-screen
Android splash screen, opaque background not working
I\'m trying to get the background of my splash screen to be opaque/transparent. I made a colors.xml in values:[详细]
2023-03-10 01:31 分类:问答Android: Splash screen problem
I created a splash screen using the follow code: public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);[详细]
2023-03-09 23:23 分类:问答Threads and a splash screen
I have an application that relies on the creation of certain objects from N files before a GUI should be presented to the user. I have decided to create a splash screen and want to show a progress bar[详细]
2023-03-07 19:55 分类:问答C# Transparency in XP
I have a little splash window: public partial class Splash : Form { bool painted = false; public Splash()[详细]
2023-03-06 17:51 分类:问答How To Create A Simple Splash Screen/Page?
I want to be able to design/implement a splash screen that originally goes over the home page (index.html). And when the visitor clicks on the enter page, you could say the Splash Screen disappears. I[详细]
2023-03-05 20:50 分类:问答Disallow rotating on splash view in iOS
I have a splash screen I fade the alpha on from 100 to 0.I want shouldAutorotateToInterfaceOrientation to return YES only when the alpha is 0.I cannot get this code to work:[详细]
2023-03-05 19:57 分类:问答Splash screen only shows after clean install
I have made a splash screen with an Activity. I followed following example http://www.anddev.org/viewtopic.php?t=815 and it works perfectly when installed. But that\'s where my problem starts. It only[详细]
2023-03-05 08:48 分类:问答Splash screen related in iphone
Hi I am trying to splash screen with the help of timer. but it can\'t. IS any suggestion regarding this code.........[详细]
2023-03-05 03:20 分类:问答Splash screen issue
I am creating a splash screen using the following code ,when i press back key the application moves to the home screen and within a few seconds shows my next mainmenu screen.I am calling finish() in o[详细]
2023-03-04 18:05 分类:问答Is it possible to add a mp3 to a splash page?
Is there anyway to add a mp3 file to a splash page? So that it plays in the background? I\'ve been looking 开发者_JAVA技巧around but I haven\'t found anything other than the embed and bgsound neither[详细]
2023-03-03 14:53 分类:问答