31,111 questions
-2
votes
0
answers
27
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 ...
0
votes
0
answers
10
views
UI snaps to place only after first fast refresh, only on android, React Native
Currently experiencing an issue where in my React Native app, on android only, when first entering with expo, the UI is not correct, when doing any change in _layout the UI will snap to place
When ...
0
votes
1
answer
48
views
How to hide background of matchedTransitionSource?
How can I hide the background of an animated NavigationLink while using the swipe-to-go-back gesture?
Here's what I currently have:
and what I want it to look like:
similar to the iOS Photos app. I'm ...
0
votes
1
answer
48
views
Integrating Periphery using Tuist. Error No such module "NameOfMyMainTarget" in @tesable import "NameOfMyMainTarget"
im adding Periphery in Project.swift using tuist like this:
.target(
name: "\(TargetName.periphery)",
destinations: .macOS,
product: .framework,
bundleId: "&...
0
votes
0
answers
23
views
Trying to use SkAdNetwork with Unity but receiving "Error setting install attribution pingback"
We have an app targeted for children and we want to use the SkAdNetwork to track installs for campaigns.
We don't want to track further in-app events (purchase etc.), just the install event.
We added ...
-1
votes
0
answers
43
views
How can you connect the data change from teachers to change the same data for parents?
In classconnect project app How can you connect the data change from teachers to change the same data for parents?
0
votes
1
answer
22
views
How to configure dependencies for hybrid web/mobile applications in a monorepo (ex. turborepo)?
I am developing a hybrid mobile and web application using Nextjs and React Native. Since I want to use tailwind for styling, I would prefer to optimize my dependencies by installing in root, but since ...
1
vote
1
answer
48
views
Can't scroll down on mobile after hero section loads — content visible but not accessible
Hey all — I'm building a custom website and I'm running into a weird issue on mobile devices (tested on iPhone and Android).
Issue
Page loads fine — navbar and hero section appear immediately
After ...
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
28
views
Page display in MS Edge mobile browser is poor
My website viewed on mobile using Chrome or Opera is fine, but when using MS Edge on mobile the content is wider than the footer, which only covers half the width of the page.
No problems on any ...
0
votes
1
answer
54
views
Updating element value prevents change event on mobile
I'm working with an application where some of the input elements are updated in real time using an input event. For some reason, when the input is updated, it somehow prevents a change event from ...
-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....
3
votes
1
answer
61
views
Drift search query in DropdownSearch for Flutter
I'm using the Drift package in my Flutter project, and I need some help with a search feature in a DropdownSearchwidget. I have a table called ingredients defined like this:
class Ingredients extends ...