Notes is a sample Android application for creating, storing and prioritizing notes. Being a network- independent solution, Notes allows to store multiple note records, perform pattern searching, and emphasizing notes via pinning options.
- Java
as programming language
- Java.Time for date & time manipulations
- RxJava 3
as asynchronous and multithreading operations framework
- LiveDataReactiveStreams for LiveData integration
- Dagger 2 for dependency injection
- XML
for building user interface layouts
- Material Design 3 as user interface design toolkit
- ViewBinding for accessing .xml view hierarchy
- JakeWharton RxBinding for observing view events with RxJava
- Single Activity Architecture
for user interface structuring
- Fragments for managing user interface destinations
- androidx.Lifecycle
for implementing Model-View-ViewModel pattern
- LiveData as lifecycle-aware data holder
- Fragment Manager for navigation
- Room
for deploying & managing local database
- Room RxJava for RxJava 3 support
- Shared Preferences as key-value pairs storage
- Gradle Groovy for managing build configurations
i.e. what is unique among other samples?
- Java as programming language
- RxJava as asynchronous and multithreading operations framework
- CollapsingToolbarLayout for expanding the scrollable notes list
- StaggeredGridLayoutManager for implementing the grid rendering mode
- Dagger MultiBinding for providing ViewModel-s as dependencies
- Groovy for managing project & module build configurations
MIT License
Copyright (c) 2023 Rostyslav Kopyl
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.