nerd-chat-test / Puzzle_App_Project

0 stars 0 forks source link

Implement the "Splash Screen" #6

Open PascalTheDog opened 5 years ago

PascalTheDog commented 5 years ago

The app should display a screen as the app opens - a "splash screen". This would be the user's first impression of the app, and so the presentation of this screen is particularly important.

This ticket would involve working on the design and the implementation of this screen.

PandadoxZ commented 5 years ago

I have got a basic Splash screen working where it will show the Splash screen for 5 seconds before going to the MainActivity.

The design of the Splash screen is currently very simple, just a solid coloured background with the text "Puzzle-Plex" centred in the app. I will need to work more on the design next week before I can check-in any code.