Skip to main content
1 vote
0 answers
19 views

I am working on a project where I have 5 separate types of lists created, using a bottomNavigationView setup. The lists are only showing 25 items at a time, so I am paging the results. When I am ...
Endre Olah's user avatar
  • 1,005
0 votes
0 answers
86 views

I'm facing an accessibility issue in my Android app when replacing fragments with addToBackStack. When a fragment is added without addToBackStack, TalkBack reads it properly. But if I use ...
Divyansh Gemini's user avatar
0 votes
0 answers
27 views

/* * ForecastFragment */ public class ForecastFragment extends Fragment { //------------------------------ //---- DATA MEMBERS ---- //--------------------...
Terence Boakye's user avatar
0 votes
0 answers
29 views

Hey guys I got stuck in a strange scenario I have a bottom sheet with Tab Layout. Each contains a fragment. Consider we have Fragment A and Fragment B. In fragment B I have added Nav graph with 2 ...
Gagan Deep Narang's user avatar
0 votes
0 answers
68 views

When defining a private module fragment for a C++20 module, the module :private; line doesn't appear to be able to be defined in a namespace. As a result, I find I have to type my namespace in my ...
Todd Burch's user avatar
0 votes
0 answers
66 views

Click here to see screenshot ROTA chart As shown in attached screenshot I am setting bars based on time line and managing their top using below calculation here I am facing one issue which is As you ...
Yug Mewada's user avatar
0 votes
0 answers
27 views

I am trying to use the fragment routes on angular18(standalone components) for the first time. Clicking on the route links changes the routes to the fragment route, eg "/#about" but the ...
arthur's user avatar
  • 39
0 votes
0 answers
38 views

The Vue code runs and builds without any issues, but it does show an error. Colleagues who haven't updated VSCode don't encounter this error, but those who have updated do. Importing Fragment from ...
kagy's user avatar
  • 1
-1 votes
1 answer
55 views

People were confused with my earlier question so let me ask it in another way. I have created items using recyclerview. Now each item contains an edit text and a button.What i want is that after I've ...
d'Blacksmith's user avatar
2 votes
1 answer
58 views

I am implementing an Android app in Java using Android Studio. We are following the MVVM architecture with Jetpack Compose, and we have a navigation bar with various fragments, including a home ...
GIACOMO ZUCCOLOTTO's user avatar
2 votes
0 answers
45 views

So I'm trying to make some electric field lines on the GPU. The electric field function just loops over all charges and adds up the forces resulting in a vector that points in the direction of the ...
Extner's user avatar
  • 21
0 votes
1 answer
121 views

I'm currently trying to implement predictive back in my app and I ran into a bug. This appears to be an Android 14 or Samsung OS bug. The conditions of the bug appears to be: predictive back is ...
idunnololz's user avatar
  • 8,463
0 votes
1 answer
104 views

I was trying to replace TextView among the fragments, which are placed in FrameLayouts. So the TextView is seen in the design, but isn't seen in app on virtual device. <?xml version="1.0" ...
Milena Tsymbal's user avatar
0 votes
1 answer
57 views

first step: switch home_fragment to dashboard_fragment by navagation controller second step : switch dashboard_fragment to scan_fragment as below @Override public void onClick(View v) { ...
HunterChen's user avatar
0 votes
0 answers
34 views

I have a BottomNavigationView linked to a nav_graph. I want that all my BottomNavigationView options open the same fragment. The option ID is used in the Java code to determine what to show in the ...
Frédéric's user avatar

15 30 50 per page
1
2 3 4 5
540