odk-x / tool-suite-X

ODK-X Tool Suite Project roadmaps, issue queue, release notes and wiki.
https://www.odk-x.org
Apache License 2.0
25 stars 43 forks source link

Implement the New Splash Screen for Android Applications #500

Open nuilewis opened 2 weeks ago

nuilewis commented 2 weeks ago

Implement the New Splash Screen for Android Applications

Objective

Implement the newly designed splash screen across our Android applications: Services, Survey, and Tables.

Background

We have a new design for our splash screen that needs to be implemented. This design aims to improve user experience and align with our updated branding guidelines.

Requirements

  1. Implement the new splash screen design as outlined in this design issue.
  2. Ensure the splash screen is implemented consistently across all three applications: Services, Survey, and Tables.
  3. Follow Android best practices for splash screen implementation, as detailed in the official Android documentation.

Tasks

  1. Review the design specifications in the linked issue.
  2. Study the Android documentation on splash screen implementation.
  3. Implement the new splash screen in the Services app.
  4. Implement the new splash screen in the Survey app.
  5. Implement the new splash screen in the Tables app.
  6. Ensure consistency across all three implementations.
  7. The splash screen displays correctly on Light & Dark Modes

Resources

issue.

asamiami commented 1 week ago

Hello @Redeem-Grimm-Satoshi can this issue be assigned to me. I have experience with user experience design and i think I can handle it

Redeem-Grimm-Satoshi commented 1 week ago

You don't need to be assigned to work on this issue :)

asamiami commented 1 week ago

Ohh okay. thank you

IfeanyiSam commented 1 week ago

Hello @Redeem-Grimm-Satoshi can I join and work on this issue, please

asamiami commented 1 week ago

https://github.com/user-attachments/assets/21d05f37-1c07-4561-b04e-8df9979f43b5

Here is what i created for the splash screen on the ODK-X Survey app.

Femimat commented 5 days ago

@Redeem-Grimm-Satoshi @nuilewis I've opened PRs for both Services and Tables, could you please review them?

I'm working on the Survey App too, it seems there's a legacy Splash Screen implementation in Survey. I'm currently trying to understand the previous implementation so I can isolate the code and implement the new Splash Screen.