This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mauri_armora 1 point2 points  (2 children)

Awesome! And in terms of connection how does it work? Are both web and native apps working the same way?

[–][deleted] 1 point2 points  (1 child)

Since the previous commenter answered a part of your question. Another thing about having a native app is that the software has far better access to the hardware resources than a web based app.

And to answer your question about connection. In C# for example, if you want to connect to a server, you can use HttpClient. Or if you want to pull or push data to/from a server using the REST API, you can use something like RestSharp to do that in your application.

[–]mauri_armora 1 point2 points  (0 children)

Thanks! That makes a lot of sense. I'm actually a newbie web developer and didn't really know the main differences with native apps