I am developing an application whereby an animation will play in the foreground without disrupting the users normal operations. The application should load at startup so there is no need for the user to actually open the Activity.
1) Load an application at startup.
2) Have an Activity running with a transparent background that does not block normal input from the user.
Can I get suggestions on how to do this?
1) Load an application at startup
You need a receiver for this. Create a class like this:
You have to register your “BootReceiver” in your android manifest like this:
And make sure that you set the neccessary permissions: