android,splash-screen,dynamic-splash-screen,android-kenburnsview
So you already have a KenBurnsView type object i.e kvb. To add a custom transition as the docs says and you also suggest. Make RandomTransitionGenerator generator = new RandomTransitionGenerator(duration, interpolator); RandomTransitionGenerator is a class already included in the lib. It takes 2 parameters : 1) duration i.e in miliseconds (usualy...
java,netbeans-8,animated,dynamic-splash-screen
I think you'll find that the problem comes down to two things... 1.Using the command line parameter (-splash), Java expects the image to be a file on the file system, whereas the manifest file expects it to be an embedded resource. 2.Java doesn't seem capable of playing optimised gifs, that...