-
Notifications
You must be signed in to change notification settings - Fork 2
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
Mobile - Simple main page and navigation bar #337
Comments
I will research a technology to implement this. I will upload the documents and videos to improve our Android-Based knowledge. |
I am watching this video to implement navbar. |
I am watching this video to learn implementing side navigation menu. |
I tried hard with the recycler view, and as a result, I succeeded! Now our main page (home page) contains activities (dummy Ones, I hard-coded them) in a list view, these activities are clickable. When users click them will appear a toast that describes the item. It also has a dummy search button. Additionally, now all pages have a nav bar at the bottom and a toggle bar at the right of the page. Here is the video of what is new: UI.mov |
I closed the issue since it was already merged in #369 . |
A simple main page for navigating corresponding pages and a navigation bar for these pages are required for our apps. Therefore it should be implemented.
The text was updated successfully, but these errors were encountered: