0
How Do We Create a Native android app for our website?
what coding language or skill is required to create a native app for our website, or how do we do it and also to update it live.. i mean whatever changes is being made in the website, the change must also be in the app. if a new post is published in the website then it must also be publish in the app at the same time.
6 Antworten
+ 1
For native app resources through SoloLearn, try the Kotlin series and Swift series.
https://www.sololearn.com/learn/7792/?ref=app
https://www.sololearn.com/Course/Swift/?ref=app
I don't know of any easy way to keep the technology updates synced between website and app. A lot of sophisticated tech departments run into this problem. (Actually, SoloLearn is no exception here. The website version is extremely limited compared to the app.) Programming a native app is very different from programming a website - a bit like woodburning is different from oil paints on cloth canvas... The pictures could be similar, but the tools, techniques, and considerations are different.
If you just want user generated content to sync, you should have endpoints in the app(s) and the website to send/receive updates to/from the server that writes/retrieves to/from the database, then have endpoints on the server side (can be any general purpose programming language) to carry out the instructions. That's the general idea.
+ 1
Not sure if this helps you out:
https://www.sololearn.com/learn/1439/?ref=app
+ 1
You can use AJAX to make that go faster (but you wouldn't be able to test AJAX on SoloLearn because average users don't have access to SoloLearn servers).
https://www.w3schools.com/xml/ajax_intro.asp
https://www.sololearn.com/learn/7896/?ref=app
Anything here sounding like what you had in mind?
+ 1
Glad I could help. :)
0
Thank You! Janning⭐ For the response but i want to create it a kinda native app and not just the Webview app which allows to view the same website in the browser and also in the app. Thanks Again
0
Thank You Janning⭐ I'll go for kotlin and see if it works the ways i want.. Thank You Very Much!😊