Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
528 views

I am facing an error message which triggers whenever I click in a MaterialDatePicker. I think it is related with the ThemeOverlay but I have no idea how can I get rid of it. This is the error message: ...
Sergio Rey's user avatar
-1 votes
2 answers
129 views

My logcat looks like: logcat for app crash class ChatAdapter(private val currentUserId: Int) : RecyclerView.Adapter<RecyclerView.ViewHolder>() { private val messages = mutableListOf&...
Sahar Batool's user avatar
6 votes
1 answer
3k views

I recently received a notification on Firebase recommending an update to the Google Analytics for Firebase (GA4F) iOS SDK (version 10.24.0 or later) to avoid potential issues related to privacy ...
vasudevvyas89's user avatar
0 votes
0 answers
42 views

Given: an image of a map section that I cut from GOOGLE MAPS coordinates of the 4 corners of the image (lat/long). leftTopLat = 47.536 leftTopLon = 21.5203 rightTopLat = 47.554 rightTopLon = 21....
Erik Orosz's user avatar
0 votes
1 answer
27 views

I am trying to implement slider functionality in my code. Although I predefined a max value for the slider, it still says that the slider has an infinite value I have given the code below: The error: ...
Akki's user avatar
  • 145
0 votes
1 answer
441 views

I need to fire an intent using the package name of Amazon app. But the feature I am building requires to target the amazon app of US region only. I tried VPN and shared the app link from Google Play ...
Shubham Singh's user avatar
0 votes
1 answer
56 views

Whenever i start a transparent activity from broadcast reciever, if the app already has an activity in that is in the recent apps, instead of being transparent, over the current app, its transparent ...
Ryfter's user avatar
  • 7
1 vote
2 answers
184 views

I am using VSCode, and I tried to use the sensors plus package as shown exactly in the documentation: I tried to find a fix, but couldn't find any, would be glad if someone can help me.. I am trying ...
Akki's user avatar
  • 145
-1 votes
1 answer
109 views

I am developing react native app, there is a QR code scanner screen, i want to trigger an alert if the QR code which i try to scan is empty. QR code with data work fine. i am using version : "...
Nisansala's user avatar
-1 votes
2 answers
215 views

I have a custom appbar class where I pass the title as its constructor. class MyAppBar extends StatelessWidget implements PreferredSizeWidget { final String? title; @override Size get ...
Ajay's user avatar
  • 9
0 votes
0 answers
628 views

To enhance accessibility, I aim to make links within a “Terms and Privacy Policy” paragraph navigable via external keyboard input. Initially, I encountered challenges getting the focus behavior I want ...
dodgeRam's user avatar
3 votes
1 answer
1k views

Here's my relevant code, built in Kotlin + Jetpack Compose: OutlookPlannerNavHost.kt /** * Provides Navigation graph for the application. */ @Composable fun OutlookPlannerNavHost( navController: ...
Ryan Barillos's user avatar
0 votes
1 answer
1k views

When I start expo server using npx expo start -c server starts. My mobile and laptop are also connected on the same network. Now when I scan expo qr code through expo go in mobile, it displays error ...
Prasanga Thapaliya's user avatar
19 votes
3 answers
6k views

I'm trying to create a @Preview function for a ModalBottomSheet in Jetpack Compose, but I'm only seeing a white screen. Here's my SomeModalBottomSheet composable: @OptIn(ExperimentalMaterial3Api::...
AsNovaIL's user avatar
  • 191
1 vote
1 answer
385 views

I have updated an app to latest react native 0.73.x , Production app UI on iOS starts to freeze and becomes unresponsive , I load react-native-maps with lots of markers as the main screen , There was ...
Nabeel Zanabeet's user avatar
1 vote
1 answer
263 views

I am currently developing an iOS app that needs to embed a third-party website. On this website, the best view is achieved in the standard Safari app by pressing the 'Aa' button on the left side of ...
Rui's user avatar
  • 37
0 votes
0 answers
18 views

I'm new to SwiftUI and having trouble in sending a post API request, I want to add "User-Agent" field to my headers like this: {"headers": {"User-Agent": "Mozilla/5....
Manish kumar's user avatar
2 votes
0 answers
199 views

I'm developing a React Native app using TypeScript, and I'm currently implementing permissions handling, particularly for iOS. However, I keep encountering the following error: Invariant Violation: ...
Munachi Anya's user avatar
1 vote
0 answers
81 views

res/drawable-(default) res/drawable-ldpi/ res/drawable-mdpi/ res/drawable-hdpi/ res/drawable-xhdpi/ res/drawable-xxhdpi/ res/drawable-xxxhdpi/ res/drawable-sw600dp/ res/drawable-sw720dp/ I am ...
VishV's user avatar
  • 429
1 vote
0 answers
70 views

I have a problem with iOS live activities. After the app was restarted, I didn't get active activities. I create a live activity using this code: do { let activity = try Activity<...
Mike H's user avatar
  • 507
1 vote
0 answers
27 views

Here is my firebase structure Firebase Structure When user makes an item favourite,its key will store under users ID along with category in the Favourite Node (for my easiness i stored category along ...
Andro's user avatar
  • 114
1 vote
0 answers
43 views

i'm facing some problems while uploading file to firebase storage the issue is in IOS only and working fine in android. plugin used: firebase_storage: 11.0.7 firebase_auth: 4.2.0 firebase_core: 2.9....
Jay Gangani's user avatar
1 vote
1 answer
590 views

i tried to implement a signature for my react native app that i am running on Expo Android but i got an Error this is the error : ERROR Invariant Violation: Failed to call into JavaScript module ...
Haythem Khiari's user avatar
-2 votes
1 answer
387 views

I am creating an Android application in which I want to access the thumb impression of the user. I want to integrate the Secugen Hamster 20 Pro device into my Android application for thumb scanning.
Sanket Khadke's user avatar
1 vote
1 answer
313 views

import { StyleSheet, Text, View, Image } from 'react-native'; import React, { Component } from 'react'; interface AvatarProps { fullName: string; membership: string; } export default class ...
Shahin Babayev's user avatar
-1 votes
1 answer
696 views

I am new to Android Development and am trying to draw a custom curved line in compose. I am able to draw a straight line but the curved line is not coming as expected. i have stored the node data as : ...
Sathvik's user avatar
1 vote
1 answer
67 views

I have linked properly the List-Adapter and the other list-item components. It didn't getting the android:id of activity_main_cake_items.xml and giving this error. Cannot resolve symbol 'listviewCakes'...
Mou Rani Biswas's user avatar
0 votes
1 answer
56 views

In my webview application start with progress bar after progress bar hide screen is totally black and not loading website in android webview hedgehog version. Here is my MainActivity.java code, public ...
s.k.Soni's user avatar
  • 1,410
1 vote
0 answers
31 views

I'm using MediaPlayer for background song and SoundPool for onButtonClick sound effects. I've noticed that while MediaPlayer playing background song SoundPool starts to give slow response for method ...
Artem Gorbachev's user avatar
0 votes
1 answer
151 views

I try to use this code to check if Waze app is in device, and it always returns false even if I have Waze in my device (it's in Android 13 and above). fun isWazeExist(): Boolean { val intent = ...
Phoebe Huang's user avatar
0 votes
1 answer
119 views

I'm completely new to flutter, doing a small project to get the hang of it. I'm trying to figure out how to implement a sticky filters section for a list, hence my initial instinct was to just place ...
InnaV's user avatar
  • 13
0 votes
0 answers
45 views

I created an app. It was running well for 1 month, but today I see that it crashes. When I created the app, I used targetSdkVersion=30, and minSdkVersion=16. But now there are some issues.. I think it ...
Niraj Bhadani's user avatar
0 votes
1 answer
53 views

I am using NotificationListenerService. Can I get information from the StatusBarNotification on which SIM card the message was received, if i have a dual sim phone ? Or do I still need to use some ...
Антон войтенко's user avatar
0 votes
1 answer
30 views

I'm new on mobile dev, so i started with android studio XML/Java and i have a litle problem with my main page. Like i will show you, i want to put my scrollview just after my first LinearLayout which ...
Naïm HAMZA-ZERIGAT's user avatar
2 votes
0 answers
38 views

In my React Native code base, there is a file named network_security_config.xml <?xml version="1.0" encoding="utf-8"?> <network-security-config> <domain-config ...
Younis Rahman's user avatar
0 votes
1 answer
120 views

I am learning lazycolumn, I can't transform lazycolumn without effecting scrolling. My code is var offset by remember { mutableStateOf(Offset.Zero) } var rotationAngle by remember { ...
rong holl's user avatar
5 votes
2 answers
4k views

I have an expo react native app built and published on App & Google Stores. After a minor update, I've been trying to build and publish the new version, but I have been having a "pod install ...
Umar Dayyabu's user avatar
0 votes
1 answer
1k views

I am working on a React Native project with Expo for Android, using an Android emulator. However, when I use the development build, the emulator automatically opens my app. But when I try to restart ...
Hls Hls's user avatar
0 votes
1 answer
621 views

hi guys I just started learning flutter animation and using flutter curves from flutter curve website using tween value which goes like _animation = Tween<double>(begin: -100, end: 0)....
grunze shyangbo's user avatar
1 vote
1 answer
63 views

I want to create a custom back ground image for every scaffold created how can i achieve it? I want to use it as theme with image class MyApp extends StatelessWidget { const MyApp({super.key}); //...
grunze shyangbo's user avatar
0 votes
1 answer
115 views

Is there a way i can remove this black bottom controls on Android? Can i control immersive mode or full Screen mode with only react-native or expo? I want to either remove it or at least not see black ...
Nikon George's user avatar
0 votes
0 answers
143 views

I want to implement 3D in my Maui app. I tried many ways but failed. Currently I am using 'ThreeLib" NuGet package created by McNeel which you can find the reference for here: ThreeLib GitHub ...
Ishan Sharma's user avatar
0 votes
1 answer
91 views

I am using React Native. I have an application for a store. I want to add a login limit. A user can try to log in x times and then wait 30 seconds. I have used asyncStorage to store the number of ...
Kirill's user avatar
  • 1
-1 votes
1 answer
1k views

I have ionic project with the following details: ionic v4.12.0 cordova v12.0.0 Jnode v14.20.0 Cordova IOS v6.1.0 Xcode v15.3 Deployment target 11.0 All my code work perfect untill I upgrade xcode to ...
user23575495's user avatar
-1 votes
1 answer
151 views

When [tag:Foreground Service] is running and User taps on Clear all from recent Apps then it is stopping the service.It's happening only in specific devices Such as MI, Redmi, Xiaomi etc. I couldn't ...
NK Chauhan's user avatar
0 votes
1 answer
274 views

I am trying to implement google authentication in my MAUI app and following this Microsoft tutorial var response = await WebAuthenticator.AuthenticateAsync(new WebAuthenticatorOptions() { Url = ...
Dilip's user avatar
  • 315
0 votes
1 answer
1k views

FATAL EXCEPTION: MQTT Rec: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts I am getting fatal exception ...
Mohit Singh's user avatar
-1 votes
1 answer
145 views

I am trying to run a React Native application in my iPhone but after the application gets build from XCode and installed to my device, it opens up with Splash Screen but after that nothing happens. ...
Rajan Gautam's user avatar
-1 votes
1 answer
272 views

I need to create a page to show the progress of an user for a program based on the milestones. To achieve that a curve path is created using 'Path' imported from "react-native-svg" and now ...
vinuChan's user avatar
1 vote
1 answer
271 views

I am trying to implement Authentication in MAUI Android App (.NET8) I am following the steps mentioned here: https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/communication/...
Dilip's user avatar
  • 315

1 2 3
4
5
22