Skip to main content

All Questions

1 vote
1 answer
1k views

Starting an activity after 1000ms from a splash screen with Runnable and Handler().postDelayed

I have implemented a splash screen which is the main activity of my Android app. This splash screen shows an image, and after 1000ms there is an animation to show another activity's layout. The code ...
JarsOfJam-Scheduler's user avatar
2 votes
2 answers
1k views

Thread, handler and activity structure for a bouncing ball animation

This is a custom MyActivity class with two custom views (bar and a ball): ...
Кристиян Кацаров's user avatar