Alessandro Finocchiaro
Alessandro Finocchiaro
With recyclerView not work for me ! maybe because i use holder.imageView.setImageResource(srcs.get(position)); on onBindViewHolder method???
Only PEWTextView work
I tried to start an emulator like that: on build.gradle file define android { testOptions { managedDevices { devices { pixelCTabletApi34 (ManagedVirtualDevice) { device = "Pixel C" apiLevel = 34...
StrictMode policy violation: android.os.strictmode.NetworkViolation after adding firebase to the app
I encountered the same issue, and my solution was to downgrade the Firebase BoM to version 33.12.0. The problem occurs in versions above this one.
StrictMode policy violation: android.os.strictmode.NetworkViolation after adding firebase to the app
@lehcar09 encountered the same issue, and my solution was to downgrade the Firebase BoM to version 33.12.0. The problem occurs in versions above this one. I attach full logs >...