Category "android"

Error while using suspend with DAO methods

I am getting a compilation error that I have described below. I have tried different solution provided on similar question like mine but neither of them worked

People Picker adaptive element in adaptive cards doesn't work in Teams Android app

I'm trying to use the People Picker element in my adaptive cards and it works very well on the Desktop and iPhone version of Teams. Teams for Android just shows

Cannot access fragmentclass file for android.support.v4.fragment not found

I am trying to do this in android studio: Glide.with(getApplicationContext()).load(Uri.parse(url.get((int)(5)))).into(imageview6); but it shows the following e

Android webkitSpeechRecognition .isFinal variable not showing correct value

I'm attempting to do some voice recognition stuff on mobile. Here's some code.. var recognition = new webkitSpeechRecognition(); recognition.onresult = functi

java.lang.IllegalStateException: view!!.findViewById(R.id.dog_image) must not be null

I am working with Android Studio and Kotlin. I am trying to create an RecyclerView and a Adapter. I obtain the following error when I try to use the RecyclerVie

flutter: Multiple projects in this build have project directory

I'm developing a flutter application on Mac, the app runs ok on ios when I try to run it on an Android device, it pops out: FAILURE: Build failed with an except

PreferenceFragmentCompat has padding on PreferenceCategory that I can't get rid of

So I've been trying to create a settings activity using androidx.preference.PreferenceFragmentCompat and it's all working fine. However for some reason there is

Cordova Android Build Dose Not Consider Some Of my Styles

Hello Guys I am using angular for developing an application my output on web is totally fine but when i use cordova to build for android its seems like some of

image slider works in activity but not in fragment

the code from this video https://www.youtube.com/watch?v=1AS5HcXPpqk works fine in activity, but when i try to implement it in fragment it crashes. java code a

Cordova Android Build Dose Not Consider Some Of my Styles

Hello Guys I am using angular for developing an application my output on web is totally fine but when i use cordova to build for android its seems like some of

Strange statistics in Google Play Developer Console

Today I noticed strange statistics in my Google Play Developer Console in one of my application It is about Final installs on active devices: 17 July - th

It is possible to have a contains search query in firebase? [duplicate]

I tried this: Query firebaseSearchQuery = myRef.orderByChild("from").startAt(searchText).endAt(searchText+"\uf8ff"); but i want something

What is the Jetpack Compose equivalent of RecyclerView or ListView?

In Jetpack Compose, how can I display a large list of data while laying out only the visible items, instead of composing and laying out every item on the initia

Print Textviews and webview from fragment

I'm using such code for creating pdf from webview PrintManager printManager = (PrintManager) this .getSystemService(Context.PRINT_SERVICE); Pri

Android build issue with 'scan' plugin - Flutter

Android build failing with following exception. Plugin: scan [https://pub.dev/packages/scan] FAILURE: Build failed with an exception. What went wrong: Executio

Android gives error "Cannot fit requested classes in a single dex file"

I don't know why but it's impossible to launch my app on my mobile this morning. I get this error message: Cannot fit requested classes in a single dex file. T

Views get stuck on Top Left Corner (Android Studio)

I'm a begginer in Android Development so I decided to download Android Studio. I created a project and in my first couple of times trying to build the App the c

Why cant I deploy on an App with certification on an lower Api version?

I'm trying to deploy my App on another phone. I already installed the cert on the new phone and I'm still facing this problem. java.security.cert.CertPathValida

Cannot resolve method registerReceiver(android.content.BroadcastReceiver, android.content.IntentFilter) in Fragment class

//here my code //used this IntentFilter IntentFilter filter = new IntentFilter(); filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); filter.addAction(Bl

Search view disappears when 'search' button on the soft keyboard is clicked

I have a search view on my menu. When I search for something and then click on the 'search' button on the phone's keyboard, the search view disappears. I have