Category "android"

Ionic 5 Android signed image not showing

The signed version of android does not display images. The application is in Ionic 5 and has this problem only in the android version while in iOS it works. UPD

How can I make code responsive with any language? Support multiple languages

strings (English is the default) <string-array name="languagesList"> <item>English</item> <item>Arabic</item> <item

Data retrieving from Database Crashes when in MVVM with the Error Could not Connect To Firestore

I am trying to call data from Firebase and map it to data class while using MVVM but Its showing me errors saying failed to Connect The code of Repository Imple

Activity Intent sometimes has null extra

I'm seeing a problem where an Activity crashes grabbing an Intent extra due to it being null despite not being able to identify anywhere we don't pass that extr

How do I load an item from API to a fragment inside an Activity?

I need to load elements from my API to a fragment inside an activity, but once I initialize the element inside of the Activity Class present in the fragment lik

Profile Pic not displaying on Card View in Andorid Studio Kotlin

I am trying to get a users profile pic to be displayed beside their booking on a card in my recyclerview. The profile pic is displaying in my nav drawer, a defa

how to show back press button in a fragment

yes there are a lot of results about it i tried but i couldn't find the right answer. I have a navigation graph team. I have an activity and Four Fragments. I w

Kotlin - The feature "unit conversion" is disabled

I am still a relative newbie at Kotlin and, after a fair bit of digging, cant fix what looks to be a simple problem. For the code below the compiler returns: T

How to determine and delete unused dependencies in Android Studio safely?

IDE: Android Studio Bumblebee 2021.1.1 I see a lot of dependencies in my project (project structure -> dependencies -> all modules) which are not added vi

Image cropper in Jetpack Compose?

I have searched everywhere but didn't got a single documentation about cropping images in Jetpack ComposeHow to crop Image in Jetpack Compose?

QtCreator 7.0.0 crashes with Qt version 5.15.2

I am QtCreator 7.0.0 for my Android developments. I am able to execute the app on QtCreator when I select version 5.12.9 for compilation. However, when I switch

TextView and data structures with practically unlimited capacity?

I need a TextView-like widget that is able to show file contents of arbitrary size. Android default TextView can hold and display 2^31 characters, which is just

I am accessing the Play Integrity API, and the received token is not in the same format as the api document

import com.google.android.gms.tasks.Task; ... // Receive the nonce from the secure server. String nonce = ... // Create an instance of a manager. IntegrityMan

Android compose ModalBottomSheetLayout jumps on content size change

I basically have the same problem as this post, except I'm using Jetpack Compose, instead of the old View model. It happens with any kind of content - I tested

How can create merge adapter class in android kotlin

How can create merge adapter class in android Kotlin i have two class one class contain header other class contain image card how can create merge adapter class

How can create merge adapter class in android kotlin

How can create merge adapter class in android Kotlin i have two class one class contain header other class contain image card how can create merge adapter class

W/Ads: #004 The webview is destroyed. Ignoring action

Logs: 2021-12-28 13:15:51.438 17135-17135/app.mark.movierecommendor I/DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote

Android Studio is not detecting code changes on Run 'app'

Solved! I am new to Android Java programming. Trying to make a simple app. All went smoothly until windows crashed and something happened to Android Studio. Eve

transformDexArchiveWithExternalLibsDexMergerForRelease Failed

I am using sqlcipher for database security. In debug mode signed apk generated successfully.But release mode getting Error, I have tried with adding multiDexEna

Fixing green YUYV frame format being streamed using OpenGlView

I am using a library to do RTMP streaming from an USB/UVC camera in android. The library I am using is this one. This library works just fine for android USB ca