Category "android"

FFmpeg Cropping Fps Drop

FFmpeg Commands works but having a problem in fps drop also using libx264 for encoding any idea to get this good "-y" "-noautorotate" "-ss" "301" "-t" "11" "-i"

Unresolved reference when using a generated an AAR with Composables

I'm in the process of porting my FloatingActionButtonSpeedDial library to Compose and I've reached the step where I should publish the new Compose library to ma

How to make Apk available in play store for the version 6 android phones

I have published my application with a minimum SDK 23 but unfortunately, it's not showing the application in the play store for the android version 6 phones. I

How can we fetch the Firebase realtime database to List

Here I am Trying to Display "users" into Recycleview and I need to Get Data Into List databaseReference?.addValueEventListener(object : ValueEventListener {

How to save data from Firestore into string and use it localy [duplicate]

reference.get().addOnCompleteListener(new OnCompleteListener<DocumentSnapshot>() { @Override public void onComplete(@NonNull Tas

How do I add an external library (Apache Commons Lang) to an Android Studio app manually?

I know how to work with Apache Commons Lang 3 library in an Android Studio app by implementing it in the build.gradle file using implementation 'org.apache.comm

Can't resolve binding in bottom navigation view

I am getting error constantly in binding.bottom_navigation.setOnItemSelectedListener(item -> { I am attachig the code below please have a look and give some

How can i achieve this viewpager animation using pagetransformer?

PREVIEW i have been trying to create this kind of viewpager animation couldn't grasp how the animation works and always mess up. Would be really helpful if som

Persistable URI Permissions for a Document Provider

Not sure if what I'm trying to do is possible or not. I have a "proxy" document provider meaning a document provider that exports aliases for other content usi

FLUTTER ANDROID ONLY: sent location data to REST API continuously even when my app is minimized/closed

I want to continuously send location data to REST API (PATCH METHODS) even when my app is minimized/closed. I put my function on InitState, but when I minimized

In -App Updates not able to retrieve the old version intent object from Google Play Store

Using the below code: private void checkUpdate() { final AppUpdateManager appUpdateManager = AppUpdateManagerFactory.create(this); Task<AppUpdateInfo

Android ndk runtime - cannot locate symbol OPENSSL_init_ssl

I crosscompiled openssl 1.1.1g and i crosscompiled libcurl including the openssl. Crosscompilation went trough without a problem, no linker errors on libcurl no

How to add markers in Google Maps in Flutter using the Geopoints data in Firebase Firestore

I am new to Flutter and Firebase. How can I add multiple markers in Google Maps in my Flutter Application from retrieving geopoints data in Firebase Firestore?

Getting / Searching in array

How can I get the value of int "icon" from the Int values array with an example: 2 = R.drawable.ic_blue? or: how to get: R.drawable.ic_blue? knowing id: 2? publ

I am doing bottom navigationview but my Fragments are stacking on top of each other

I am new in android and I don't know what's up with my code I need help I put 2 or 3 code in same one and somehow works, but only problem I have with this is In

Compose: Why does a list initiated with "remember" trigger differently to Snapshot

I've been messing around with Jetpack Compose and currently looking at different ways of creating/managing/updating State. The full code I'm referencing is on m

Parsing Nested JSON give Unhandled Exception

I am trying to parse complex Nested JSON, I have multiple classes to get down the JSON nests. I am looking for the numbers from this JSON { "data": { "att

Get context in xml for "onDraw" in a custom view

I want to load an image from url in onDraw method for the view preview. I tried to do this using Picasso. But, I get an error in the xml. This is the onDraw met

Firebase Analytics Custom Events Data Is Not Reflecting In Dashboard

i am trying to log custom events using following code. firebaseAnalytics.logEvent("custom_event") { param("event_name", "Push Notification Clicked") par

Take Multiple Picture Using Flutter Camera Plugin

I'm trying to take multiple photos using the camera plugin, am doing that inside a loop and I keep getting the error below: CameraException (CameraException(Pre