- nameRef - Variable in class com.culturemesh.android.CreateEventActivity
-
Reference to the similarly-named UI element
- navView - Variable in class com.culturemesh.android.DrawerActivity
-
The navigation view
- near - Static variable in class com.culturemesh.android.FindNetworkActivity
-
The user's chosen Location
they are near
- nearButton - Variable in class com.culturemesh.android.FindNetworkActivity
-
- nearLocation - Variable in class com.culturemesh.android.NetworkSummaryAdapter.PostViewHolder
-
- nearLocation - Variable in class com.culturemesh.android.TimelineActivity
-
Text fields to display information about the displayed Network
- needAccountText - Variable in class com.culturemesh.android.LoginActivity
-
Text field the user can click to toggle between creating an account and signing in
- netFromFromAndNear(RequestQueue, FromLocation, NearLocation, <any>) - Static method in class com.culturemesh.android.API.Get
-
Get the Network
that has the provided FromLocation
and NearLocation
- netFromLangAndNear(RequestQueue, Language, NearLocation, <any>) - Static method in class com.culturemesh.android.API.Get
-
Get the Network
that has the provided Language
and NearLocation
- netFromTwoParams(RequestQueue, String, String, String, String, <any>) - Static method in class com.culturemesh.android.API.Get
-
Get the Network
that is defined by the two parameters provided
- netPosts - Variable in class com.culturemesh.android.RVAdapter
-
All of the items that are represented in the displayed list, including those not currently
visible due to scrolling.
- network(RequestQueue, long, <any>) - Static method in class com.culturemesh.android.API.Get
-
Get the Network
corresponding to the provided ID
- NETWORK_ID - Static variable in class com.culturemesh.android.ViewUsersModalSheetFragment
-
Keys for values passed as arguments to the fragment
- networkEvents(RequestQueue, long, String, <any>) - Static method in class com.culturemesh.android.API.Get
-
Get the Event
s corresponding to a Network
- networkLabel - Variable in class com.culturemesh.android.CreatePostActivity
-
Displays the Network
the user's Post
will be added to
- networkPostCount(RequestQueue, long, <any>) - Static method in class com.culturemesh.android.API.Get
-
Get the number of Post
s that are currently
on a Network
- networkPosts(RequestQueue, long, String, <any>) - Static method in class com.culturemesh.android.API.Get
-
Get the Post
s of a Network
- NetworkResponse<E> - Class in com.culturemesh.android
-
Class to store responses after attempting networking tasks
- NetworkResponse(NetworkResponse<?>) - Constructor for class com.culturemesh.android.NetworkResponse
-
Create a new NetworkResponse of the type designated in <>
from another NetworkResponse
of any other type.
- NetworkResponse(boolean) - Constructor for class com.culturemesh.android.NetworkResponse
-
Constructor that creates a generic message based on "inFail"
- NetworkResponse(boolean, int) - Constructor for class com.culturemesh.android.NetworkResponse
-
Constructor that sets message and failures state based on arguments
- NetworkResponse(E) - Constructor for class com.culturemesh.android.NetworkResponse
-
Constructor that stores a payload and sets the failure state to false
- NetworkResponse(boolean, E) - Constructor for class com.culturemesh.android.NetworkResponse
-
Constructor that both stores a payload and sets the failure state from parameters
- NetworkResponse(boolean, E, int) - Constructor for class com.culturemesh.android.NetworkResponse
-
Constructor that both stores a payload and sets the failure state from parameters
- NetworkResponse.DialogTapListener - Interface in com.culturemesh.android
-
- networks - Variable in class com.culturemesh.android.NetworkSummaryAdapter
-
Network
s to show in the list
- NetworkSummaryAdapter - Class in com.culturemesh.android
-
This functions as the recyclerview adapter for the listview in ViewProfileActivity, where the user
can view other users' subscribed networks.
- NetworkSummaryAdapter(ArrayList<Network>, HashMap<String, Integer>, HashMap<String, Integer>, NetworkSummaryAdapter.OnNetworkTapListener) - Constructor for class com.culturemesh.android.NetworkSummaryAdapter
-
Initialize instance fields with parameters
- NetworkSummaryAdapter.OnNetworkTapListener - Interface in com.culturemesh.android
-
Interface for all listeners for clicks on list items
- NetworkSummaryAdapter.PostViewHolder - Class in com.culturemesh.android
-
This ViewHolder is for network_summary, a CardView for networks.
- networkUserCount(RequestQueue, long, <any>) - Static method in class com.culturemesh.android.API.Get
-
Get the number of User
s who are currently members of a Network
- networkUsers(RequestQueue, long, <any>) - Static method in class com.culturemesh.android.API.Get
-
Get all the User
s who are members of a Network
- newInstance(int) - Static method in class com.culturemesh.android.FindNetworkActivity.FindLanguageFragment
-
Returns a new instance of this fragment for the given section
number.
- newInstance(int) - Static method in class com.culturemesh.android.FindNetworkActivity.FindLocationFragment
-
Returns a new instance of this fragment for the given section
number.
- newInstance(long) - Static method in class com.culturemesh.android.ListNetworksFragment
-
Returns a new instance of this fragment for the given section
number.
- newInstance(long) - Static method in class com.culturemesh.android.ListUserEventsFragment
-
Returns a new instance of this fragment for the given section
number.
- newInstance(long) - Static method in class com.culturemesh.android.ListUserPostsFragment
-
Returns a new instance of this fragment for the given section
number.
- NO_MAX_PAGINATION - Static variable in class com.culturemesh.android.API
-
- noPosts - Variable in class com.culturemesh.android.PostsFrag
-
The textview that is shown if no feed items have been created for this network.
- numUsers - Variable in class com.culturemesh.android.SearchAdapter.HolderItem
-