- updateIconToggles(SparseBooleanArray, SparseArray<int[]>) - Method in class com.culturemesh.android.CreatePostActivity
-
This fancy function uses our SparseArray's to concisely iterate over our toggle icons
and update their colors - white if untoggled, black if toggled.
- updateIconToggles(SparseBooleanArray, SparseArray<int[]>) - Method in interface com.culturemesh.android.FormatManager.IconUpdateListener
-
This method will require the parent activity to update the toggle button icons.
- updateIconToggles(SparseBooleanArray, SparseArray<int[]>) - Method in class com.culturemesh.android.SpecificPostActivity
-
Update whether an icon has been "toggled", or selected
- updateProfile - Variable in class com.culturemesh.android.SettingsActivity
-
Button for updating the User
's profile on the server with the one currently displayed
- updateUser(SharedPreferences) - Method in class com.culturemesh.android.SettingsActivity
-
Updates user info via PUT request to server.
- user - Variable in class com.culturemesh.android.API.Get.LoginResponse
-
- user(RequestQueue, long, <any>) - Static method in class com.culturemesh.android.API.Get
-
Get a User
object from it's ID
- user(RequestQueue, User, String, String, <any>) - Static method in class com.culturemesh.android.API.Post
-
POST to the server a request, via /user/users
, to create a new user.
- user(RequestQueue, User, String, SharedPreferences, <any>) - Static method in class com.culturemesh.android.API.Put
-
PUT to the server, via /user/users
, a request to make changes a User
.
- user - Variable in class com.culturemesh.android.SettingsActivity
-
- USER_EMAIL - Static variable in class com.culturemesh.android.API
-
Identifier for the currently-signed-in user's email.
- userAttendingEvents - Variable in class com.culturemesh.android.RVAdapter
-
This contains the events in this network that the user is attending, which affects
some aspects of the event UI.
- userCounts - Variable in class com.culturemesh.android.NetworkSummaryAdapter
-
Mappings from Network.id
(as a String
) to its counts of
Post
s and
User
s
- userEvents(RequestQueue, long, String, <any>) - Static method in class com.culturemesh.android.API.Get
-
Get the Event
s a User
is subscribed to.
- userEventsForNetwork(RequestQueue, SharedPreferences, long, <any>) - Static method in class com.culturemesh.android.API.Get
-
Get the Event
s a User
is subscribed to for a given Network
.
- userID(RequestQueue, String, <any>) - Static method in class com.culturemesh.android.API.Get
-
Get the ID of a User
from an email address.
- username - Variable in class com.culturemesh.android.RVAdapter.PostViewHolder
-
Text fields for both Post
and Event
information
- username - Variable in class com.culturemesh.android.RVCommentAdapter.PostReplyViewHolder
-
Textual components of the display for a single list item
- userName - Variable in class com.culturemesh.android.SettingsActivity
-
Editable text fields that make up parts of the User
's profile
- username - Variable in class com.culturemesh.android.SpecificPostActivity
-
Unique display name of the creator of the Post
- userName - Variable in class com.culturemesh.android.ViewProfileActivity
-
Text fields for the displayed profile's display name, bio, and name
- usernameText - Variable in class com.culturemesh.android.LoginActivity
-
Reference to the text field for the user's username
- userNetworks(RequestQueue, long, <any>) - Static method in class com.culturemesh.android.API.Get
-
Get the networks a user belongs to
- userPosts(RequestQueue, long, <any>) - Static method in class com.culturemesh.android.API.Get
-
Get the Post
s a User
has made.
- users - Variable in class com.culturemesh.android.UsersListAdapter
-
List of User
s to display in the list
- UsersListAdapter - Class in com.culturemesh.android
-
This Adapter is used for viewing the subscribed users of a network.
- UsersListAdapter(Context, ArrayList<User>) - Constructor for class com.culturemesh.android.UsersListAdapter
-
Create a new object by instantiating instance fields with parameters
- UsersListAdapter.ViewHolder - Class in com.culturemesh.android
-
Holder of UI elements that compose each element of the displayed list