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

All Questions

Tagged with
0 votes
0 answers
8 views

How to send/receive text messages in Blazor App

For fun, I wanted to make my own default texting app and make it compatible for both IOS and Android. As far as I can figure, Blazor doesn't support it. I was wondering if there was a good API for ...
CollidaCube's user avatar
0 votes
0 answers
9 views

Correct Location of Android & Ios Manifest

What is the correct location for Android manisfest and Ios in Flutter Here is my code I need the correct location details, so that this can work successfully Future<void> _updateAndroidManifest(...
Clubz Friendship's user avatar
1 vote
1 answer
24 views

How to navigate to the map application in Carplay when integrating Flutter application with Carplay?

In the application I made with Flutter, I integrated CarPlay with the flutter_carplay package. When an item is clicked on the POI screen in Carplay, it needs to open the map in Carplay and navigate to ...
Mustafa Samancı's user avatar
0 votes
1 answer
31 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
-2 votes
0 answers
25 views

Linking of multiple apps [closed]

If we create an flutter application (Android + iOS) using visual studio code "we have 3 applications named A, B & C. A is the main app and the other two apps (B & C) are separate apps. i ...
DDeveloperDeep's user avatar
-1 votes
0 answers
15 views

CSS display different in IOS and Android, Windows [closed]

When I preview my website in mobile screen size with Chrome, my laptop and Android display the same but in IOS is not, despite I use the same browser Chrome. CSS isn't applied with IOS, is it ? How ...
Break Heart's user avatar
0 votes
0 answers
19 views

One signal notification click Flutter

I'm using One signal notification in flutter app and working fine in IOS but in android after clicking on notification opening google chrome followed by app. Future<void> initPlatformState() ...
Farhana Naaz Ansari's user avatar
-1 votes
0 answers
16 views

Do I need separate license keys for Android and iOS using Scandit DataCapture SDK? [closed]

Question: I'm using the Scandit DataCapture SDK in my Xamarin Forms project, specifically the Scandit.DataCapture.Barcode.Xamarin package. I'm unsure about the licensing process: Do I need to create ...
Chandrika Shanmugam's user avatar
-1 votes
0 answers
23 views

Optimal Ways to Structure and Display Documents in a Mobile App? [closed]

I need some insights on the blueprint of an app. Concept: The app will be for a specific profession, let's say lawyers, where they can find all the necessary documents they need for specific cases. ...
Cain's user avatar
  • 77
0 votes
0 answers
32 views

How to make instant app and app clip from React Native app?

I have a react native app built on top of ignite template. I use react navigation like this: import React from "react" import { ImageSourcePropType, useColorScheme } from "react-native&...
portgas d. ace's user avatar
2 votes
0 answers
36 views

Flutter: Save File to Phone's Downloads Directory. Dart

Using Flutter, Dart, I need a solution to download File() Which comes from this import 'dart:io'; in the user's phone inside the downloads directory. It would be really kind of someone to write a ...
Ali Jawad's user avatar
  • 326
0 votes
1 answer
27 views

Tabbar indicator not chaning in flutter

In design, Tabbar is being used and on Expand button, build Media is being passed in MaterialPageRoute, Some bool variables are being used to disable view and tab when they are not available. On ...
Farhana Naaz Ansari's user avatar
0 votes
4 answers
51 views

hide statusbar in flutter

When I want to hide the status bar, it gets hidden but a black bar takes its place. How can I fix this? ''' void main()async { runApp(MyApp()); SystemChrome.setEnabledSystemUIMode(SystemUiMode....
ِِYazdan Naderi's user avatar
0 votes
0 answers
20 views

Firebase storage get image issue on android and ios devices: net::ERR_NAME_NOT_RESOLVED

I'm trying to make a GET request of a png from firebase storage. I've an angular app running on an nginx within a docker container. I'm using a vpn to host this web server, the vpn clients i'm using ...
Elliot Alderson's user avatar
-4 votes
0 answers
29 views

What tech stack should I use? [closed]

I want to make a project and want to include appdev in it, but I'm confused which tech stack should I go for. Some details: I am going to fetch large amounts of data from an API I want to create ...
Bee's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
1491