A B C D E F G H L N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- checkCredentials(String, String, View) - Method in class com.example.airplanned.activity.LoginPageActivity
-
this method sends the user input to a POST call to server to check if the user exists
- com.example.airplanned - package com.example.airplanned
- com.example.airplanned.activity - package com.example.airplanned.activity
- com.example.airplanned.adapter - package com.example.airplanned.adapter
- com.example.airplanned.api - package com.example.airplanned.api
- com.example.airplanned.model - package com.example.airplanned.model
- Comment - Class in com.example.airplanned.model
-
comment class is a part of a post tracks which user commented and what the message was
- Comment(String, User) - Constructor for class com.example.airplanned.model.Comment
-
creates comment object
- createNewPostDialog() - Method in class com.example.airplanned.activity.PostPageActivity
-
this method creates a pop up window to allow the user to make a post takes the user input and then makes a post object and adds it to the list through a retrofit call
- createTrip() - Method in class com.example.airplanned.activity.AddingTripActivity
-
creates new trip using user input
- createUser(String, String, String) - Method in interface com.example.airplanned.api.UserApi
-
method post a new user created on the registration page
All Classes All Packages