Skip to main content

Questions tagged [mobile]

The tag Mobile should be used to mark questions regarding mobile computing issues. Mobile computing is a form of human–computer interaction by which a computer is expected to be transported during normal usage. Examples include smartphones and tablets.

0 votes
0 answers
10 views

SFML sf::Touch position is wrong

` if (button.isDown(0)) { sf::Vector2i buttonPos = button.getPosition(1); std::cout << buttonPos.x << std::endl; } ` I'm a beginner, coding on mobile. When getting the position ...
user26450166's user avatar
-3 votes
0 answers
19 views

In Mobile App Development, What to Learn First: Native Development or Cross-Platform Frameworks as a Beginner? [closed]

I want to Crack Remote Job as A Mobile App Developer, so which tech stack should I start with up ? Should I go with Native Development or Cross-Platform Development first? I started learning Java for ...
Abdullah's user avatar
0 votes
1 answer
18 views

How Can I fix the issues running Coroutine on Unity's Touch in mobile

I'm new in Unity and C#.And I have some problems. When my character moves using a 'touchmove', I used a 'weapon' to launch a 'projectilePrefab'. However, when I actually touched and moved the ...
프로필's user avatar
0 votes
1 answer
35 views

How to wrap text like this in flutter?

So i recently played with flutter and a concept of wrapping text came to my mind and i'm curious to know about this. enter image description here I've tried with Flexiblefor the text, and Sizedbox, or ...
WOOVYWOOVY's user avatar
-1 votes
0 answers
21 views

play.google.com developer console blocking phone numbers

Does Google currently block registration of developers from Ukraine and from Ukrainian numbers? I live in Ukraine, the city of Kharkiv. We can't register. At the moment we cannot register from the ...
formasters777's user avatar
0 votes
0 answers
9 views

FlexboxLayout Not Recognized Despite Correct Dependencies

I have already imported the necessary dependencies for my project to use the flexbox layout. It shows an error that it does not work and cannot find the dependency in my project. Here i the code I'm ...
user26436559's user avatar
0 votes
0 answers
11 views

Who is at fault here: the GSM Provider, my VPS email or Outlook.com? [closed]

I have developed a mobile tracking app that uses MailKit and MimeKit to send periodic emails (about the Android phone's most current location) to an email address ([email protected]). I use an email ...
Md Idiake's user avatar
-1 votes
0 answers
12 views

How to handle TypeError: fork_exec() error in Flutter project?

I'm currently building a Flutter app that uses the SeriousPython package to utilize OpenCV and Numpy for image analysis, and I'm testing on my iPhone. I think I'm close to it functioning, but I'm ...
user26409301's user avatar
-1 votes
0 answers
9 views

What is the industry standard for session management on mobile?

I've been struggling to find an answer to this for a couple of days now, but I am trying to implement sessions in a mobile app. Most apps today (Amazon, Reddit, etc.) don't prompt you to sign in ...
darkshadowtrail's user avatar
0 votes
0 answers
18 views

Why isn't my data updating in child composables?

Im collecting data from my db in my viewmodel. I know its being updated in BottomSheetEditContent, but i don't know how to make it show its's value (the one collected from viewmodel) in child ...
Michal Rymarski's user avatar
0 votes
1 answer
29 views

android studio - why is the TextView missing?

I have a FrameLayout and using the bottom navigation View there is a switching of 3 fragments. When the button is clicked, TextViews are created in the Main Fragment. The problem is that when ...
tumannick's user avatar
-1 votes
0 answers
12 views

Which language do i need to use for my cloud app? [closed]

I want to make a side-project, but i really don't know where to start. I only have experience with C and js, but the learning process is also the goal. I just want to know with which language i can ...
Alifer's user avatar
  • 1
-1 votes
0 answers
10 views

Clarification on MASTG Test Selection and Level Dependencies (L1/L2)

Hello and sorry in advance if this is a dumb question, but I'm struggling to figure out how to interpret some info from the MASTG. When I select a test from the official link, there's another list of ...
user26432322's user avatar
0 votes
0 answers
10 views

How to get a list of slow mobile web pages without testing page by page?

Our website passes the desktop pagespeed insight test but the mobile version always fails it. We saw the detailed report of LCP failures. But how can we find out which were those slow pages dragging ...
Manhattan Elite Prep's user avatar
0 votes
0 answers
20 views

Is there a FREE mobile automation testing tool that can test flutter apps and interact with android apps [closed]

I am trying to automate a mobile app that uses a B2C login structure. Keep in mind this is a mobile app flow. The flow: You open the app and see a 'Sign In' button. Upon clicking 'Sign In' you are ...
SackofCherries's user avatar

15 30 50 per page
1
2 3 4 5
2077