- onActivityResult(int, int, Intent) - Method in class com.example.instilostandfound.FoundItem
-
- onActivityResult(int, int, Intent) - Method in class com.example.instilostandfound.LostItem
-
Executed after image is selected
- onBackPressed() - Method in class com.example.instilostandfound.Navigation
-
Close and open navigation drawer on back pressed
- onBindViewHolder(MyPostsAdaptor.myViewHolder, int) - Method in class com.example.instilostandfound.MyPostsAdaptor
-
Sets the image uri onto the view
- onBindViewHolder(NewsfeedAdaptor.myViewHolder, int) - Method in class com.example.instilostandfound.NewsfeedAdaptor
-
Sets the image uri onto the view
- onClick(View) - Method in class com.example.instilostandfound.emailFragment
-
On click method for sending the message button
- onClick(View) - Method in class com.example.instilostandfound.FoundItem
-
- onClick(View) - Method in class com.example.instilostandfound.ItemClaim
-
Executed on click of claim button
- onClick(View) - Method in class com.example.instilostandfound.LocationFragment
-
Define what should happen once Select Button is clicked
- onClick(View) - Method in class com.example.instilostandfound.LostItem
-
On click for views and buttons of activity
- onClick(View) - Method in class com.example.instilostandfound.LostItemLocationFragment
-
implemented clickable event, select to select location of lost item
- onClick(View) - Method in class com.example.instilostandfound.MainActivity
-
Login when clicked
- onClick(View) - Method in class com.example.instilostandfound.MyPostsAdaptor.myViewHolder
-
- onClick(View) - Method in class com.example.instilostandfound.Navigation
-
On click methods for news feed for lost and found items
- onClick(View) - Method in class com.example.instilostandfound.NewsfeedAdaptor.myViewHolder
-
- onClick(View) - Method in class com.example.instilostandfound.RedirectMyPosts
-
Redirection to appropriate activities based on button click
- onClick(View) - Method in class com.example.instilostandfound.SeeLocationFragment
-
Define what should happen once Done Button is clicked
The fragment closes and goes back to parent
- onCreate(Bundle) - Method in class com.example.instilostandfound.FoundItem
-
On create method for found item activity takes input the details of the object found
- onCreate(Bundle) - Method in class com.example.instilostandfound.ItemClaim
-
- onCreate(Bundle) - Method in class com.example.instilostandfound.ItemDetails
-
- onCreate(Bundle) - Method in class com.example.instilostandfound.LostItem
-
On create method for lost item activity
- onCreate(Bundle) - Method in class com.example.instilostandfound.MainActivity
-
Sign in using valid credentials
- onCreate(Bundle) - Method in class com.example.instilostandfound.MyPosts
-
- onCreate(Bundle) - Method in class com.example.instilostandfound.MyPostsFoundRV
-
Populates the view based on filter values via shared preferences
- onCreate(Bundle) - Method in class com.example.instilostandfound.MyPostsLostRV
-
Populates the view based on filter values via shared preferences
- onCreate(Bundle) - Method in class com.example.instilostandfound.Navigation
-
Method for implementing drawer layout for navigation
- onCreate(Bundle) - Method in class com.example.instilostandfound.NewsFeedFound
-
Displays the found items based on applied category filter
- onCreate(Bundle) - Method in class com.example.instilostandfound.NewsFeedLost
-
Displays the lost items based on applied category filter
- onCreate(Bundle) - Method in class com.example.instilostandfound.RedirectMyPosts
-
- onCreateContextMenu(ContextMenu, View, ContextMenu.ContextMenuInfo) - Method in class com.example.instilostandfound.MyPostsAdaptor.myViewHolder
-
Menu that comes up when user right clicks image
- onCreateOptionsMenu(Menu) - Method in class com.example.instilostandfound.MainActivity
-
- onCreateOptionsMenu(Menu) - Method in class com.example.instilostandfound.NewsFeedFound
-
Create filter and search options for the user
- onCreateOptionsMenu(Menu) - Method in class com.example.instilostandfound.NewsFeedLost
-
Create filter and search options for the user
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.example.instilostandfound.emailFragment
-
On create method when fragement is generated
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.example.instilostandfound.LocationFragment
-
Defines the layout of fragment
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.example.instilostandfound.LostItemLocationFragment
-
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.example.instilostandfound.SeeLocationFragment
-
Defines the layout of fragment
- onCreateViewHolder(ViewGroup, int) - Method in class com.example.instilostandfound.MyPostsAdaptor
-
Creates view holder for adapter class
- onCreateViewHolder(ViewGroup, int) - Method in class com.example.instilostandfound.NewsfeedAdaptor
-
Creates view holder for adapter class
- onDeleteClick(int) - Method in interface com.example.instilostandfound.MyPostsAdaptor.OnItemClickListener
-
Executed when user clicks delete option
- onDeleteClick(int) - Method in class com.example.instilostandfound.MyPostsFoundRV
-
Method to delete item
- onDeleteClick(int) - Method in class com.example.instilostandfound.MyPostsLostRV
-
Method to delete item
- oneditClick(int) - Method in interface com.example.instilostandfound.MyPostsAdaptor.OnItemClickListener
-
Executed when user clicks edit option
- oneditClick(int) - Method in class com.example.instilostandfound.MyPostsFoundRV
-
Method to open item edit activity
- oneditClick(int) - Method in class com.example.instilostandfound.MyPostsLostRV
-
Method to open item edit activity
- onItemClick(int) - Method in interface com.example.instilostandfound.MyPostsAdaptor.OnItemClickListener
-
Executed when item is clicked once
- onItemClick(int) - Method in class com.example.instilostandfound.MyPostsFoundRV
-
Method to open the item details activity
- onItemClick(int) - Method in class com.example.instilostandfound.MyPostsLostRV
-
Method to open the item details activity
- onItemClick(int) - Method in interface com.example.instilostandfound.NewsfeedAdaptor.OnItemClickListener
-
Executed when item is clicked once
- onItemClick(int) - Method in class com.example.instilostandfound.NewsFeedFound
-
Displays the details of the item and the claim button
- onItemClick(int) - Method in class com.example.instilostandfound.NewsFeedLost
-
Displays the details of the item and the claim button
- onMapReady(GoogleMap) - Method in class com.example.instilostandfound.LocationFragment
-
Populates all the necessary current info which the map should contain.
- onMapReady(GoogleMap) - Method in class com.example.instilostandfound.LostItemLocationFragment
-
Populatesmap with required info
Adds marker and sets its location
- onMapReady(GoogleMap) - Method in class com.example.instilostandfound.SeeLocationFragment
-
Populates all the necessary current info which the map should contain.
- onMarkerClick(Marker) - Method in class com.example.instilostandfound.LocationFragment
-
Defines what happens when marker is clicked
- onMarkerClick(Marker) - Method in class com.example.instilostandfound.LostItemLocationFragment
-
defines what happens when marker is clicked
- onMarkerClick(Marker) - Method in class com.example.instilostandfound.SeeLocationFragment
-
Defines what happens when marker is clicked
- onMarkerDrag(Marker) - Method in class com.example.instilostandfound.LocationFragment
-
- onMarkerDrag(Marker) - Method in class com.example.instilostandfound.LostItemLocationFragment
-
- onMarkerDragEnd(Marker) - Method in class com.example.instilostandfound.LocationFragment
-
Method to define what happens when marker is dragged accross the map
- onMarkerDragEnd(Marker) - Method in class com.example.instilostandfound.LostItemLocationFragment
-
Defines what happens when the marker is dragged
- onMarkerDragStart(Marker) - Method in class com.example.instilostandfound.LocationFragment
-
- onMarkerDragStart(Marker) - Method in class com.example.instilostandfound.LostItemLocationFragment
-
- onMenuItemClick(MenuItem) - Method in class com.example.instilostandfound.MyPostsAdaptor.myViewHolder
-
Method executed when user long clicks item
- onNavigationItemSelected(MenuItem) - Method in class com.example.instilostandfound.Navigation
-
Method to migrate to other activities based on selection of menu
- onOptionsItemSelected(MenuItem) - Method in class com.example.instilostandfound.MainActivity
-
- onOptionsItemSelected(MenuItem) - Method in class com.example.instilostandfound.NewsFeedFound
-
- onOptionsItemSelected(MenuItem) - Method in class com.example.instilostandfound.NewsFeedLost
-
- onPostExecute(Void) - Method in class com.example.instilostandfound.SendMail
-
Notifies user after email is sent
- onPreExecute() - Method in class com.example.instilostandfound.SendMail
-
Shows progress bar before sending the mail
- onStart() - Method in class com.example.instilostandfound.MainActivity
-
Check if interent is working or not
- onViewCreated(View, Bundle) - Method in class com.example.instilostandfound.LocationFragment
-
- onViewCreated(View, Bundle) - Method in class com.example.instilostandfound.LostItemLocationFragment
-
Sets map's view
- onViewCreated(View, Bundle) - Method in class com.example.instilostandfound.SeeLocationFragment
-