The idea is to replace the default splash screen in Titanium with a native one in android.
I created the SplashActivity.java and placed it in the
"Platform->android->src->com->example->app"
Then created the custom AndroidManifest.xml
in "Platform->android"
The app is launching the SplashActivity
as the main one but am stuck at opening the Titanium Activity after finishing from the splash screen.
Is there any way to open the main Titanium Activity from a custom activity?