Below is the code provided, I’m trying to shift this video view into my Home Page (Fragment java class). I’ve seen people using get Methods but I just keep getting errors. The video view works fine on …
Tag: android-fragments
So for the last couple of days I’ve been trying to do some basic stuff in AndroidStudio, but I’ve noticed that even the basic stuff doesn’t work. I think the reason is that I followed the YouTube …
I am designing a shopping app via Kotlin & Firebase. I am using recycler view in an inbuilt fragment . There is one activity which is responsible for multiple fragments , for example one fragment …
I have two fragment, MeasurementFragment and AddMeasurementFragment. The user will first pass through the first fragment and click a button and to go the second fragment and then fill a form and come …
I have an activity that has two fragments. I have created a layout that is reusable as following: Here is the xml of custom layout <…
I am doing a basic android project to implement the fragments inside a single activity using Navigation Controller and Navigation Host. Inside a fragment I have two buttons and I have already …
I have a Fragment with a ScrollView and a BottomNavBar from which the Fragment is inflated but when compiled the ScrollView cover the Bottom Nav Bar making is unusable how do I restrict the content of …
In my app I have one activity which has a RecyclerView adapter using a List of OrderItems When a user clicks on an item, I pass the object from my RecyclerAdapter to my MainActivity to inflate a …
this is my layout:
I’m developing an Android app from “Navigation Drawer Activity” Template. In this template, each click on a navigation menu item opens a Fragment. The first fragment is a simple fragment …