| Interface | Description |
|---|---|
| MyPostsAdaptor.OnItemClickListener |
Implements item on click methods on the recycler view
|
| NewsfeedAdaptor.OnItemClickListener |
Implements item on click methods on the recycler view
|
| Class | Description |
|---|---|
| Config |
Configuration class for email setups
|
| CreateFoundObject |
Creates a database object for each item found or lost
|
| emailFragment |
Fragment class to send message to user
|
| ExampleInstrumentedTest |
Instrumented test, which will execute on an Android device.
|
| ExampleUnitTest |
Example local unit test, which will execute on the development machine (host).
|
| FoundItem |
Activity to post the details of the found item -> includes image
|
| ItemClaim |
Activity to see details and claim the item
|
| ItemDetails |
Activity to display object details
|
| LocationFragment |
A simple
Fragment subclass. |
| LostItem |
Activity to post the details of the lost item -> includes image
|
| LostItemLocationFragment |
Fragment for lost item location
A simple
Fragment subclass. |
| MainActivity |
Login Activity for login using LDAP credentials
|
| MyPosts |
Reusable activity for veiwing my posts -> kept in the code for future reference
|
| MyPostsAdaptor |
Adaptor class for my posts
|
| MyPostsFoundRV |
Activity that displays all found items for the current user
|
| MyPostsLostRV |
Activity that displays all lost items for the current user
|
| Navigation |
Home activity to navigate news feed and other activity screens
|
| NetworkConnection |
Class that contains various methods for network connection checking and displays messages accordingly
|
| NewsfeedAdaptor |
Adapter class for news feed
|
| NewsFeedFound |
Activity displaying the news feed of found items
|
| NewsFeedLost |
Activity displaying the news feed of lost items
|
| RedirectMyPosts |
Activity that redireccts user's posts to lost or found item activity
|
| SeeLocationFragment |
A simple
Fragment subclass. |
| SendMail |
Class to build the email framework parameters
|