Click here to Skip to main content
15,891,473 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: Offline web apps Pin
SeasonedGuru25-Oct-19 2:35
SeasonedGuru25-Oct-19 2:35 
GeneralRe: Offline web apps Pin
Sander Rossel25-Oct-19 3:33
professionalSander Rossel25-Oct-19 3:33 
QuestionRe: Offline web apps Pin
MSBassSinger25-Oct-19 4:20
professionalMSBassSinger25-Oct-19 4:20 
AnswerRe: Offline web apps Pin
Sharp Ninja25-Oct-19 2:50
Sharp Ninja25-Oct-19 2:50 
GeneralRe: Offline web apps Pin
Sander Rossel25-Oct-19 3:22
professionalSander Rossel25-Oct-19 3:22 
AnswerRe: Offline web apps Pin
Lucas Vogel25-Oct-19 3:54
professionalLucas Vogel25-Oct-19 3:54 
GeneralRe: Offline web apps Pin
Sander Rossel25-Oct-19 3:58
professionalSander Rossel25-Oct-19 3:58 
AnswerRe: Offline web apps Pin
MSBassSinger25-Oct-19 4:04
professionalMSBassSinger25-Oct-19 4:04 
Yes. Xamarin Forms using Visual Studio 2019 on Windows, with a Mac Mini or other Mac on the network that you can connect to from VS2019 and if needed, VNC into. The single Xamarin Forms solution creates iOS, Android, and UWP (for Windows) projects. The UI code is written once (though you can include native UI code if and when necessary, which is rare or non-existent), and shared between the OS-specific projects. The time-to-delivery is better than other development platforms when one considers equally skilled developers in each platform.

I use that setup and it works like a charm. The caveat, which is true in about any development environment, is to use the tool as it was designed to be used. Native mobile apps (stateful) are a wholly different architecture than web apps (stateless). In fact, they are more like WinForms apps than like web apps.

You can build the WebAPI code in the same project, so if there is an Internet connection, the data uploads. If the connection is not there, you can save the data locally, and automatically upload when connected.
AnswerRe: Offline web apps Pin
mmelvis25-Oct-19 4:21
mmelvis25-Oct-19 4:21 
AnswerRe: Offline web apps Pin
TylerMc00725-Oct-19 5:05
TylerMc00725-Oct-19 5:05 
AnswerRe: Offline web apps Pin
Hedzer25-Oct-19 5:59
Hedzer25-Oct-19 5:59 
AnswerRe: Offline web apps Pin
JoshDavisChem25-Oct-19 9:57
JoshDavisChem25-Oct-19 9:57 
AnswerRe: Offline web apps Pin
vaderjm25-Oct-19 11:07
vaderjm25-Oct-19 11:07 
AnswerRe: Offline web apps Pin
pluginguy25-Oct-19 10:02
pluginguy25-Oct-19 10:02 
AnswerRe: Offline web apps Pin
Member 1292431225-Oct-19 11:42
Member 1292431225-Oct-19 11:42 
AnswerRe: Offline web apps Pin
EbenRoux27-Oct-19 23:56
EbenRoux27-Oct-19 23:56 
AnswerRe: Offline web apps Pin
Member 1089662528-Oct-19 23:24
Member 1089662528-Oct-19 23:24 
PraiseWhere Bing is better than Google... PinPopular
Sander Rossel24-Oct-19 1:21
professionalSander Rossel24-Oct-19 1:21 
GeneralRe: Where Bing is better than Google... Pin
CodeWraith24-Oct-19 1:30
CodeWraith24-Oct-19 1:30 
GeneralRe: Where Bing is better than Google... Pin
Sander Rossel24-Oct-19 2:07
professionalSander Rossel24-Oct-19 2:07 
GeneralRe: Where Bing is better than Google... Pin
CodeWraith24-Oct-19 2:16
CodeWraith24-Oct-19 2:16 
GeneralRe: Where Bing is better than Google... Pin
musefan24-Oct-19 4:03
musefan24-Oct-19 4:03 
GeneralRe: Where Bing is better than Google... Pin
User 991608024-Oct-19 4:40
professionalUser 991608024-Oct-19 4:40 
GeneralRe: Where Bing is better than Google... Pin
W Balboos, GHB24-Oct-19 5:25
W Balboos, GHB24-Oct-19 5:25 
GeneralRe: Where Bing is better than Google... Pin
GKP199224-Oct-19 1:48
professionalGKP199224-Oct-19 1:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.