Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
41 views

I have created an mobile app using react native and then i build using **eas build -p android --profile preview....**After that it created an qrcode using that i downloaded my apk file after that I ...
Subash developer's user avatar
0 votes
1 answer
100 views

I have 2 language support in my app. Language files are arranged like below: composeApp/src/commonMain/composeResources/values/lang.xml composeApp/src/commonMain/composeResources/values-bn/lang.xml ...
Touhid's user avatar
  • 1,754
0 votes
2 answers
167 views

I'm building a project that includes both a mobile app (built with Jetpack Compose) and a web app (built with React.js). I want to know the correct architectural approach: Should both platforms ...
Ankur's user avatar
  • 19
3 votes
2 answers
226 views

I'm developing a Flutter app where I need to visually display data using charts. Specifically, I want to implement: A Pie Chart to represent proportions or percentages. A Line Chart to display trends ...
Navya Narayanan's user avatar
0 votes
1 answer
110 views

I’m facing delays launching my Flutter app on the iOS simulator. Here's the key error: Error creating LLDB target... target architecture: arm64: not compatible with x86_64-apple-ios12.0.0-simulator... ...
Subratsss's user avatar
  • 835
0 votes
0 answers
71 views

The voice recognition commands are not working. But in the console, it indicates that it is listening. Here are the functions that I implemented. The issue seems to be that executing voice recognition ...
Galaxylokka's user avatar
0 votes
1 answer
70 views

How is the search bar, shown in the two attached screenshots, implemented? There is a map on the page, but when I click on the search bar, it displays the search field along with the search results, ...
RitchyCZE's user avatar
  • 200
0 votes
0 answers
153 views

Launching lib\main.dart on SM A235F in debug mode... e: Daemon compilation failed: Could not connect to Kotlin compile daemon java.lang.RuntimeException: Could not connect to Kotlin compile daemon at ...
Abdalrhman Osama's user avatar
-1 votes
1 answer
89 views

im planning to start a new project that will go to production, but im confused between using React native cli or Expo. The app will use Amplify for the Auth. help please some people said that expo has ...
3li Hasan's user avatar
0 votes
1 answer
329 views

Flutter provides two distinct solutions for observing app lifecycle changes: AppLifecycleListener and WidgetsBindingObserver. AppLifecycleListener and WidgetsBindingObserver. Given these two options, ...
Wahab Khan Jadon's user avatar
1 vote
0 answers
40 views

import Flutter import UIKit import NetworkExtension import FirebaseCore import app_links @main @objc class AppDelegate: FlutterAppDelegate { override func application( _ application: ...
Naimish Patel's user avatar
1 vote
0 answers
44 views

I am using NFC tag read in my application, which is working 100% ok. On certain button click we read NFC tag and handle it accordingly The problem is if user put NFC tag while anywhere in the ...
Tarun Seera's user avatar
  • 4,402
5 votes
1 answer
4k views

I initially installed Java version 21, but faced compatibility issues while working on a Flutter project. So, I downgraded to Java 17 to resolve these issues. After the downgrade, I verified that Java ...
Lakshan Rukantha's user avatar
0 votes
2 answers
67 views

With the geocoder API, I am trying to get the complete address of the user and need to specify the city, state, and country separately. However, I am unable to get the city parameter correctly. It ...
Yasmeena Gulzar's user avatar
0 votes
0 answers
25 views

Question: I am developing an Android app where I need to enforce the following screen orientations: Mobile devices should be locked to portrait mode only. Tablets should be locked to landscape mode ...
NIRAV PARMAR's user avatar
1 vote
0 answers
186 views

I have been struggling with a problem starting my MAUI app for two days now. The structure of the app should be normal, so I'm surprised that I haven't found anyone else with the same problem. The app ...
Schnoms93's user avatar
1 vote
0 answers
20 views

I currently work on my academic project where I build mobile application using framework React Native. It need to get the device permission of Bluetooth and location for well performance. I building ...
Fasin Fasi's user avatar
-1 votes
1 answer
56 views

I added the flutter localization in my flutter app. Copy paste stopped working and it does not work even i copy text from somewhere else, it does not allow me to paste the text, please if someone have ...
Salman Rafi's user avatar
1 vote
0 answers
78 views

I am making a hearing aid application in flutter for those who can't hear properly, idea is sound that microphone get user can change its frequency, pitch other settings using slider or something else,...
Haroon's user avatar
  • 21
0 votes
0 answers
118 views

I installed Flutter to my pc today and by command "Flutter Create" it created Flutter files successfully, but when I open these files from Visual Studio and trying to run my Flutter project ...
Ushan Kavishka's user avatar
1 vote
0 answers
240 views

I'm developing an Android application that integrates Google reCAPTCHA (v3) for user registration. I've encountered a persistent issue where the reCAPTCHA client fails to initialize on the first ...
AM1379's user avatar
  • 11
0 votes
0 answers
105 views

Actually continuously Facebook rejected our app due to this reason and I don't have any idea what points are missing and what I want to add to the privacy policy & I put a link to the privacy ...
Kaushik Bhingradiya's user avatar
1 vote
1 answer
149 views

I have a device running the Android operating system, and at the bottom of my device, there is a QR scanner. The device will be installed in a restaurant's kitchen. Its purpose is to display orders ...
mustafawiped's user avatar
0 votes
0 answers
51 views

1.I've got a purchase history screen where you can see all the orders. There's a delete button for each order, but when I tap it... nothing happens. The order just sits there, mocking me. 2.I've also ...
deps's user avatar
  • 1
0 votes
1 answer
1k views

I am working on a single-activity Android app using Jetpack Compose, where the activity is restricted to portrait mode in the manifest file. I want to programmatically rotate the screen to landscape ...
Anees Ahmad's user avatar

1
2 3 4 5
38