Skip to main content
0 votes
0 answers
46 views

I am trying to migrate the bottom sheet set up to use Compose. While I can use the Compose's ModalBottomSheet for this purpose, I have the following questions: My ViewModel's view store owner is the ...
Kartik's user avatar
  • 2,619
1 vote
0 answers
33 views

Here is presented a part of layout I have in project, I use databinding. <com.google.android.material.textfield.TextInputLayout android:id="@+id/til_name" android:layout_width=&...
amsuredev's user avatar
0 votes
1 answer
67 views

I'm new to Android Development so hopefully my issue will be an easy fix. I've been trying to play around with @BindingAdapter in an existing project, but no matter where I place the binding adapter ...
Yarneo's user avatar
  • 3,052
0 votes
1 answer
46 views

I'm developing an Android notes app using Kotlin and MVVM architecture. I'm facing a persistent type mismatch error when using data binding in my RecyclerView, even though the code seems correct. ...
Gaurav Saraswat's user avatar
2 votes
1 answer
143 views

I'm working on an Android project using data binding, and I've encountered a warning in the SpotBugs violation report that I'm not sure how to address. Here's the setup: <?xml version="1.0&...
Ahsan Murtaza's user avatar
0 votes
1 answer
150 views

I am currently learning about Data binding and I did exactly as the tutorial but I keep getting the error "error: cannot find symbol class ActivityMainBindingImpl" when I run the app no ...
Zaid Hassan's user avatar
1 vote
0 answers
35 views

I can build with plugin version 2.9.9, but the current version 3.0.0 seems to clash when data-binding is enabled: android.buildFeatures { buildConfig true dataBinding true } This is the ...
Martin Zeitler's user avatar
0 votes
0 answers
81 views

When i tap the color button in add_task_page.dart page app crashes. And When i open the app dont display sqflite table in homepage(homepagepass.dart) also and i'm seeing this error which is this: (...
a k's user avatar
  • 1
1 vote
1 answer
237 views

I used data binding to connect the UI, but when I rebuild the project, I get this error: error: cannot find symbol View root = inflater.inflate(R.layout.toolbar, parent, false); ...
Muhammad yaumil Ramadhani's user avatar
0 votes
1 answer
49 views

This is a simple application. I am using Intent to navigate from activity_main.xml to activity_dashboard.xml In DashboardActivity.java file I am trying to use Data binding property. But I am getting 2 ...
Flame54's user avatar
0 votes
1 answer
166 views

I have enabled data binding in my android studio project. Whenever I build my project it shows this error: " error: class NumberpickercustomlayoutBinding is public, should be declared in a file ...
SAM's user avatar
  • 3
-1 votes
1 answer
331 views

I am updating an app. In the new program, I intend to use View Binding because butterknife library does not work. My codes are as follows. How do I use the new method? The previous code uses the ...
Ali Hosein pour's user avatar
1 vote
1 answer
117 views

@BindingAdapter( "onTimeViewClick", "onLocationViewClick", "onSetDeliveryAddressClick", ) internal fun setSubHeaderData( onTimeViewClick: (() -> Unit)?,...
Rahul Agrawal's user avatar
2 votes
2 answers
255 views

After finally implementing icons for device types in my server, I replaced the temporary drawables I previously used with the icons from the server and load them using coil. The ImageView for them is ...
rminaj's user avatar
  • 605
2 votes
1 answer
49 views

I am using databinding to display text on TextView using ternary syntax. android:text="@{vm.value.firstValue != null ? vm.value.firstValue.toString() : @string/source1}" This code displays @...
foseja's user avatar
  • 355

15 30 50 per page
1
2 3 4 5
167