-
Notifications
You must be signed in to change notification settings - Fork 19
Add a splash screen for Android app #2
Comments
I'm on it 👍 |
Hi, I created a pull request for this in which no timer is used to display or hide the splash screen. |
@paulnunezm I integrated your PR to update the codebase. Now the project compiles. But I'd change a bit the splash login. |
@mcicolella Tell me how to see if I can do it. |
@paulnunezm the idea is having a centered logo (in attachment) and two rows with the text "Open IoT Framework" and "THING WIDER" (in red) |
@mcicolella I used the image you send before, I also remove the background and save it as a PNG to be able to use in a background of any color: If it doesn't show is because the app is loading too fast as it doesn't have anything to load. Once you have to load something the splash will show until the app is ready to show what's on the activity. |
We can take inspiration from our Java client splash screen.
The text was updated successfully, but these errors were encountered: