Skip to content

Instantly share code, notes, and snippets.

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
{
"coord": {
"lon": -5.93,
"lat": 54.58
},
"weather": [
{
"id": 804,
"main": "Clouds",
"description": "overcast clouds",