All Classes
-
All Classes Interface Summary Class Summary Class Description AppDatabase Database entity for both Note and Plant class This class informs android studio that a pre-populated database is addedCameraActivity This activity implements the multiple request permission of Camera and Media storage.CameraImage Defines CameraImage classExampleInstrumentedTest Instrumented test, which will execute on an Android device.ExampleUnitTest Example local unit test, which will execute on the development machine (host).ImageAdapter Defines RecyclerView adapter that simply creates ViewHolder and binds data to that view holderImageAdapter.ViewHolder Defines ViewHolder class that gives a reference to the views Code reference:ImageDeletingThread This background thread is defined for deleting images from MediaStoreImageGalleryActivity This activity is used for displaying all images taken with the starting name herb and providing deleting image feature.ImageLoadingThread This background thread is defined for loading images from MediaStoreItemDisplayActivity This class fetches and loads data taken from database onto user's selectionMainActivity Displays all card view options and camera menu button with event click listener registeredNote This class defines Note that can be fetched from databaseNoteActivity Display all notesNoteAdapter This class defines RecyclerView adapter that simply creates a view holder and binds the data to the view holder.NoteAdapter.ViewHolder Defines ViewHolder class that gives a reference to the views Code reference:NoteAddingActivity Adding notesNoteDao This classes uses SQLite commands to access, fetch and insert/delete Note data from databaseNoteUpdatingActivity This class implements an application that simply allows users to update theirs notes and delete their notes from local database.Plant This class defines data variables that can be fetched from databasePlantActivity Display all plantsPlantDao This classes uses SQLite commands to access and fetch plant data from prepopulate databasePlantRecyclerViewAdapter This class defines RecyclerView Adapter that creates a view holder and binds data to view holderPlantRecyclerViewAdapter.ViewHolder Defines ViewHolder class that gives reference to the view Code reference:RecyclerViewInterface Defines interface on RecyclerView item clicked