Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 2.28 KB

README.md

File metadata and controls

32 lines (23 loc) · 2.28 KB

Notes

Notes is a lightweight note-taking app built with Kotlin and Android Architecture Components which also follows Single Activity Architecture.

Built using

  • Kotlin - Official language for Android Development.
  • Google Login Api - Build a robust authentication system.
  • Room - Access your app's SQLite database with in-app objects and compile-time checks.
  • ViewModel - Store UI-related data that isn't destroyed on app rotations. Easily schedule asynchronous tasks.
  • Navigation - Handle everything needed for in-app navigation.
  • LiveData - Build data objects that notify views when the underlying database changes.
  • Lottie - Render Adobe After Effects Animations natively for android.

Screenshots

License

Copyright 2021 Aditya Verma

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.