I
I
ireapzz122019-11-30 10:08:21
Android
ireapzz12, 2019-11-30 10:08:21

How to create a mobile application if you already have a website (with the possibility of authorization)?

The university has a private office where students and teachers sit. I want to create a mobile application for this office. I've looked all over the internet and still can't figure out what exactly to read. I found some lessons 300-400 pages long, but there the creation is just an application, and I need it with the entrance to my personal account. Something like synchronization (login with login and password), I’m probably in this business 0.
There is time, there is a desire, the only thing I don’t understand is what exactly should I read?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Gornostaev, 2019-11-30
@sergey-gornostaev

An Android Mobile Application Development Tutorial.

V
Vladimir Korotenko, 2019-11-30
@firedragon

Using xamarin as an example, but in general it will work with any framework.
https://docs.microsoft.com/en-us/xamarin/android/g...
1. create 2 login windows and an application window
2. add permission to access the Internet
3. display the login screen at startup
4. read the name -password and make a request to your server.
5. The server generates a cookie, jwt token something else, you save this token in memory
6. change the page to the main one
7. Request data via api, add the token received in paragraphs to the header. 5
8. Don't forget to cache data when requesting data in
PS data adapters, it's better to use something like Phonegap https://phonegap.com/blog/2015/11/30/framework7/

D
Developer, 2019-11-30
@samodum

You need to find a programmer

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question