Skip to content

SyncNote is a note-taking app built with Kotlin, where notes sync across all of the user’s devices so that their thoughts or notes are always with them. Realtime Synchronization even after the app is closed or in the background for a better user experience.

Notifications You must be signed in to change notification settings

AgarwalsRahul/Sync-Note

Repository files navigation

alt text Sync-Note

SyncNote is a note-taking app built with Kotlin, where notes sync across all of the user’s devices so that their thoughts or notes are always with them.

Status: 🚧 In progress 🚧

Installation

Get it on Google Play

Features

  • Organize notes by Date and Title
  • Dark and Light Mode support
  • Secured backup notes to SD storage
  • Keep works on your phone, tablet, computer, and Android wearables. Everything you add syncs across all of your devices so your thoughts are always with you.
  • Restore the deleted notes if done by mistake
  • Support multiple notes deletion
  • Grid View
  • Search notes quickly and effortlessly

📸 Screenshots


Android Concepts Used Here:

  • Navigation Components
  • Unit Testing, Firestore Testing and Espresso Testing
  • Pagination
  • RecyclerView layout state management persistence
  • WorkManager
  • Dagger2 Dependency Injection with Custom Scopes
  • Coroutines
  • Flows and Channels
  • SQLite on Android with Room Persistence library
  • SearchView with debounce
  • Material Dialogs
  • Sealed Class for state management and UI management
  • Single Source of Truth Principal
  • Message Handling system using STACK data structure
  • Fragment Transistion Animations
  • Collapsing Toolbar Layout
  • ViewModels
  • Handle Configuration Changes
  • Handle Process Death issues

TODO

  • Migrate from Dagger to Hilt
  • Refactor message handling system to a Queue.
  • Migrate from Shared Preferences to DataStore.
  • Migrate from Koltin Synthetics to ViewBinding.
  • Write Unit Test cases.

🏗️️ Built with

What How
🎭 User Interface (Android) Layouts
🏗 Architecture Clean
💉 DI (Android) Dagger
🌊 Async Coroutines + Flow
🌐 Networking Retrofit
📄 Parsing KotlinX

👤 Rahul

License

Copyright 2021 Rahul Agarwal

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

    https://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.

About

SyncNote is a note-taking app built with Kotlin, where notes sync across all of the user’s devices so that their thoughts or notes are always with them. Realtime Synchronization even after the app is closed or in the background for a better user experience.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages