When the application is opened i would like to display credits by to the user like maybe a screen with the company’s logo and some other stuff. How do i go about doing this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is a very vague question. Credits screen can look different depending on the design.
Ive seen apps with their credits screen flipping between developers photos.
If your looking for something like that. This might help.
https://github.com/blessenm/SlideshowDemo
If you are simply looking to start an activty at the beginning and automatically switch to another activity, create a SplashActivity in the beginning and show your credits layout.
In the onCreate function add the code
This will start another activity after 1000 ms automatically.