Id int64 21.6M 75.6M | PostTypeId int64 1 1 | AcceptedAnswerId int64 21.6M 75.2M ⌀ | ParentId int64 | Score int64 -14 71 | ViewCount int64 5 87.5k | Body stringlengths 1 26.6k | Title stringlengths 20 150 | ContentLicense stringclasses 2
values | FavoriteCount int64 0 0 ⌀ | CreationDate stringlengths 23 23 | LastActivityDate stringlengths 23 23 | LastEditDate stringlengths 23 23 ⌀ | LastEditorUserId int64 -1 21.3M ⌀ | OwnerUserId int64 127k 21.3M ⌀ | Tags listlengths 1 5 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
71,244,401 | 1 | null | null | -1 | 451 | I am doing a function that return the GCD of two long number, and when I tried this example I get this error "integer number too large" although I tried with too number less than the max of long value
```
public class MyClass {
public static void main(String args[]) {
System.out.println(reduction(149361408, 3... | integer number too large .error , what can I do | CC BY-SA 4.0 | null | 2022-02-23T21:44:47.403 | 2022-02-23T21:48:15.413 | null | null | 18,293,399 | [
"java",
"android",
"compiler-errors",
"long-integer",
"mobile-development"
] |
71,288,056 | 1 | null | null | 0 | 1,645 | This is the code for the event file
```
import 'package:flutter/foundation.dart';
abstract class AuthEvent {}
class InitEvent extends AuthEvent {}
class SubmitEvent extends AuthEvent {
final String email;
final String password;
SubmitEvent({@required this.email, @required this.password});
}
```
This is how th... | State error was called without a registered event handler | CC BY-SA 4.0 | null | 2022-02-27T20:00:01.897 | 2022-02-27T21:53:17.680 | 2022-02-27T21:53:17.680 | 15,427,566 | 17,268,944 | [
"flutter",
"mobile-development",
"flutter-bloc"
] |
71,349,693 | 1 | null | null | 0 | 64 | Hey guys I am a beginner in Android Develpoment. I am currently learning Navigation Components, but stuck in this app. I am setting listener to the button present in the activity_main.xml inside the FirstFragment.java and SecondFragment.java but my app crashes. I don't know what I am doing wrong.
```
package com.ahsto... | Accessing Parent Activity Button in Fragment Crashes App | CC BY-SA 4.0 | null | 2022-03-04T10:03:39.573 | 2022-03-04T11:43:16.277 | 2022-03-04T11:30:56.327 | 18,372,253 | 18,372,253 | [
"java",
"android",
"mobile-development"
] |
71,349,984 | 1 | 71,366,500 | null | 0 | 205 | I have a mobile app in Xamarin where a QR-code scanner is needed. Scanning the code works fine... After scanning a code, the user is redirected to another page. After checking out this page, the user is redirected to the page where the scanner is located. So, when this redirection happens, I get the error `Java.Lang.Ru... | How to solve Java.Lang.RuntimeException: 'getParameters failed (empty parameters)' | CC BY-SA 4.0 | null | 2022-03-04T10:25:38.207 | 2022-03-05T22:48:11.607 | null | null | 18,372,619 | [
"c#",
"xamarin",
"xamarin.forms",
"camera",
"mobile-development"
] |
71,422,322 | 1 | null | null | 5 | 1,269 | In react native default when I use some large fontsize I got vertical spacing. I tried `lineHeight` but after giving exact lineHeight equals to fontSize it just remove spacing from top not from bottom. I have added the border to see the diff.
```
<Text
style={{
fontSize: 40,
lineHeight: 40... | react-native : How to remove vertical spacing in <Text> | CC BY-SA 4.0 | null | 2022-03-10T10:08:45.550 | 2023-01-03T18:17:48.820 | 2022-03-10T10:16:06.140 | 11,528,511 | 11,528,511 | [
"android",
"reactjs",
"react-native",
"mobile-development",
"react-native-stylesheet"
] |
71,431,252 | 1 | null | null | 0 | 30 | Does react-native have any way of communicating with and using the expansion packs that are available on the google play store? Or am I limited to a small app size or using external hosting?
Thanks!
| How to use android expansion packs in react-native? | CC BY-SA 4.0 | null | 2022-03-10T21:54:59.243 | 2022-03-10T21:54:59.243 | null | null | 18,432,346 | [
"android",
"react-native",
"mobile-development"
] |
71,449,405 | 1 | 71,796,514 | null | 1 | 2,985 | I would like to develop an app just for my own iPhone and download the app on it, but I don't have the apple developer account. I found out that (if I'm not wrong) for an app made with Flutter it is not possible, unless I do every week some procedure. Is there some other tool like I don't know React Native or something... | Build an app for iPhone no apple developer account | CC BY-SA 4.0 | null | 2022-03-12T11:42:52.533 | 2022-04-08T11:51:45.997 | null | null | 14,274,608 | [
"ios",
"iphone",
"flutter",
"react-native",
"mobile-development"
] |
71,489,916 | 1 | null | null | 1 | 171 | I have an issue with my flutter application, I have searched a lot but I didn't find the solution, my problem is when I used pageview builder without stream builder, it was scrolling horizontally, but when I add stream builder because I need data from firebase, it doesn't scroll anymore, when I try scrolling, it's like... | page view builder doesn't scroll when I add strembuilder | CC BY-SA 4.0 | null | 2022-03-15T22:54:22.530 | 2022-11-17T19:17:22.750 | 2022-11-17T19:17:22.750 | 18,670,641 | 14,388,991 | [
"flutter",
"dart",
"hybrid-mobile-app",
"mobile-development"
] |
71,508,139 | 1 | 71,508,489 | null | 1 | 706 | I have a flatlist component rendered inside a flex: 1 view, that doesn't perform pull to refresh on iOS. The gesture itself doesn't work, as the list refuses to get pushed down, but works fine on Android.
Here is my flatlist code, and the only code in the screen.
```
<FlatList<any>
style={{
flex: 1,
// marginTo... | React Native Expo Flatlist pull to refresh gesture not triggering on iOS but works fine on Android | CC BY-SA 4.0 | null | 2022-03-17T06:54:10.513 | 2022-03-17T07:31:35.563 | null | null | 7,870,277 | [
"android",
"ios",
"react-native",
"expo",
"mobile-development"
] |
71,561,225 | 1 | null | null | 1 | 603 | So I am pulling data from Cloud Firestore but a bit stuck on checking to see whether the data is being retrieved via the cache or server. So to do this here is how I am pulling the data from cloud firestore
```
marketplacedata() async {
try {
var snapshot = await FirebaseFirestore.instance
.collecti... | How to get Metadata for Asynchronous Snapshot in Flutter | CC BY-SA 4.0 | null | 2022-03-21T16:50:27.100 | 2022-03-22T19:11:07.733 | null | null | 8,128,856 | [
"firebase",
"flutter",
"dart",
"google-cloud-firestore",
"mobile-development"
] |
71,578,390 | 1 | null | null | 0 | 131 | I've been using android profiler to see how well my application performs on different devices and I was wondering if there's a way to automatically get average values such as average memory consumption in a set amount of time or for the entire duration of the profiling session. Peak values are easy to notice and mark d... | Getting average values with Android Profiler in Android Studio | CC BY-SA 4.0 | null | 2022-03-22T20:15:08.723 | 2022-03-23T06:11:29.613 | null | null | 15,412,161 | [
"android",
"android-studio",
"kotlin",
"mobile-development",
"android-profiler"
] |
71,582,494 | 1 | null | null | 0 | 24 | I Have recently finished designing my mobile app in balsamic wireframe and now it's time build it in android studio.
What should be right approach for me?
should or can I create all the layout first before starting the hard coding.
or do one by one.
I would be a great if someone can help me with it.
thanks
I Haven't tr... | What should be the right approach while developing android app when the prototype is ready | CC BY-SA 4.0 | null | 2022-03-23T06:03:47.107 | 2022-03-23T06:03:47.107 | null | null | 11,939,496 | [
"android",
"kotlin",
"mobile-development"
] |
71,603,942 | 1 | 71,606,402 | null | 0 | 377 | [Image of Code](https://i.stack.imgur.com/ZQSTR.png)
So I had a question about how to run rendering in react native after data is loaded from a database. In my code, I want to list prescriptions, but it keeps giving errors as it tries to load the prescription in the rendering function before executing the code that rea... | How to delay rendering in React Native or make rendering happen after the data is found | CC BY-SA 4.0 | null | 2022-03-24T14:05:17.280 | 2022-03-24T17:15:06.477 | null | null | 18,569,252 | [
"reactjs",
"react-native",
"rendering",
"mobile-development"
] |
71,658,121 | 1 | null | null | 1 | 132 | I have a project from my developer, they make apps for me Android and iOS apps. When I check the source code they used Java code and they call file XML to load the data and all the logic is in the XML. This is the code structure:
`ProjectName`
`--and``keystore``--Android``--IOS``--plist``----common``----data``----html`... | What kind of framework or tools to make Android and iOS App using XML (logic and layout) | CC BY-SA 4.0 | null | 2022-03-29T07:35:35.177 | 2022-03-29T10:04:34.950 | 2022-03-29T08:24:41.323 | 6,021,333 | 6,021,333 | [
"android",
"ios",
"xml",
"mobile",
"mobile-development"
] |
71,691,182 | 1 | null | null | 1 | 130 | How to solve the problem where the value in xAxis Mpcharts is -1? Because of this problem, my first array in xAxis is not showing.
```
inner class MyAxisFormatter : IndexAxisValueFormatter() {
override fun getAxisLabel(value: Float, axis: AxisBase?): String {
var xValue = ""
val index = value.toInt... | xAxis in MP Android Chart getAxisLabel(value: Float, axis: AxisBase?) value showing negative -1 | CC BY-SA 4.0 | null | 2022-03-31T10:49:50.717 | 2022-03-31T14:12:40.707 | 2022-03-31T14:12:40.707 | 4,420,967 | 16,802,042 | [
"android",
"kotlin",
"mpandroidchart",
"mobile-development"
] |
71,694,558 | 1 | null | null | 0 | 526 | ```
Launching lib/main.dart on SM A715F in debug mode...Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=trueException in thread "main" java.net.UnknownHostException: DESKTOP-O8L0ETS 9204at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:220)at java.base/java.net.... | Flutter : Gradle task assembleDebug failed with exit code 1 | CC BY-SA 4.0 | null | 2022-03-31T14:42:06.923 | 2022-03-31T15:50:37.620 | null | null | 18,385,404 | [
"flutter",
"android-studio",
"dart",
"mobile-development"
] |
71,709,082 | 1 | 71,744,759 | null | 1 | 623 | If I use a wildcard to define deeplinking in Android 12 does not work it fails with `legacy_failure` if I run `pm get-app-links com.example.app` in `adb shell` but if I use a specific domain, the it works. So if I use
`<data android:host="*.example.com" android:pathPrefix="/profile/" />`
it gives me `legacy_failure`
bu... | Using wildcard in host attribute for android 12 AppLinks does not work ( android:host="*.example.com" does not work but www.example.com does ) | CC BY-SA 4.0 | null | 2022-04-01T15:07:27.457 | 2022-04-04T23:23:18.357 | null | null | 1,214,492 | [
"android",
"deep-linking",
"mobile-development",
"applinks"
] |
71,734,452 | 1 | null | null | 3 | 958 | In my react native app , http requests are working fine, but when it comes to https request, it is giving error , network request failed . Problem is bit strange here as if I pick and run any example api from the internet, it is working alright even with https. I can't tell ,if problem is with my api or with my system.... | why https request is not working in my react-native app? | CC BY-SA 4.0 | null | 2022-04-04T08:54:59.633 | 2022-09-08T10:42:03.390 | null | null | 17,189,337 | [
"android",
"reactjs",
"react-native",
"networking",
"mobile-development"
] |
71,750,190 | 1 | null | null | 2 | 305 | what is the difference here
first yield push our status to the stream
and what does the second yield* do?
```
final _controller = StreamController<AuthenticationStatus>();
Stream<AuthenticationStatus> get status async* {
await Future<void>.delayed(const Duration(seconds: 1));
yield AuthenticationStatus.unaut... | what is yield* controller.stream | CC BY-SA 4.0 | null | 2022-04-05T10:29:17.140 | 2022-04-05T10:32:35.267 | null | null | 18,388,574 | [
"flutter",
"dart",
"stream",
"bloc",
"mobile-development"
] |
71,753,981 | 1 | null | null | 0 | 120 | In Firebase i can only login and register with email/password.
Also using phone number/ OTP to register, login.
How about login with phone number and password?
Did i missing some information or courses?
| How to Register/Log in using Phone Number/Password | CC BY-SA 4.0 | null | 2022-04-05T14:55:20.177 | 2022-04-05T14:55:20.177 | null | null | 16,656,227 | [
"firebase",
"flutter",
"mobile-development"
] |
71,766,964 | 1 | null | null | 0 | 491 | I have a native Splash Screen so no need to create a new one here and need to set LoginPage as default
as well I have authenticated status than define which route to follow
so I set onGenerateRoute: (_) =>LoginPage.route(), and it loads twice in and mode
```
case AuthenticationStatus.authenticated:
... | Home Screen Loads Twice | CC BY-SA 4.0 | null | 2022-04-06T12:43:10.823 | 2022-04-06T15:28:54.723 | null | null | 18,388,574 | [
"flutter",
"dart",
"bloc",
"mobile-development"
] |
71,818,001 | 1 | null | null | 0 | 418 | I'm trying to implement phone authentication in my Flutter application using `FirebaseAuth.instance.verifyPhoneNumber` but do not know how to await it in an async function, so that the asynchronous `codeSent` parameter completes before moving on.
For example, with the following code:
```
ElevatedButton(
on... | Flutter FireBase - How can you asynchronously await verifyPhoneNumber? | CC BY-SA 4.0 | null | 2022-04-10T15:24:07.067 | 2022-08-04T11:47:17.653 | null | null | 4,039,432 | [
"firebase",
"flutter",
"firebase-authentication",
"mobile-development"
] |
71,823,579 | 1 | null | null | 0 | 17 | I am creating an app where the user can decide if he/she wants to setup or upgrade his/her account so that he/she can sell products. In that app there is a 4 bottom navigation menu fragments (`Home`, `Purchases`, `Sell`, `Account`). When the user clicks the `Sell menu` it shows if the user wants to sell or not and ther... | How to show activity only once until setup is complete in android studio | CC BY-SA 4.0 | null | 2022-04-11T06:39:28.010 | 2022-04-12T02:15:35.293 | null | null | 18,589,054 | [
"android-studio",
"mobile",
"mobile-development"
] |
71,890,672 | 1 | 71,911,341 | null | 1 | 49 | I am creating an app and one of the aspects is just a pretty simple rating section. It's quite simple at the moment with just getting the average rating and displaying that using stars. I have 5 ImageViews displayed in a Linear Layout and the background of each Imageview changes to one of three star drawables depending... | ImageView in LinearLayout changes size when background changes | CC BY-SA 4.0 | null | 2022-04-16T02:43:23.607 | 2022-04-18T11:42:50.840 | null | null | 18,819,957 | [
"java",
"android",
"android-studio",
"mobile-development"
] |
71,953,797 | 1 | null | null | 0 | 700 | I want to show the image returned from the endpoint that I requested, in the NetworkImage widget. Each image to return has a separate id. I need to update this id when making request to endpoint. How can I do that? I use provider class.
```
//provider
class InfoDetailsProvider with ChangeNotifier {
HttpService _httpSe... | I want to call a function of the provider class from within the NetworkImage widget | CC BY-SA 4.0 | null | 2022-04-21T11:36:27.647 | 2022-04-21T12:22:43.367 | null | null | 16,696,046 | [
"flutter",
"android-studio",
"flutter-provider",
"mobile-development",
"flutter-widget"
] |
71,980,488 | 1 | null | null | 1 | 736 | Up until recently, my app was running on iOS. I am now running into a white screen issue when running `npx run-ios`.
When running `npx run-ios`, the simulator starts up and builds the application, but Metro bundler says `warn No apps connected. Sending "reload" to all React Native apps failed. Make sure your app is run... | React Native White Screen on iOS Simulator | CC BY-SA 4.0 | null | 2022-04-23T14:17:45.107 | 2022-11-10T09:01:32.703 | null | null | 17,561,817 | [
"javascript",
"ios",
"react-native",
"mobile-development"
] |
71,983,784 | 1 | null | null | 0 | 397 | I'm working on a react native app, but when I use `<Image>` to display an image, it only shows up on the web testing. When I open the testing on mobile using Expo Go, I get a blank space where the image should have been. Anyone have tips on what to do?
My code is below:
```
<Text>{recipe.title}</Text>
... | Images not showing on mobile (ios), but showing on web for React Native | CC BY-SA 4.0 | null | 2022-04-23T21:33:08.473 | 2022-06-29T22:09:30.443 | null | null | 14,417,953 | [
"reactjs",
"react-native",
"image",
"mobile-development"
] |
71,984,471 | 1 | null | null | 2 | 1,332 | I have installed the last version of android studio but i have this error when i start execute my project, the emulator don't working.
I have trying a lot of solution but none of them work with me.
please HELP !!!
[AAPT2 process unexpectedly exit](https://i.stack.imgur.com/HMA2O.jpg)
| Android Studio Bumblebee AAPT2 process unexpectedly exit | CC BY-SA 4.0 | 0 | 2022-04-23T23:56:13.617 | 2022-06-21T11:16:06.133 | null | null | 14,958,896 | [
"java",
"android",
"android-studio",
"android-emulator",
"mobile-development"
] |
71,987,005 | 1 | null | null | 1 | 287 | I'm a beginner in Flutter and need an assistance to integrate Google one tap sign in into my code with [google_one_tap_sign_in](https://pub.dev/packages/google_one_tap_sign_in) Flutter package.
Here's the code:
```
@override
Future<TheUser?> signInWithCredential() async {
final String _webClientId = "XXXXXXXXXXXX... | Google one tap sign in on Android with Flutter | CC BY-SA 4.0 | null | 2022-04-24T09:14:33.390 | 2022-10-17T23:11:24.757 | null | null | 11,878,615 | [
"android",
"flutter",
"google-signin",
"mobile-development",
"googlesigninaccount"
] |
71,998,054 | 1 | null | null | 1 | 1,227 | How do I set current user using hydrated storage instead of cachedClient
Like its done in bloc docs for firebase login?
```
Stream<User> get user {
return _firebaseAuth.authStateChanges().map((firebaseUser) {
final user = firebaseUser == null ? User.empty : firebaseUser.toUser;
_cache.write(key: userCa... | Authentication with Flutter Bloc/Cubit | CC BY-SA 4.0 | 0 | 2022-04-25T10:26:27.963 | 2022-04-25T10:26:27.963 | null | null | 18,388,574 | [
"android",
"flutter",
"mobile-development",
"flutter-bloc",
"cubit"
] |
72,087,926 | 1 | 72,388,005 | null | 1 | 587 | I have a react native app that worked seamlessly fine on android and ios a few weeks ago (no lags or slow downs)
Until recently, I started noticing that mostly ios devices complain that their phones heat up immediately they enter into my app
Has anyone experienced such an issue before?, and If so what to do to fix it, ... | React Native App causing phone to heat up extensively | CC BY-SA 4.0 | null | 2022-05-02T14:07:35.197 | 2022-05-26T07:04:24.040 | 2022-05-03T10:49:24.677 | 13,157,706 | 13,157,706 | [
"android",
"ios",
"react-native",
"mobile",
"mobile-development"
] |
72,105,825 | 1 | 72,106,155 | null | 0 | 404 | I am following [this](https://blog.logrocket.com/react-native-contacts-how-to-access-a-devices-contact-list/) blog to set up react-native-contacts. After following the steps when I try to get all contacts
```
Contacts.getAll().then((contacts) => {
console.log(contacts)
})
```
I get this error.
`TypeError: Ca... | React-Native-Contacts: Cannot read property 'getAll' of null | CC BY-SA 4.0 | 0 | 2022-05-03T21:52:24.047 | 2022-05-03T22:40:04.893 | 2022-05-03T22:05:12.017 | 8,282,133 | 8,282,133 | [
"android",
"ios",
"react-native",
"mobile-development",
"react-native-contacts"
] |
72,164,130 | 1 | null | null | -2 | 40 | ```
for (Evenement r : list) {
Container c3 = new Container(new FlowLayout());
Image placeholder = Image.createImage(380, 380);
EncodedImage enc = EncodedImage.createFromImage(placeholder, false);
URLImage urlim = URLImage.createToStorage(enc, r.getImg(), url + "/" + r.getImg());
ImageViewer imgV = ... | How to add text under an image that display in FlowLayout() in codename one | CC BY-SA 4.0 | 0 | 2022-05-08T18:44:28.807 | 2022-05-18T02:38:12.220 | 2022-05-17T13:51:09.733 | 2,164,365 | 18,324,198 | [
"java",
"codenameone",
"mobile-development"
] |
72,175,141 | 1 | null | null | 0 | 97 | I am a student and I have started learning flutter. I have java and Gradle installed and I am using VS Code in Kali Linux.
I am building an app and when I try to run it, it gives this error:
```
Launching lib/main.dart on SM A715F in debug mode...
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -D... | How am I going to solve this error in Flutter? | CC BY-SA 4.0 | null | 2022-05-09T16:16:08.877 | 2022-05-09T16:16:08.877 | null | null | 18,385,404 | [
"android",
"flutter",
"gradle",
"visual-studio-code",
"mobile-development"
] |
72,191,622 | 1 | 72,192,668 | null | 1 | 1,002 | [](https://i.stack.imgur.com/vzAGt.png)
[](https://i.stack.imgur.com/FuqEf.png)
So I want to implement a progress bar like this in react native. I have found a library which is [https://www.npmjs.com/package/react-native-progress](https://www.npmjs.com/package/react-native-progress), but this library does not have a pr... | How do I get this progress bar from react native? | CC BY-SA 4.0 | null | 2022-05-10T18:50:07.510 | 2022-05-10T20:39:02.633 | 2022-05-10T18:55:24.237 | 17,349,712 | 17,349,712 | [
"javascript",
"android",
"react-native",
"mobile-development"
] |
72,257,901 | 1 | null | null | 0 | 235 | In my case, I have a bottom-placed TextFormField above ListView, user can type multiline in TextFormField, but when the user is typing in TextFormField the ListView starts to scroll up automatically, The top tab bar is implemented in a NestedScrollView, and TextFormField is placed in a Stack view, Is there any way to s... | Prevent ListView scrolling automatically when typing in a TextField | CC BY-SA 4.0 | null | 2022-05-16T10:38:49.583 | 2022-05-21T20:31:53.853 | null | null | 10,350,687 | [
"flutter",
"dart",
"listview",
"mobile-development",
"textformfield"
] |
72,275,236 | 1 | null | null | 1 | 533 | I have an app in which I'm using sveltekit with static adapter to build a mobile application using CapacitorJS,
I would like to send push notifications from the server to the client app but I don't want to use any third party like firebase, one signal etc, Please is there any means that would help, I read about service... | How to send push notification on mobile app with capacitorJS without third party like firebase or onesignal | CC BY-SA 4.0 | null | 2022-05-17T13:49:23.770 | 2022-05-27T12:21:23.163 | null | null | 9,873,050 | [
"ionic-framework",
"push-notification",
"service-worker",
"sveltekit",
"mobile-development"
] |
72,318,419 | 1 | null | null | 0 | 721 | After upgrading to Flutter version 3.0, my project crashes on the first run. See the log below.
Please I need help.
Launching lib/main.dart on AOSP on IA Emulator in debug mode...
✓ Built build/app/outputs/flutter-apk/app-debug.apk.
Connecting to VM Service at ws://127.0.0.1:41249/xUB1prU2wGQ=/ws
I/Choreographer( 6207... | Emulator crashed on build of app after upgrading to Flutter 3.0 | CC BY-SA 4.0 | null | 2022-05-20T11:45:37.423 | 2022-05-20T12:37:41.233 | null | null | 14,512,909 | [
"flutter",
"dart",
"flutter-layout",
"mobile-development"
] |
72,339,604 | 1 | 72,339,660 | null | 0 | 298 | Below is my code that contains the error while I was following an youtube video (link provided) I got an error when I used packageManager.PERMISSION_GRANTED the code contains
error called "Unresolved reference: PERMISSION_GRANTED".PLease help to solve the error fast
```
package com.example.machineleaarningapp
import a... | My kotlin code to access the camera is giving this error ->unsolved reference:PERMISSION_GRANTED.Please help me to solve the error | CC BY-SA 4.0 | null | 2022-05-22T16:56:41.743 | 2022-05-22T17:04:42.010 | null | null | 14,146,697 | [
"java",
"android",
"kotlin",
"android-permissions",
"mobile-development"
] |
72,353,114 | 1 | null | null | 0 | 61 | I am getting the following error as show in the screenshot,please help me to solve the error related to the tensorflow lite.
[i was following this tutorial on youtube][1]
Iam not getting why the error is occurring as the code in the tutorial runs well.
thankyou
Below is the code where I am getting the following error.... | Getting the below errors related to the tensorflow lite while building kotlin app | CC BY-SA 4.0 | null | 2022-05-23T18:14:16.413 | 2022-05-23T18:14:16.413 | null | null | 14,146,697 | [
"android",
"tensorflow",
"kotlin",
"machine-learning",
"mobile-development"
] |
72,367,905 | 1 | null | null | 0 | 177 | When I tried to use the `AdvancedDrawer` in the code as below I am getting the error as show in the screenshot please help me to solve the error it tells that"Class referenced in the layout file, `com.infideap.drawerbehavior.AdvanceDrawerLayout`, was not found in the project or the libraries"
The code of the activity a... | Getting error for AdvancedDrawerLayout in kotlin when used in code | CC BY-SA 4.0 | 0 | 2022-05-24T18:36:26.873 | 2022-05-24T18:51:49.793 | 2022-05-24T18:51:49.793 | 7,799,462 | 14,146,697 | [
"java",
"android",
"kotlin",
"drawerlayout",
"mobile-development"
] |
72,371,133 | 1 | null | null | 0 | 155 | I'm getting an `"Element intent-filter is not allowed here"` error. The instructions were to simply cut and paste the intent filter from `WeatherActivity` to `MainMenuActivity` since `WeatherActivity` was created first but it doesn't like it when I do it. What am I doing wrong?
```
<?xml version="1.0" encoding="utf-8"?... | intent-filter is not allowed? | CC BY-SA 4.0 | null | 2022-05-25T01:38:30.090 | 2022-05-25T09:04:02.340 | 2022-05-25T09:04:02.340 | 16,279,195 | 19,193,982 | [
"android",
"android-studio",
"android-intent",
"intentfilter",
"mobile-development"
] |
72,388,235 | 1 | 72,389,918 | null | 3 | 844 | I have a microcontroller connected with HC-06 bluetooth module. I want to build a flutter app that can comunicate with the microcontroller to send an integer value via bluetooth and then receive integer values as well from the microcontroller. The code on the other end is written by C programming. on my side I started ... | Flutter blluetooth serial communication | CC BY-SA 4.0 | null | 2022-05-26T07:24:29.290 | 2022-05-27T17:31:45.993 | null | null | 19,194,189 | [
"flutter",
"android-studio",
"dart",
"serial-communication",
"mobile-development"
] |
72,390,473 | 1 | null | null | 0 | 15 | I am trying to get just the key from the secureStore in react native, but I don't know how to do it exactly.
| How to get just the key of your input in securestore in react native? | CC BY-SA 4.0 | null | 2022-05-26T10:38:36.450 | 2022-05-26T10:38:36.450 | null | null | 18,337,391 | [
"reactjs",
"react-native",
"error-handling",
"syntax-error",
"mobile-development"
] |
72,443,337 | 1 | 72,443,404 | null | 0 | 198 | I am new to android development and Kotlin. I am trying to implement a feature that takes a screenshot when there is an issue in the application and uploads the screenshot to a server.
I am currently writing a function that uses DrawingCache and saves the view to a bitmap image. Other than this approach, is there a bet... | Android Screenshot Capturing | CC BY-SA 4.0 | null | 2022-05-31T06:51:32.247 | 2022-05-31T06:58:28.840 | null | null | 11,383,407 | [
"android",
"kotlin",
"mobile-development"
] |
72,473,522 | 1 | 72,486,100 | null | 1 | 274 | I went through few suggestions by the developers here. [What is the simplest way to get screenshot in android using kotlin?](https://stackoverflow.com/questions/57591950/what-is-the-simplest-way-to-get-screenshot-in-android-using-kotlin)
Some says, this canvas and drawingCache based approach is old and it seems there a... | What is the best way to capture screenshots programmatically in Android Kotlin? | CC BY-SA 4.0 | null | 2022-06-02T09:01:42.720 | 2022-06-03T23:52:10.617 | 2022-06-03T23:52:10.617 | 5,413,981 | 11,383,407 | [
"android",
"android-studio",
"kotlin",
"mobile-development"
] |
72,474,666 | 1 | null | null | 0 | 161 | I have an onboarding system where the user can pick a language, when scrolling through the options, the text items on-screen display in the selected language. The problem is when the user goes to Hindi, the text size changes and alters the position/layout. This doesn't happen with any of the EU languages. The effect is... | Stop text changing size when swapping language in Flutter | CC BY-SA 4.0 | null | 2022-06-02T10:25:51.067 | 2022-06-02T10:29:59.500 | 2022-06-02T10:29:59.500 | 19,089,459 | 19,089,459 | [
"flutter",
"dart",
"user-interface",
"flutter-layout",
"mobile-development"
] |
72,483,178 | 1 | 72,484,052 | null | 0 | 48 | Tried to make a sign up screen with a column and a form, but the page is displaying errors due to it overflowing. Checked on how to solve this and all sources say I should enclose the Container in a 'SingleChildScrollView' widget, but this doesn't seem to fix the problem for me.
Here's my code:
```
class RegisterPage e... | My SingleChildScrollView does not work on Container what is wrong? | CC BY-SA 4.0 | null | 2022-06-02T23:12:16.597 | 2022-06-03T02:17:03.613 | null | null | 18,355,313 | [
"android",
"ios",
"flutter",
"dart",
"mobile-development"
] |
72,488,573 | 1 | null | null | 0 | 44 | I don't know exactly how to explain it, but I'll try.
I want to make an application in react native similar to the applications that store passwords for different applications / sites and then enter them automatically when you visit that site.
The problem is that I have no idea how I can strictly solve this part of aut... | How to autocomplete fields in other apps using data from react native app | CC BY-SA 4.0 | null | 2022-06-03T10:56:04.820 | 2022-06-03T10:56:04.820 | null | null | 13,461,590 | [
"react-native",
"mobile-development"
] |
72,516,684 | 1 | null | null | 0 | 19 | When I start to move the joystick when the player touch the ground the current frame is being rendered on top of the last frames(atleast it seems like it).
This only happens when I am building to mobile and trying the game on my device but works just fine on the editor.
I would really appreciate some help in fixing thi... | The rendering on the mobile build is broken(frame is being rendered on top of the last frames) | CC BY-SA 4.0 | null | 2022-06-06T11:00:53.640 | 2022-06-06T11:00:53.640 | null | null | 19,276,784 | [
"unity3d",
"game-development",
"mobile-development"
] |
72,558,357 | 1 | null | null | 0 | 850 | I Am trying to pass text widget data from one screen to another screen but I don't know how to do that in flutter.
I know how to do that from textfield and pass between screen. for example using a controller.
```
child: Text('Repetition', style: TextStyle(fontSize: 18, fontWeight: FontWeight.normal),)),
onPressed: ()... | How to pass text widget data from one screen to another screen in Flutter? | CC BY-SA 4.0 | null | 2022-06-09T10:00:57.713 | 2022-06-09T13:16:04.573 | null | null | 18,761,883 | [
"flutter",
"dart",
"mobile-development"
] |
72,580,622 | 1 | null | null | 1 | 162 | ```
import 'package:flutter/material.dart';
import 'package:syncfusion_flutter_gauges/gauges.dart';
class CreditScoreGauge extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Container(
margin: const EdgeInsets.all(20),
child: SfRadialGauge(
axes: <RadialAxis>[
... | Flutter: How do I create a semicircle on top of this widget | CC BY-SA 4.0 | 0 | 2022-06-10T23:23:35.800 | 2022-06-10T23:52:24.693 | null | null | 9,453,919 | [
"flutter",
"flutter-layout",
"mobile-development"
] |
72,611,107 | 1 | 72,611,155 | null | -1 | 406 | I am using timer.periodic to call some functions at different times. The problem which I am facing is that the timer is much slower than real life like for example what you will see in my code that the timer should finish in 5 seconds but in real life its taking 25 seconds to finish.
```
void startTheTimer(){
var c... | Flutter timer.periodic is slower than real life | CC BY-SA 4.0 | null | 2022-06-14T03:06:18.627 | 2022-06-14T03:22:29.400 | null | null | 18,205,996 | [
"flutter",
"android-studio",
"dart",
"mobile-development",
"flutter-timer"
] |
72,615,171 | 1 | null | null | 0 | 94 | Getting this error when fetching items from API
""
```
class Services {
static Future<List<Products>> getProducts() async {
try {
final response =
await http.get(Uri.parse('http://67.205.140.117/api/products'));
if (response.statusCode == 200) {
List<Products> list = parseProducts(re... | Getting this error when fetching items in flutter "Error Exception: type 'List<dynamic>' is not a subtype of type 'Map<String, dynamic>' in type cast" | CC BY-SA 4.0 | null | 2022-06-14T10:11:51.330 | 2022-06-14T11:32:29.840 | 2022-06-14T11:32:29.840 | 12,778,222 | 12,778,222 | [
"flutter",
"mobile",
"mobile-development"
] |
72,617,571 | 1 | 72,617,771 | null | 0 | 125 | I am trying to implement my own "expandable panel" in Flutter, basically there are questions and their answers, all having different length naturally. What i want to do is to display the question in a container first, and when user clicks the container i want to expand the second container's height, which has the answe... | Is there a parameter for default height for widgets in Flutter? | CC BY-SA 4.0 | null | 2022-06-14T13:10:09.540 | 2022-06-14T17:31:37.180 | 2022-06-14T13:11:23.187 | 19,337,533 | 19,337,533 | [
"flutter",
"mobile-development"
] |
72,646,340 | 1 | null | null | 0 | 107 | I have a react-native project that's working fine on my local.
In order to distribute it to testers, we're using Appcenter.
The problem is that the iOS build is fine, but the Android build is not installing if I enable signing.
If I generate signed apk on my local, it works file. And if I disable signing on Appcenter, ... | Appcenter signed apk not installed | CC BY-SA 4.0 | null | 2022-06-16T13:04:14.590 | 2022-06-16T13:04:14.590 | null | null | 10,944,573 | [
"android",
"react-native",
"android-keystore",
"mobile-development",
"appcenter"
] |
72,656,557 | 1 | 72,656,864 | null | 1 | 1,563 | I am trying to get the UI of an OTP screen using flutter, but I am having errors on the FocusScope.of(context) lines. I thought the 'BuildContext context' defined for the class 'OtpPage' should have made this not an issue.
Here is the code;
```
import 'package:flutter/material.dart';
import 'package:google_fonts/google... | Error: The getter 'context' isn't defined for the class 'OtpPage' | CC BY-SA 4.0 | null | 2022-06-17T08:39:34.977 | 2022-06-17T09:03:01.863 | 2022-06-17T08:41:22.060 | 18,355,313 | 18,355,313 | [
"flutter",
"dart",
"user-interface",
"mobile-development"
] |
72,663,519 | 1 | null | null | 0 | 172 | Soo i have been trying running an app on my phone but when i cloned a repo it gave me this error
```
@NonNull syncExpressions: List<Map<String, Any>>,
@NonNull dataStoreConfigurationBuilder: DataStoreConfiguration.Builder
) {
syncExpressions.forEach {
try {
val id = it["i... | Object is not abstract and does not implement abstract member public abstract fun success(p0: Any?): Unit | CC BY-SA 4.0 | null | 2022-06-17T18:37:33.697 | 2022-06-17T18:37:33.697 | null | null | 14,021,579 | [
"flutter",
"mobile-development"
] |
72,697,651 | 1 | null | null | 1 | 121 | I am working on a food delivery rider application with mvc_pattern. I want to get order details, rider current location and customer delivery address (i-e: Source to destination). I am getting these values by api calls. When I call setState after getting the values, the widget tree is not being rebuilt.
When I debug th... | setState() callback argument returned a Future. even I didn't mark setState as async | CC BY-SA 4.0 | null | 2022-06-21T08:36:54.803 | 2022-06-21T08:36:54.803 | null | null | 10,873,841 | [
"flutter",
"dart",
"widget",
"setstate",
"mobile-development"
] |
72,699,381 | 1 | null | null | 2 | 1,358 | i'm working on app in expo to take and save image to device. I tried camera roll but it seems it's not supported in expo
so is there any way to save image to device using expo
| How to save image to device using expo | CC BY-SA 4.0 | null | 2022-06-21T10:43:05.717 | 2022-06-22T17:45:33.760 | null | null | 19,381,902 | [
"react-native",
"expo",
"mobile-development",
"imagepicker"
] |
72,738,170 | 1 | null | null | 1 | 295 | [Click here to see error log](https://i.stack.imgur.com/6yEYK.png)
error: Type of the parameter must be a class annotated with @Entity or a collection/array of it.
kotlin.coroutines.Continuation<? super java.lang.Long> continuation);
** Please see the below code for my ArticleDao and ArticleDatabase Class**
```
@Enti... | Error with Room dao class with Kotlin Coroutine | CC BY-SA 4.0 | null | 2022-06-24T01:36:43.017 | 2022-06-24T01:45:35.053 | 2022-06-24T01:45:35.053 | 9,212,106 | 9,212,106 | [
"android",
"kotlin",
"android-room",
"kotlin-coroutines",
"mobile-development"
] |
72,810,403 | 1 | null | null | 0 | 89 | I would like to know the pros and cons of following app architecture.
The app will have 5 features: login, feature1, feature2, feature3, and feature4. Refer to the attached UI.
To modularise the features in this application, each feature will be developed as a separate cocoa pod project. The main app will pod these fea... | iOS app project modularisation with cocoa pod | CC BY-SA 4.0 | null | 2022-06-30T04:45:29.293 | 2022-06-30T04:45:29.293 | null | null | 3,713,439 | [
"ios",
"design-patterns",
"architecture",
"mobile-development"
] |
72,813,399 | 1 | null | null | 0 | 88 | SO everytime I run or Hot restart my application, I get bunch or errors on the compiler as following:
> W/DynamiteModule( 6436): Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found.
> D/ConnectivityManager( 6436): requestNetwork; CallingUid : 10208, CallingPid : 6436
I/Dynamite... | bunch of errors when run an application or hot restart | CC BY-SA 4.0 | null | 2022-06-30T09:28:42.873 | 2022-06-30T09:28:42.873 | null | null | 18,205,996 | [
"flutter",
"android-studio",
"dart",
"cross-platform",
"mobile-development"
] |
72,817,864 | 1 | 72,817,931 | null | 0 | 41 | This is the error I am getting :
java.lang.RuntimeException: Canvas: trying to draw too large(115781908bytes) bitmap.
Is there any way by which I can fix this without reducing the image quality?
| I am adding an ImageView in android app in android studio. The image size is 1.93MB. When I am running the AVD, app is getting closed due to an error | CC BY-SA 4.0 | null | 2022-06-30T14:50:25.437 | 2022-06-30T20:47:18.807 | null | null | 15,176,148 | [
"android",
"android-studio",
"kotlin",
"mobile-development"
] |
72,845,300 | 1 | null | null | 4 | 314 | I recently published an app on the play store, and the console shows me, that this error happens frequently, only on Android 12 / 12L.I could not reproduce it
---
```
backtrace:
#00 pc 000000000004f75c /apex/com.android.runtime/lib64/bionic/libc.so (abort+168)
#00 pc 00000000006d157c /apex/com.android.art/... | Android 12(L) Crashing: signal 6 (SIGABRT), code -1 (SI_QUEUE) | CC BY-SA 4.0 | null | 2022-07-03T09:17:04.170 | 2022-07-03T09:17:04.170 | null | null | 19,471,597 | [
"java",
"android",
"error-handling",
"signals",
"mobile-development"
] |
72,872,867 | 1 | null | null | 2 | 946 | No logro buildear mi aplicacion y ya he probado de todo, cambie `com.facebook.react:react-native:+` en android/app/build-gradle por `com.facebook.react:react-native:0.68.2` y nada, probe agregando, borrando, y editando el jcenter() de buil-gradle y tampoco.
Ya no se que mas probar.
| Could not resolve com.facebook.react:react-native:+ | CC BY-SA 4.0 | null | 2022-07-05T16:38:57.420 | 2022-10-31T13:47:35.940 | null | null | 19,444,858 | [
"android",
"react-native",
"mobile-development"
] |
72,879,297 | 1 | null | null | 0 | 65 | I have a flutter app with different log in options (Email and password, phone number, ...etc).
The first thing I made was the signup and sign in with email and password with email verification for first time signup.
This was the main class I had at that time:
```
class mainPage extends StatelessWidget {
@override
W... | Implement different log in options in flutter app | CC BY-SA 4.0 | 0 | 2022-07-06T07:14:48.433 | 2022-07-06T14:21:16.507 | 2022-07-06T14:21:16.507 | 209,103 | 18,205,996 | [
"flutter",
"dart",
"firebase-authentication",
"mobile-development"
] |
72,911,558 | 1 | 72,911,622 | null | 0 | 210 | hey I have created an app in flutter it has a download page just like youtube
what I want to do is when the app loads it should check the internet connection and if it is not there it should redirect the user to the download screen
```
This is the error
../../../../../.pub-cache/hosted/pub.dartlang.org/flutter_tr... | How to add offline screen in flutter? | CC BY-SA 4.0 | null | 2022-07-08T12:38:44.910 | 2022-07-08T18:42:56.297 | 2022-07-08T18:42:56.297 | 17,169,037 | 19,068,786 | [
"android",
"flutter",
"dart",
"flutter-dependencies",
"mobile-development"
] |
72,997,699 | 1 | null | null | 1 | 75 | I have a app that is for budgeting. I'm trying to create a Bloc that can withdraw money from a Budget Object. However I'm running into issues trying to figure out how to define the bloc in a way that it can withdraw the money and pass an update budget object back.
```
import 'package:bloc/bloc.dart';
import 'package:b... | Flutter withdraw money from a budget Object using bloc | CC BY-SA 4.0 | null | 2022-07-15T17:26:17.430 | 2022-07-15T17:26:17.430 | null | null | 18,653,070 | [
"flutter",
"dart",
"bloc",
"mobile-development"
] |
73,009,785 | 1 | 73,009,930 | null | 0 | 103 | So I recently started learning React Native by following a Udemy course. Until now, everything has worked just fine, but a couple of days ago I got this error message when running the simple "npm start" command. I've tried a few solutions like reinstalling the node_modules folder, updating everything to the latest vers... | Error: Cannot find module 'xdl' when running "npm start" in React Native | CC BY-SA 4.0 | null | 2022-07-17T07:00:56.513 | 2022-07-17T07:43:36.323 | 2022-07-17T07:43:36.323 | 15,288,641 | 19,564,881 | [
"javascript",
"react-native",
"npm",
"mobile-development"
] |
73,012,512 | 1 | 73,013,048 | null | 0 | 64 | This question isn't specifically for flutter, but it's what I'm learning at the moment, so I'm tagging it as such.
I'm writing a flutter app where the user can "favourite" a note, which changes the state of that note's icon. I'm using firebase as backend.
The way I've implemented it is to update the state of the icon w... | How do you speed up frontend response to user actions that require backend actions? | CC BY-SA 4.0 | null | 2022-07-17T14:11:19.840 | 2022-07-17T15:29:39.020 | 2022-07-17T14:14:06.893 | 1,750,755 | 1,750,755 | [
"flutter",
"firebase",
"backend",
"mobile-development"
] |
73,017,844 | 1 | 73,022,952 | null | -1 | 378 | I want to convert html to pdf using jspdf but i want to generate the pdf without showing the html content to users. The technology im using is ionic.
Please help on this issue
| HTML to PDF using jspdf in ionic | CC BY-SA 4.0 | null | 2022-07-18T05:56:04.180 | 2022-07-18T13:17:52.657 | null | null | 7,002,162 | [
"angular",
"ionic-framework",
"mobile-development"
] |
73,049,570 | 1 | null | null | 0 | 52 | There is a list of tags whose number is dynamic. Those tags will be filling up to 3 lines of an area when those tags exceed more than 3 lines. The "See more" button should be visible and when the user clicks on it, it should open the whole list then the "See less" button will appear at the end of the whole list of tags... | How to add "see more"/ "see less" functionality button at the end incase number of tags exceeds 3 lines | CC BY-SA 4.0 | null | 2022-07-20T09:58:48.057 | 2022-07-25T15:58:17.307 | 2022-07-25T15:58:17.307 | 9,275,386 | 9,275,386 | [
"android",
"ios",
"flutter",
"dart",
"mobile-development"
] |
73,068,341 | 1 | 73,068,876 | null | 2 | 138 | I am styling a card and have these multiple icon elements and text in it. I am having issues arranging the rows and columns to solve this problem here;
[Image 1](https://i.stack.imgur.com/nQnhd.png)
And this is what I am trying to achieve;
[Image 2](https://i.stack.imgur.com/UvvFl.png)
Here is my code for that row givi... | Aligning Rows and Columns in Flutter with Overflowing Long Text | CC BY-SA 4.0 | null | 2022-07-21T14:51:34.430 | 2022-07-21T16:03:55.520 | 2022-07-21T16:03:03.113 | 18,355,313 | 18,355,313 | [
"android",
"ios",
"flutter",
"mobile",
"mobile-development"
] |
73,088,651 | 1 | null | null | 18 | 4,462 | My app is not building because of this error and I am not able to understand the error. I tried 'flutter upgrade' and 'flutter get' but nothing was helpful.
```
Launching lib/main.dart on SM A127F in debug mode...
Running Gradle task 'assembleDebug'...
../../flutter/.pub-cache/hosted/pub.dartlang.org/fwfh_text_style-2.... | How to resolve 'FwfhTextStyle' error in Flutter? | CC BY-SA 4.0 | null | 2022-07-23T06:54:11.307 | 2022-11-27T13:23:37.500 | null | null | 16,432,742 | [
"flutter",
"android-studio",
"dart",
"gradle",
"mobile-development"
] |
73,118,891 | 1 | null | null | 1 | 46 | Is there any common convention, API/Library or Algorithm for password strength calculation in mobile/web applications for displaying the words: "Weak", "Medium" etc... or everyone is implementing this differently?
| Password Strength Calculation In Mobile/Web Applications | CC BY-SA 4.0 | null | 2022-07-26T06:52:22.100 | 2022-07-26T06:52:22.100 | null | null | 17,623,757 | [
"android",
"passwords",
"mobile-development"
] |
73,374,972 | 1 | null | null | -1 | 346 | So I'm currently making an app right now based out of react native and I'm trying to use the 'react-native-scrollable-tab-view' ([https://www.npmjs.com/package/react-native-scrollable-tab-view](https://www.npmjs.com/package/react-native-scrollable-tab-view)) RN library. It had been working previously but when I upgrade... | Updated 'react-native-scrollable-tab-view' react native library | CC BY-SA 4.0 | null | 2022-08-16T13:41:03.057 | 2022-08-16T13:53:24.223 | null | null | 17,655,670 | [
"reactjs",
"react-native",
"mobile-development"
] |
73,390,470 | 1 | null | null | 0 | 188 | So I'm working on a Xamarin app and all was going great until yesterday.
However, since yesterday I can't log in to the web server on my app and get this error when I do:
"java.security.cert.CertPathValidatorException: Trust anchor for certification path not found"
On the iOS side of things there is no problem, log in ... | Xamarin.Android - Trust anchor for certification path not found | CC BY-SA 4.0 | null | 2022-08-17T14:44:06.960 | 2022-08-17T15:08:53.360 | 2022-08-17T15:08:53.360 | 17,262,499 | 17,262,499 | [
"c#",
"xamarin",
"xamarin.android",
"ssl-certificate",
"mobile-development"
] |
73,399,621 | 1 | null | null | 0 | 360 | I have a screen (EditActivity) with a product creating/editing form. This screen has a layout in which there is a drop-down list product category. The list of items in this drop-down is set via ArrayAdapter.createFromResource. I don't have a problem when I use this screen as a creating form. The problem appears when I... | Set initial value to AutoCompleteTextView | CC BY-SA 4.0 | null | 2022-08-18T08:16:38.390 | 2022-11-23T08:57:42.840 | 2022-08-19T06:24:40.727 | 16,477,764 | 16,477,764 | [
"android",
"android-xml",
"mobile-development"
] |
73,417,406 | 1 | null | null | -1 | 230 | Myself and a team are starting a potential startup and one of the things we want to do is a mobile app. We have already identified the target audience to mainly be iPhone users. But here in the US there's still plenty of Android user so we've been considering using a cross platform framework like Flutter. I've seen a l... | Can I migrate a Flutter app to a native iOS app? | CC BY-SA 4.0 | null | 2022-08-19T13:17:24.380 | 2022-08-19T13:43:42.367 | null | null | 9,439,875 | [
"ios",
"swift",
"flutter",
"mobile",
"mobile-development"
] |
73,447,157 | 1 | null | null | 0 | 88 | I'm developing an android app that won't be downloaded via the Google Play store but instead through an APK listed on my website. I was looking for a way to update this app.
I've done some research and I think the best way would be to run an API at the start of the app that checks the downloaded app's version against t... | How to update android app without google play | CC BY-SA 4.0 | null | 2022-08-22T14:57:21.913 | 2022-08-22T14:57:21.913 | null | null | 16,591,356 | [
"java",
"android",
"mobile-development"
] |
73,464,386 | 1 | 73,465,076 | null | 2 | 134 | I am trying to convert a binary mask predicted with the pytorch_mobile package to an image I can show in my app.
The Prediction I receive is a 1-Dimensional list containing the predictions that my model spits out, these are negative for pixels assigned to the background and positive for pixels assigned to the area of i... | Converting grayscale 1D list of Image Pixels to Grayscale Image Dart | CC BY-SA 4.0 | null | 2022-08-23T19:48:13.810 | 2022-08-23T21:12:01.277 | 2022-08-23T21:12:01.277 | 2,828,341 | 19,042,422 | [
"flutter",
"image",
"dart",
"mobile-development"
] |
73,472,030 | 1 | null | null | 0 | 107 | So the project I'm currently working on requires a mobile app to connect with wearables ( etc..) to monitor the users data( like heart rate , oxygen levels etc..) and store it actively, it also needs to connect with other monitoring devices ().
I've tried to google about 'connecting/exchanging data with the wearable d... | How does wearable devices integrate with mobile apps? Building an cross platform APP | CC BY-SA 4.0 | null | 2022-08-24T11:06:48.470 | 2022-08-24T11:06:48.470 | null | null | 18,759,883 | [
"flutter",
"react-native",
"mobile-development",
"wearables"
] |
73,475,692 | 1 | null | null | 0 | 10 | I want to add functionality to check phone details in an app available on the play store, however I'm having problems related to permissions and I don't know how to solve it, here's the code:
```
if (ActivityCompat.checkSelfPermission(this, Manifest.permission.READ_PHONE_STATE) != PackageManager.PERMISSION_GRANTED) {
... | Mobile Development - Permissions | CC BY-SA 4.0 | null | 2022-08-24T15:14:55.720 | 2022-08-24T15:14:55.720 | null | null | 19,719,090 | [
"mobile",
"mobile-application",
"mobile-development"
] |
73,480,894 | 1 | 73,496,237 | null | -1 | 115 | I'm making an android app that won't go on google play and I want to be able to update it. The way I would do this is by having a server hold a JSON with the newest APK version and link to the APK and on App Launch I want to check the App's version against the APK held by the JSON. If the version on the JSON is the mos... | How to make an app updater for android app? | CC BY-SA 4.0 | null | 2022-08-25T01:12:57.037 | 2022-08-26T04:56:49.410 | null | null | 16,591,356 | [
"java",
"android",
"webview",
"mobile-development"
] |
73,486,646 | 1 | null | null | 0 | 147 | on launching the application it goes from splash screen to main screen at their everything is all right but when i try to login or skip my login , gap appears at top of the screen. Any one facing this issue? [](https://i.stack.imgur.com/jaVCE.jpg)
| React native ios half screen on navigation | CC BY-SA 4.0 | null | 2022-08-25T11:26:09.707 | 2022-08-25T11:28:29.013 | null | null | 17,189,337 | [
"android",
"ios",
"iphone",
"react-native",
"mobile-development"
] |
73,506,356 | 1 | null | null | 1 | 614 | I'm facing a situation where some packages import the same native library:
```
> 2 files found with path 'lib/arm64-v8a/libc++_shared.so' from inputs:
- ~/.gradle/caches/transforms-3/7d9d92dc8ec1ba2e45aff2ecbb549550/transformed/jetified-react-native-0.68.2/jni/arm64-v8a/libc++_shared.so
- ~/.gradle/caches/t... | Gradle packagingOption, pick other than first | CC BY-SA 4.0 | null | 2022-08-26T20:50:58.070 | 2022-08-26T20:50:58.070 | null | null | 3,001,271 | [
"android",
"gradle",
"mobile-development"
] |
73,538,843 | 1 | null | null | 1 | 130 | i am uploading CSV file in flutter using FilePicker but when i open my Gallery using file picker csv file not selectable and hence i am unable to upload CSV file with csv extension. How can i resolve this issue?
```
result = await FilePicker.platform.pickFiles(
type: FileType.custom,
... | CSV File not selecting and uploading in flutter | CC BY-SA 4.0 | null | 2022-08-30T07:45:45.250 | 2022-08-30T07:45:45.250 | null | null | 19,877,022 | [
"flutter",
"csv",
"file",
"dart",
"mobile-development"
] |
73,550,296 | 1 | null | null | 0 | 35 | I’m trying to develop a Drum Game but I’m having a problem. When the game first starts, an animation is played, each drum is played, it includes certain actions (changing each drum drawable and playing sound), these actions are already on a function but I just can’t initialize an animation where I call this action. All... | Android Animation with certain actions | CC BY-SA 4.0 | null | 2022-08-31T02:29:49.450 | 2022-08-31T02:29:49.450 | null | null | 19,883,731 | [
"android",
"kotlin",
"mobile-development"
] |
73,585,068 | 1 | null | null | 0 | 84 | I am creating a navigation app using Mapbox's SDKs and APIs. I am trying to put my customized Map with user location app inside a class (PagePlanRoute.kt) inside my project but it is only showing properly when the code is inside the MainActivity class. Whenever I put my codes on my class (PagePlanRoute.kt), the Map is ... | My android application (mapView) is not properly showing if it is not inside MainActivity | CC BY-SA 4.0 | null | 2022-09-02T15:43:39.030 | 2022-09-02T18:43:16.457 | 2022-09-02T18:43:16.457 | 12,402,724 | 12,402,724 | [
"android",
"android-studio",
"mobile-development",
"mapbox-android"
] |
73,608,733 | 1 | null | null | 0 | 45 | Hello i just got a new laotop and i am tryng to install react-native to my laptop and i have been grtting this error
```
node:internal/modules/cjs/loader:372
throw err;
Error: Cannot find module 'C:\Users\JUWON CALEB\AppData\Local\npm-cache\_npx\7930a8670f922cdb\node_modules\denodeify\index.js'. Please verify t... | How do i run NPX react-native on my laptop | CC BY-SA 4.0 | 0 | 2022-09-05T11:34:42.390 | 2022-09-05T12:08:16.130 | null | null | 13,631,064 | [
"javascript",
"reactjs",
"windows",
"react-native",
"mobile-development"
] |
73,630,722 | 1 | null | null | 1 | 307 | I was developing a video call application, and I want to show incoming calls.
When The phone is in the foreground I was able to show a full screen in both android and ios.
and when the app is minimized, in android I achieved it by bringing the app to foreground and navigate to the invitation screen.
but in ios, I could... | Flutter: How to display fullscreen incoming call on ios when the app is in background? | CC BY-SA 4.0 | null | 2022-09-07T05:57:58.993 | 2022-09-07T06:09:58.830 | null | null | 12,965,253 | [
"android",
"ios",
"swift",
"flutter",
"mobile-development"
] |
73,635,360 | 1 | null | null | 4 | 190 | I have been having this problem with my . Whenever I turn on wireless debugging, it turns off whenever the device goes to sleep. I have checked WiFi settings for but did not find any such option in the MIUI Wifi options. I reset my phone few months back, and the problem was gone. But now it is back, and I cant afford ... | Android 11 - Wireless Debugging turns off when phones' display turns off | CC BY-SA 4.0 | null | 2022-09-07T12:16:26.323 | 2022-09-07T12:30:55.537 | 2022-09-07T12:30:55.537 | 10,014,401 | 10,014,401 | [
"android",
"mobile-development",
"redmi-device"
] |
73,645,644 | 1 | 73,645,849 | null | -1 | 218 | I have made two `textView` in an `xml` file where one `textView` shows current date and another shows current time as `text`.
Now, I have used the java `Calendar.getInstance().getTime()` method to get the date & time information. But it is acting as a static view i.e. it is not changing the date & time like a digital c... | How to show the live DateTime as a textView (Like a digital watch) in Android Studio? | CC BY-SA 4.0 | null | 2022-09-08T08:04:48.723 | 2022-09-08T08:22:09.727 | 2022-09-08T08:13:31.997 | 11,755,559 | 11,755,559 | [
"java",
"android",
"android-studio",
"mobile-development"
] |
73,647,652 | 1 | null | null | 0 | 69 | I am trying since Android 12 appeared to create an android application with a full screen WebView working with camera upload (`<input type="file">`) and I cannot get it done.
Is there anyone who can help me with an working exemple? I found so many examples/tutorials but they are old and do not work with the latest andr... | Android 12 Webview with camera upload | CC BY-SA 4.0 | null | 2022-09-08T10:33:18.933 | 2022-09-08T10:33:18.933 | null | null | 11,707,110 | [
"android",
"webview",
"mobile-development"
] |
73,676,007 | 1 | null | null | 0 | 45 | I'm creating an App Updater for my android App and since the app can't go on the Play Store I need to get my APK from somewhere else. I'm already getting a JSON through an HTTP Request from my server that contains the version of the latest app. Is there a way to send the APK within that JSON to be downloaded after? If ... | What's the best way to get an APK for app update? | CC BY-SA 4.0 | null | 2022-09-11T00:17:28.480 | 2022-09-11T00:17:28.480 | null | null | 16,591,356 | [
"java",
"android",
"mobile-development"
] |
73,684,450 | 1 | null | null | 0 | 379 | [](https://i.stack.imgur.com/DdG5I.png)
How to show a constant text in textfield in Flutter along with typed data like in this picture.
| How to show a text along textfield data like this in flutter | CC BY-SA 4.0 | null | 2022-09-12T04:21:33.697 | 2022-09-12T05:23:26.393 | null | null | 5,944,241 | [
"flutter",
"dart",
"textfield",
"mobile-development"
] |
73,807,020 | 1 | null | null | 0 | 109 | can you please explain how to draw/make a mesh gradient in swiftUI similar to the attached image?
I it straightforward to use LinearGradient, RadialGradient, or Angular gradient but none of them produce something similar to the attached image as far as I know.
Can you please help me with my request?
[](https://i.stack.... | how to draw mesh gradient in swiftui | CC BY-SA 4.0 | null | 2022-09-21T21:16:17.697 | 2022-09-22T15:36:37.167 | 2022-09-22T15:36:37.167 | 9,751,547 | 9,751,547 | [
"ios",
"swift",
"user-interface",
"swiftui",
"mobile-development"
] |
73,816,307 | 1 | null | null | -1 | 89 | I am learning Swift and iOS development, and I am just trying to figure out how to open an URL from a button click.
I found this answer: [SwiftUI: How do I make a button open a URL in safari?](https://stackoverflow.com/questions/58643888/swiftui-how-do-i-make-a-button-open-a-url-in-safari)
So I am trying to incorporat... | Swift - open URL from button click | CC BY-SA 4.0 | null | 2022-09-22T14:21:31.693 | 2022-10-01T22:18:22.803 | 2022-10-01T22:17:48.207 | 472,495 | 4,262,571 | [
"ios",
"swift",
"uibutton",
"mobile-development"
] |
73,828,031 | 1 | null | null | 0 | 84 | I am learning iOS and Swift development, and I was able to get a button click to open a URL.
Within Xcode, I am running the app by clicking the play button.
When the app opens, and I click the button on the app, it takes me to the URL.
The problem is: the screen is blank.
The address bar does show the URL.
Here is a po... | UIButton click function opens URL in blank screen | CC BY-SA 4.0 | null | 2022-09-23T12:52:44.763 | 2022-10-01T22:16:32.163 | 2022-10-01T22:16:32.163 | 472,495 | 4,262,571 | [
"ios",
"swift",
"emulation",
"mobile-development"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.