All Questions
7,895 questions
-2
votes
0
answers
29
views
Can I make a Android application with only Java code without utilizing Android Studio or the Android SDK? [closed]
I don't like Android Studio much, it's to simple and uncontrollable for me and I wanted to program in Java since I just prefer it more, and I don't want to depend on the Android SDK to make an ...
1
vote
0
answers
27
views
Problem generating MD5 of files on iOS using React Native
I have a question, I'm developing a react native application for android and ios, in this application there is a code to get the md5 of an image, which the backend checks when I post an image, the ...
0
votes
0
answers
25
views
My video background is transparent, but it keeps displaying a black background. How do I get the video to display a transparent background?
My app is supposed to display a video of a garden with working fans. The video works fine but the video keeps showing a black background, I've tried changing the color to transparent but it does not ...
-1
votes
0
answers
25
views
Which one is better to use NativeWind or NativeWindUI? [closed]
Hello i am creating my first expo application. And there is question that asking what method you like to use for styling ?
I am total beginner and never used any of these before. But i had a research ...
1
vote
1
answer
48
views
flutter native launch page center logo change
The default logo for flutter's native launch page is a square with rounded corners. I'm gonna change it into my own logo. My logo is rectangular, where can I modify it?
I used flutter_native_splash 2....
0
votes
0
answers
43
views
Save login credential in google password manager
In my Flutter Application I want to save the user id and password using the google credential. There may be n-number of user id and password
I want in the login pager after tapping on the username ...
0
votes
0
answers
46
views
Android studio INFO - Emulator: Pixel 4 - Process finished with exit code -1073740940 (0xC0000374)
I try a lot of fix to android studio exit code error -1073740940 (0xC0000374)
I tried to change my AVD folder, add android_avd_home and android_sdk_home envrioment systems, but nothing solved the ...
2
votes
0
answers
42
views
Flutter Image Colors issue
When uploading an image using a iOS device on Flutter version 3.27+ the image has this green night vision look on it. Ive tested on different applications and have the same issue when uploading images....
-1
votes
0
answers
43
views
Android home and Android SDK
I'm trying to build an android app using react native. I currently have a project I setup using npx @react-native-community/cli init name and a phone, the Z FLIP 6 connected (and yes I did check that ...
-1
votes
1
answer
57
views
How are Android or iOS apps able to launch only in specific cities?
Both Android and iOS allow developers to publish their apps to select countries, if not globally.
As far as I know, neither Android nor iOS allows apps to be published only for specific states or ...
0
votes
0
answers
35
views
Can I use TextInputEditText without TextInputLayout?
For a project, I was analyzing part of a Java code structure for mobile applications. During the analysis, I realized that it didn't have a TextInputLayout, but right at the beginning it imports a ...
0
votes
3
answers
58
views
How do i get my app to stop crashing when edittext view is empty
I am creating an app where the users inputs data about their garden within fragments, it saves and outputs data on the home fragment. My problem is that I am trying to make a toast message when the ...
0
votes
1
answer
35
views
Android ViewModel Methods Fail After First Successful Execution - State Management or Concurrency Issue
In my Android application, I have a UserViewModel that handles various user-related operations (registration, login, username update, password change, etc.). The problem is that after one of these ...
0
votes
1
answer
50
views
How to force all users to install the latest version of my app on Google Play and App Store?
I have mobile applications published on Google Play Store and Apple App Store. When I release a new version, I want all users to install the update by default without requiring them to manually update ...
0
votes
0
answers
13
views
Is there any way to stream in landscape mode using flutter rtmp_broadcaster package
Am implementing a feature in a flutter app that allows users to stream to online platforms, I am using the package rtmp_broadcaster but I am unable to capture a horizontal video output
SystemChrome....