python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to add custom layout elements to listView in Android Studio
I have this custom layout element
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:padding="10dp"
andr...
Daniel Traslavina
Votes: 0
Answers: 0
WalletConnect React Native - No events fired
I'm having a hard time getting WalletConnect 1.7.7 to work on React Native. I want to integrate in a crypto Wallet to handle dapps requests. Their documentation is...lacking. I'm following the "q...
EdGs
Votes: 0
Answers: 2
Keep getting The instance member * can't be accessed in an initializer. Try replacing the reference to the instance member with a different expression
Looking to get some clarity as this code is driving me crazy. I am passing data between screens in flutter using an object. Here is what my model file looks like
models.dart
class CompInfo<Map>...
SKS81
Votes: 0
Answers: 1
State not updating in a List, Flutter Provider
When I try to update a list, I have 2 issues, one method (Method 1 below) only updates the data I'm passing and the rest of the data is null and I have the error Null check operator used on a null val...
GrandMagus
Votes: 0
Answers: 1