Skip to content

Notely is a note-taking Android app that demonstrates the use of numerous modern Android Architecture components

License

Notifications You must be signed in to change notification settings

shazomii/Notely

Repository files navigation

Notely

Kotlin Version AGP Gradle Version

codebeat badge CodeFactor

Notely is a sample note-taking and reminder Android app that demonstrates the use of numerous modern Android Architecture components.

The main purpose of this project is to showcase current Android development best practices in order to match industry standards.

Project Characteristics

The following Android Architecture components, tools and patterns are used in this project:

  • 100% Kotlin
  • Material design
  • Android Jetpack
  • Single-activity architecture
  • MVVM (Model-View-ViewModel) architecture pattern
  • Dependency Injection with Dagger and Hilt
  • Unit Testing (WIP)

Installation

To get started with this project, clone this repository and import into Android Studio

git clone https://github.com/shazomii/Notely.git

Screenshots

    shot 1 shot 2 shot 3 shot 4 shot 5 shot 6 shot 7 shot 8

MIT License

Copyright (c) 2021 Seye Oyeniran

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.