Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
5 views

Send APDU command over USB Android Java

I am trying to build plugin for react native that allows me to read data from driver card data, but non stop I am receiving error from data reading. Here is a code package com.plainreactnativeapp; ...
Mateusz Cieslinski's user avatar
0 votes
1 answer
33 views

Running a background task every 10 minutes to update server with device location

I am writing a flutter app (Android & IOS) which requires sending the device location once every ~10 minutes. This task is required to continue running in the background even when the app is in ...
Shachar 's user avatar
0 votes
0 answers
15 views

How to detect face using camera package and google_mlkit_face_detection package in flutter?

`try { cameraController.initialize().then( (value) { setState( () { cameraController.startImageStream( (image) { try { debugPrint('camera_no formate${image.format.raw}'); debugPrint('camera_no size${...
jayaKumarjk's user avatar
0 votes
0 answers
24 views

Simulate changing the GPS location associated with the Wi-Fi access point

I have a question regarding obtaining GPS coordinates through WiFi access points (AP) on an Android app. As I understand it, Android apps can collect GPS locations through WiFi APs if granted the ...
ThanhLam112358's user avatar
-3 votes
0 answers
20 views

How to Export Network Configurations from Android 8.1 to Android 11? [closed]

I have an old mobile device running Android 8.1, and I need to transfer its network settings (Wi-Fi configurations) to my new device running Android 11 for an internal Android project. How can I ...
Infinity Bot's user avatar
0 votes
0 answers
28 views

Flutter Android build apk :app:mergeReleaseJavaResource

Build APK Error Android FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:mergeReleaseJavaResource'. A failure occurred while executing com.android.build....
Bmmmm's user avatar
  • 1
-1 votes
0 answers
16 views

got an error in camerax in android with java - The video frame producer became inactive before any data was received

private void startCamera() { ListenableFuture<ProcessCameraProvider> cameraProviderFuture = ProcessCameraProvider.getInstance(this); cameraProviderFuture.addListener(() -> { ...
Udishan's user avatar
  • 157
0 votes
0 answers
9 views

'intent.getParcelableExtra' type mismatch, deprecated in Java

I'm trying to make a simple apartment rental app for a school project, but I have two problems that have stumped me. Here is the code for the DetailActivity.kt file: package com.example.project.ui....
user25739380's user avatar
0 votes
1 answer
27 views

How Can I fix the issues running Coroutine on Unity's Touch in mobile

I'm new in Unity and C#.And I have some problems. When my character moves using a 'touchmove', I used a 'weapon' to launch a 'projectilePrefab'. However, when I actually touched and moved the ...
프로필's user avatar
0 votes
0 answers
13 views

FlexboxLayout Not Recognized Despite Correct Dependencies

I have already imported the necessary dependencies for my project to use the flexbox layout. It shows an error that it does not work and cannot find the dependency in my project. Here i the code I'm ...
user26436559's user avatar
0 votes
0 answers
22 views

Why isn't my data updating in child composables?

Im collecting data from my db in my viewmodel. I know its being updated in BottomSheetEditContent, but i don't know how to make it show its's value (the one collected from viewmodel) in child ...
Michal Rymarski's user avatar
0 votes
1 answer
37 views

android studio - why is the TextView missing?

I have a FrameLayout and using the bottom navigation View there is a switching of 3 fragments. When the button is clicked, TextViews are created in the Main Fragment. The problem is that when ...
tumannick's user avatar
-1 votes
0 answers
13 views

Which language do i need to use for my cloud app? [closed]

I want to make a side-project, but i really don't know where to start. I only have experience with C and js, but the learning process is also the goal. I just want to know with which language i can ...
Alifer's user avatar
  • 1
-1 votes
0 answers
17 views

Clarification on MASTG Test Selection and Level Dependencies (L1/L2)

Hello and sorry in advance if this is a dumb question, but I'm struggling to figure out how to interpret some info from the MASTG. When I select a test from the official link, there's another list of ...
user26432322's user avatar
-1 votes
0 answers
22 views

Is there a way to run containers (either Docker or similar) on iOS?

I am currently in the research phase of building a mobile app for a client. This app would require collecting data from various endpoints in real time. Each of these data sources is owned by a ...
Kuresh's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
527