- RedirectableAppCompatActivity - Class in com.culturemesh.android
-
Superclass for all classes that support redirection instructions from the activity they are
launched from.
- RedirectableAppCompatActivity() - Constructor for class com.culturemesh.android.RedirectableAppCompatActivity
-
- Redirection - Class in com.culturemesh.android
-
Classes that extend this one can be sent information when launched regarding where the user
should be directed next.
- Redirection() - Constructor for class com.culturemesh.android.Redirection
-
- regionRef - Variable in class com.culturemesh.android.CreateEventActivity
-
Reference to the similarly-named UI element
- reply(RequestQueue, PostReply, SharedPreferences, <any>) - Static method in class com.culturemesh.android.API.Post
-
POST to the server a request, via /post/{postId}/reply
, to create a new
PostReply
.
- reply(RequestQueue, PostReply, SharedPreferences, <any>) - Static method in class com.culturemesh.android.API.Put
-
PUT to the server a request, via /post/{postId}/reply
, to update a
PostReply
.
- reply - Variable in class com.culturemesh.android.RVCommentAdapter.PostReplyViewHolder
-
- REQUEST_NEW_NEAR_LOCATION - Variable in class com.culturemesh.android.FindNetworkActivity
-
- resetAdapter() - Method in class com.culturemesh.android.SettingsActivity
-
Reset the adapter by clearing it and then populating it with new information from
API.Get#userNetworks(RequestQueue, long, Response.Listener)
,
API.Get#networkPostCount(RequestQueue, long, Response.Listener)
, and
API.Get#networkUserCount(RequestQueue, long, Response.Listener)
.
- resizeBitmap(Bitmap) - Method in class com.culturemesh.android.SettingsActivity
-
Resizes bitmap to ensure that bitmap fits under 2 MB limit.
- RESULT_OK - Static variable in class com.culturemesh.android.ChooseNearLocationActivity
-
Result code to signal via the Intent
that the user successfully chose a
Location
- root - Variable in class com.culturemesh.android.ListNetworksFragment
-
Inflated user interface created by ListNetworksFragment#onCreate(Bundle)
- root - Variable in class com.culturemesh.android.ListUserPostsFragment
-
The inflated user interface
- rv - Variable in class com.culturemesh.android.ListNetworksFragment
-
Scrollable list of networks
- rv - Variable in class com.culturemesh.android.ListUserEventsFragment
-
Scrollable list of events.
- rv - Variable in class com.culturemesh.android.ListUserPostsFragment
-
Scrollable list of Post
s
- rv - Variable in class com.culturemesh.android.SettingsActivity
-
- RVAdapter - Class in com.culturemesh.android
-
Adapter that provides the Post
s and/or Event
s of a
Network
to displayed, scrollable lists
- RVAdapter(List<FeedItem>, RVAdapter.OnItemClickListener, Context) - Constructor for class com.culturemesh.android.RVAdapter
-
Initialize instance fields with provided parameters
- RVAdapter.OnItemClickListener - Interface in com.culturemesh.android
-
Interface listeners for clicks on items must implement
- RVAdapter.PostViewHolder - Class in com.culturemesh.android
-
Stores the View
elements of each item in the displayed list.
- RVCommentAdapter - Class in com.culturemesh.android
-
Adapter that populates a UI list with comments
- RVCommentAdapter(List<PostReply>, RVCommentAdapter.OnItemClickListener, Context) - Constructor for class com.culturemesh.android.RVCommentAdapter
-
Store parameters in instance fields
- RVCommentAdapter.OnItemClickListener - Interface in com.culturemesh.android
-
Interface implemented by any listener for item clicks
- RVCommentAdapter.PostReplyViewHolder - Class in com.culturemesh.android
-
Holder for the parts of each View
in the list