As integrated in #10 , we are now able to connect to the API thanks to a form. Unfortunately, the account management is split onto places of the application. That leads to an un-consistency of the behavior of the application.
The login/logout form should be placed on the same activity, in the settings IMO.
If the user is not connected, we should only display a message like "Hi, you are not connected yet" and then a button that trigger the settings activity.
As integrated in #10 , we are now able to connect to the API thanks to a form. Unfortunately, the account management is split onto places of the application. That leads to an un-consistency of the behavior of the application.
The login/logout form should be placed on the same activity, in the settings IMO. If the user is not connected, we should only display a message like "Hi, you are not connected yet" and then a button that trigger the settings activity.