Skip to main content
1 vote
1 answer
128 views

I'm wondering how can I make it so that in a recycler view, the input from the editTexts and the input from the checkboxes are displayed into that recycler view. I mainly would like to see if the ...
robo's user avatar
  • 13
0 votes
1 answer
69 views

The data succesfully added to the firebase, however it only send 3 data of recyclerView. based on what chatGpt since only 3 recyclerView fit in screen,thats why only 3 succesfully retrieve here is the ...
akemal's user avatar
  • 1
0 votes
1 answer
805 views

I have a LazyColumn in which items() exist that holds 5 checkboxes, and the state of these can be controlled by a single parent variable as well as with a specific variable. The code is below: val ...
nyefine's user avatar
  • 188
0 votes
2 answers
47 views

I have a simple default checkbox in android app: <CheckBox android:id="@+id/sklad" android:layout_below="@id/barcode_text" android:layout_toLeftOf=&...
Darksymphony's user avatar
  • 2,787
0 votes
1 answer
68 views

Please help me to understand how we can design the following view? view- icon with text and checkbox In reality this would be a part of a grid view. I could add a text view and a image view to have ...
Dev_Cob's user avatar
  • 71
0 votes
1 answer
171 views

I am trying to create a simple to do list app. Everything is working in the web, but on android I am getting the error written in the title. I have no issues when I comment out value and onValueChange ...
Multiple Sources's user avatar
-1 votes
1 answer
33 views

I am trying to access the value of a checkbox (MainActivity2) from another activity (MainActivity) with sharedPreferences. Since I want to save the checkbox status, I am using sharedPreferences anyway....
Mc_Android's user avatar
0 votes
1 answer
70 views

I have a condition where I need to execute the code in checkChangeListener directly without clicking on checkbox. I have set the checkbox.isChecked = true but still my checkChangeListener is not being ...
Siddhesh Pawar's user avatar
1 vote
1 answer
848 views

I'm trying to following the documentation from Material 3 for checkboxes: https://github.com/material-components/material-components-android/blob/master/docs/components/Checkbox.md At the very ...
Maarten's user avatar
  • 49
0 votes
0 answers
54 views

I have a checkbox and a button in the same layout like in the sample code below. I want to make the button clickable only if checkbox is checked. I need to do it in XML without use of any listeners. ...
krltos's user avatar
  • 335
0 votes
0 answers
62 views

I am trying to change the color and shape of the checkbox with the below code. The below code changes color of checkbox but does not change the shape of the button. What changes need to be done? <?...
Abm's user avatar
  • 311
0 votes
2 answers
877 views

It is possible to change color of CheckBox from react-native? For now only when is checked color is Purple, but when is unchecked border color is gray. <CheckBox value={isSelected} ...
Manche's user avatar
  • 47
0 votes
2 answers
215 views

I am currently facing an issue using CheckBox in my fragment. Once the fragment is opened, the checkbox works properly. The check box's behavior changes in two case: When I bring the fragment from ...
Othmane_lam's user avatar
0 votes
1 answer
70 views

I am having a Fragment and below is how i am adding menus in my onCreateOptionsMenu programatically @Override public void onCreateOptionsMenu(@NonNull Menu menu, @NonNull MenuInflater inflater) { ...
Emmanuel Njorodongo's user avatar
1 vote
1 answer
1k views

for logic of the question you can refer to this question:- question Logic After lots of efforts I have came to this point. Please help me solving this problem. Here is activity code:- class ...
CHETAN's user avatar
  • 662

15 30 50 per page
1
2 3 4 5
49