This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VIEWMODEL | |
public class ViewModelUsers extends AndroidViewModel { | |
public boolean | |
UNAUTHENTICATED, // Initial state, the user needs to authenticate | |
AUTHENTICATED, // The user has authenticated successfully | |
INVALID_AUTHENTICATION; // Authentication failed | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"coord": { | |
"lon": -5.93, | |
"lat": 54.58 | |
}, | |
"weather": [ | |
{ | |
"id": 804, | |
"main": "Clouds", | |
"description": "overcast clouds", |