Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
354 views

I'm developing a mobile app on React Native and one of the screens in it is responsible for taking photos: import React, { useState, useEffect, useLayoutEffect, useRef } from 'react'; import { ...
Alina Luzanova's user avatar
0 votes
1 answer
80 views

How do I keep the current registered user of my app logged in the app even after reloading the app or closing it out? The current state sends the user straight to my Login screen after reloading the ...
Anonymous's user avatar
0 votes
1 answer
453 views

I am trying to implement a functionality where it allows the user to tap the "Add Photo" component and their device photo library pops up to add/choose an image to display. However, I am ...
Anonymous's user avatar
0 votes
1 answer
522 views

I have android application project which is old and now I want to target compileSdkVersion 33 from 30. I have made change and also I have added android:exported in activity in AndroidManifest file but ...
Moiz Travadi's user avatar
0 votes
1 answer
692 views

I have an Appsheet who consist two column, let's both named is Production Date and Expired Date. If column Production Date has 2 years of Expired Date then how the formula in appsheet to calculated it?...
Akhmad Fahrudhin's user avatar
0 votes
2 answers
111 views

I have a LogIn screen in my app and when the login button is tapped with the username/pass, I am trying to pass result.user parameter to my screen named "User Profile" while navigating to &...
Anonymous's user avatar
2 votes
1 answer
144 views

Experiencing screen blinking during Android activity transitions when going from splash screen to login page, but weirdly enough not from login to register page: Is there any way to fix this issue ? ...
Osama Elghazaly's user avatar
0 votes
1 answer
723 views

I have a question about best practices when it comes to OIDC in an app based context. Most guides I have found explains such a setup in the context of the app being the client that will perform the ...
user3170354's user avatar
0 votes
0 answers
396 views

I have an Angular 13+ web application with a PHP backend that works perfectly on browsers. I am trying to convert this application to native mobile apps (Android and iOS) using Capacitor. I have ...
Kristina Tabar's user avatar
0 votes
0 answers
184 views

I have a very complex Angular web application hosted on Siteground. My frontend is Angular, my backend is PHP, and the database is stored on Siteground. I am looking for any insight into how to ...
Kristina Tabar's user avatar
0 votes
0 answers
25 views

enter image description here The Inputs are not focusing when I touch and button is also not touchable, Basically I can see my app, but can't interact with it. It also shows an warning about SSR ...
Mohamed Ibrahim's user avatar
2 votes
0 answers
993 views

I'm buidlind an chat application using matrix sdk package [matrix: ^0.22.3] in flutter. If i use that matrix package in my app, I'm getting an error mentioned below, kindly help me to fix this issue, ...
Ruban's user avatar
  • 21
2 votes
0 answers
466 views

I am new to React Native and Expo and having hard time figuring out this piece of code. I have tried everything I could find on Google and StackOverflow. Running the app on a IOS device in Expo Go app ...
codermav's user avatar
  • 285
1 vote
0 answers
305 views

I recently updated my Android app via the Play Store, but I'm running into an issue. When I try to open the app, I get a "App installation is not safe, Please download the app via a proper method&...
Toukirul Alam's user avatar
1 vote
0 answers
435 views

I'm working on a mobile app developed using Flutter and Dart, targeting both iOS and Android platforms. In our app, we aim to implement a feature that allows us to dynamically change the app's icon ...
sevic's user avatar
  • 994
0 votes
1 answer
26 views

enter image description here The above photo shows the error what i have facing .bottom is overflowed 484 pixel and also navigation is does not working in sidebar . then i coudn't able to find the ...
Chamithu Dinsara's user avatar
-2 votes
2 answers
80 views

Could not find an option named "no-sound-null-safety". Run 'flutter -h' (or 'flutter -h') for available flutter commands and options. Exited (1) My Flutter version 3.10.6 &Dart version ...
kushal's user avatar
  • 7
0 votes
1 answer
180 views

The same code i run in iOS emulator and it doesn't give any top system tray border but when i run it on any android phone, i get it. I have searched on the internet but i couldn't find any solution ...
Sharjeel M. Rajput's user avatar
1 vote
2 answers
1k views

val keyboardController = LocalSoftwareKeyboardController.current val activity = LocalContext.current as Activity Dialog( onDismissRequest = { onDismiss() }, properties = ...
ashish karn's user avatar
0 votes
1 answer
487 views

I'm looking to build a app related around education similar to duolingo. Currently, I know Python and a tiny bit of Javascript. but I was wondering what programming language (not just limited to ...
Veldxra's user avatar
  • 17
0 votes
1 answer
324 views

I need the maximum available width of the media so that the image doesn't overflow and cause a rendering issue.Here is my code: Expanded( child: OverflowBox( maxWidth: ...
Abidstic's user avatar
4 votes
1 answer
295 views

I have users' click events chronologically stored in my backend server. I also have session count, session time, etc. My goal is to identify the followings: Which feature do users use most? And which ...
Abdul Halim Chowdhury's user avatar
0 votes
0 answers
309 views

I am trying to launch my app onto play store and its rejected 5 times actually its using SMS permission->what our app does it take time nd mobile number as input and send SMS to the mobile number ...
Karmesh Duggar's user avatar
0 votes
0 answers
60 views

I want to upload a directory over laravel api without compressing the directory, I want to select the directory and upload it, is there any way to do it? I searched too much for it but I didn't find ...
Zakarya's user avatar
  • 21
0 votes
0 answers
104 views

<SafeAreaView style = {[styles.container,isDarkMode && darkStyles.container]}> const styles = StyleSheet.create({ container: { flex ...
Darshana Wijebahu's user avatar

1 2 3
4
5
38