/Notizer

✅Notizer is an outliner for taking notes and managing to-do lists.

Primary LanguageKotlin

Notizer

API kotlin coroutines MVVM
✅ Notizer is an outliner for taking notes and managing to-do lists.

Model-View-ViewModel

Built With 🛠

  • Kotlin - First class and official programming language for Android development.
  • Coroutines - For asynchronous and more..
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • LiveData - Data objects that notify views when the underlying database changes.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • Room - SQLite object mapping library.
  • Material Components for Android - Modular and customizable Material Design UI components for Android.

Package Structure

com.hfad.notizer        # Root Package
.
├── model               # For data handling.
│   |   ├── entities    # Entites
|   │   ├── dao         # Data Access Object for Room   
|   |   |── database    # Datbase Instance
|
├── repository               # Repository class
|
|
├── ui                  # Activity/View layer
│   ├── main            # Main Screen Activity & ViewModel
|   │   ├── adapter     # Adapter for RecyclerView
|   │   └── viewmodel   # ViewHolder for RecyclerView   
|
├── utils               # Img Path  

License

   Copyright (C) 2020 Behzod Bozorboev
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
       http://www.apache.org/licenses/LICENSE-2.0
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.