Relative Content

Tag Archive for androidandroid-fragmentsandroid-architecture-navigationandroid-navigation

Find an arrow in the fragment of an Android mobile application (Android Studio)

I’m currently developing an Android mobile application in Android Studio for a project aimed at creating an app that centralizes mini-games for playing online or locally. My project is progressing well, but I have a rather basic problem that I can’t seem to solve. When I created the project in the software, I chose “Bottom Navigation Views Activity” because I wanted to integrate a bottom navigation bar to facilitate navigation. When you create a project from this option, you get 3 fragments linked to 3 pre-made ViewModels. These three fragments are integrated into the navigation bar. For my application, I add a new fragment to the navigation each time for each new mini-game. For example, I added the “TicTacToe” game fragment.