Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Location demo app] Implemented various screens in the UI #1

Merged
merged 1 commit into from
Jul 30, 2023
Merged

Conversation

raikwaramit
Copy link
Owner

Requirement: Need to add the various screens and its functionality along with below support.

  • Add a bottom sheet in the map screen(main) where user can see the current coordinated location and check custom coordinates on map as well.
  • Add a map screen which have the my location feature(User can see its current location).

Support added:

  • Added main screen composable to have the mains screen in the UI with following UI component.
    • TopAppBar with title, navigation button, and menu button.
    • Main screen with the google map UI with current location button.
    • Main screen having a refresh fab button to refresh the location.
    • Bottom navigation bar having two icons, one for main screen and another for the setting screen.
    • Implemented the bottomsheet logic to show the required UI and perform the required action as well.

Doc: https://docs.google.com/document/d/15r4AfcPveHEhUbGKQX9tkF-Bqu-sV7HDaEZDS_S3BM4/edit?usp=sharing

Progress screenshots:
1: Splash screen: https://drive.google.com/file/d/1yhME2SzcYMOZTX9oRAj4fkiYwgv7nnKv/view
2: Mainscreen: https://drive.google.com/file/d/1zWvVhYsegUOUC7M8DXVrqMXcHcFBL3dD/view
3: Bottomsheet: https://drive.google.com/file/d/1yhME2SzcYMOZTX9oRAj4fkiYwgv7nnKv/view

Video:
https://drive.google.com/file/d/1JmZDwGwecIQ3_jS8MmOSlBdQ7vYI2pzV/view?usp=sharing

Requirement: Need to add the various screens and its functionality along with below support.
- Add a bottom sheet in the map screen(main) where user can see the current coordinated location and check custom coordinates on map as well.
- Add a map screen which have the my location feature(User can see its current location).

Support added:
- Added main screen composable to have the mains screen in the UI with following UI component.
  - TopAppBar with title, navigation button, and menu button.
  - Main screen with the google map UI with current location button.
  - Main screen having a refresh fab button to refresh the location.
  - Bottom navigation bar having two icons, one for main screen and another for the setting screen.
  - Implemented the bottomsheet logic to show the required UI and perform the required action as well.

Doc: https://docs.google.com/document/d/15r4AfcPveHEhUbGKQX9tkF-Bqu-sV7HDaEZDS_S3BM4/edit?usp=sharing
@raikwaramit
Copy link
Owner Author

Merging to main branch

@raikwaramit raikwaramit merged commit 2e3d54b into main Jul 30, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant