Skip to main content

Questions tagged [mobile]

**Mobile application development** is the process by which application software is developed for mobile devices (usually low-power handheld or portable devices).

0 votes
0 answers
52 views

Utilising Social Logins via OAuth2 in native mobile apps

This question has been asked over and over again, but I have not yet found a satisfying answer: How to use Social Logins (via OAuth2) to obtain access tokens for your backend if your only clients are ...
rsmidt's user avatar
  • 9
-4 votes
1 answer
188 views

How can I manage user data without the login feature? [closed]

I am making a .net Maui QR code business card application and the application will not have authorization features such as member login and registration. And my app needs to be able to create business ...
Tugba Dokumaci's user avatar
0 votes
2 answers
815 views

Best approach to sync data between mobile app cache and the server db? [duplicate]

I have an offline-first mobile app. The user enters data, data is saved into local SQLite database. The server has Postgres database. I need to build a two-directional sync strategy that keeps data on ...
Andrey Gordeev's user avatar
0 votes
1 answer
118 views

Complex stateful logic in MVVM architecture

I'm building a mobile app in Flutter, and the project has several distinct layers. The top part is something better described as MVVM: dumb View layer that performs rendering and delegates actions to ...
afrish's user avatar
  • 103
0 votes
1 answer
121 views

What is the name of the approach (practice) when several unrelated entities are returned at once in the response to a request [closed]

For example, for a mobile frontend, you need to get all the data for rendering at once. The interface is divided into blocks, in which there can be both blocks with a catalog (categories) and other ...
fogel's user avatar
  • 21
-4 votes
2 answers
179 views

Why do some app makers limit their app to certain regions?

For example, many dating apps are limited to only certain cities of the USA. Or, they launch first in only regions and then may be unlocked across the country. Why the restriction? Why wouldn't you ...
Bear Bile Farming is Torture's user avatar
0 votes
3 answers
158 views

Feature Flag based architecture pattern for iOS/Android applications

Am exploring options of adopting feature flag based development to deliver builds faster instead of getting tangled in release branch management rabbit hole. As of now I am not able to find a good ...
GoodSp33d's user avatar
  • 199
2 votes
2 answers
102 views

Should a mobile app keep an 'outdated' version of the data and refresh it from database or always fetch from database?

I'm building a mobile, in which the user is able to create,modify and delete entries in a database. There are multiple screen where some of the entries are displayed: (here are some examples, not ...
Corentin Aulagnet's user avatar
0 votes
1 answer
92 views

Design a model for a user

There has been a change in the project I am working on. Until today, there was only one type of user in the system. From the moment you logged in, you had all the information about the user. The new ...
Maor's user avatar
  • 111
5 votes
1 answer
236 views

Keeping version parity between platforms

I'm in the mobile development domain and I use semantic versioning to version my releases. I keep both versions the same as long as new builds are released for both iOS and Android platforms at the ...
Isuru's user avatar
  • 391
0 votes
1 answer
115 views

How to estimate scaling up costs/resources-needed of a project? [closed]

Let's consider an entrepreneur decides to create a new company like Airbnb, Netflix, etc. The problem is about the software part. He doesn't know how long it takes to create the mobile/web app? How ...
GoodMan's user avatar
  • 109
-1 votes
1 answer
201 views

Is there a way to detect if the guest user on web page has opened my mobile application to enhance his user xp [closed]

I have a website and mobile applications Android & IOS, all platforms are connected to the same database, what we are trying to do is to enhance the user experience by showing him specific ...
Hossam Hassan's user avatar
1 vote
1 answer
461 views

Is it possible to store data for an offline-first native app that syncs with a web version without a backend?

I'm working on a somewhat typical notes app that I plan to create with React Native. Since the usage involves a lot of typing, it makes sense that there should also be a web version that users could ...
udbhavs's user avatar
  • 25
-1 votes
2 answers
384 views

Nightly build, GitFlow and PR [closed]

My customer decided to have an automatic nightly build based on develop branch. We usually make a feature branch (and if it is necessary we provide a release compiled manually on that branch) and when ...
AP.'s user avatar
  • 107
1 vote
1 answer
67 views

Strategy for dealing with geolocation and geocoding inaccuracies

For a mobile app, we are using the Google APIs for geolocation and geocoding. The basic use case is to find entities within a certain radius (in the range of a couple of kilometers) of each other. ...
ahron's user avatar
  • 165

15 30 50 per page
1
2 3 4 5
21