Home

Awesome

AudioNotes πŸ“™

A simple open source audio note-taking πŸ“ Android application built to describe the use of Modern Android development tools. πŸ—. Made with love ❀️ by Sammie_kt

<br />

Find the latest stable release hereπŸ‘‡

AudioNotes

<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80">

<br />

Find the design on figma hereπŸ‘‡

AudioNotes

<br />

Day Mode 🌞

SplashOnboardingHome(empty)Home(content)
New noteEdit noteSettingsAbout
<br />

We Support Dark Mode Too 🌚

SplashOnboardingHome(empty)Home(content)
New noteEdit noteSettingsAbout
<br />

Built With πŸ› 

<!-- - [Stateflow](https://developer.android.com/kotlin/flow/stateflow-and-sharedflow) - StateFlow is a state-holder observable flow that emits the current and new state updates to its collectors. - [Flow](https://kotlinlang.org/docs/reference/coroutines/flow.html) - A flow is an asynchronous version of a Sequence, a type of collection whose values are lazily produced. --> <!-- <br /> ## Package Structure πŸ“¦ dev.spikeysanju.expenso # Root Package β”œβ”€β”€ di # Hilt DI Modules β”œβ”€β”€ data # For data handling. β”‚ β”œβ”€β”€ local # Local Persistence Database. Room (SQLite) database | β”‚ β”œβ”€β”€ dao # Data Access Object for Room | | |── database # Database Instance | β”œβ”€β”€ model # Model classes [Transaction] | |-- repo # Used to handle all data operations | β”œβ”€β”€ view # Activity/Fragment View layer β”‚ β”œβ”€β”€ main # Main root folder | β”‚ β”œβ”€β”€ main # Main Activity for RecyclerView | β”‚ └── viewmodel # Transaction ViewModel | β”‚ β”œβ”€β”€ adapter # Adapter for RecyclerView β”‚ β”œβ”€β”€ Dashboard # Dashboard root folder | | |__ dashboard # Dashboard β”‚ β”œβ”€β”€ Add # Add Transaction root folder | | |__ add # Add Transaction β”‚ β”œβ”€β”€ Edit # Edit Transaction root folder | | |__ edit # Edit Transaction β”‚ β”œβ”€β”€ Details # Add Transaction root folder | | |__ details # Transaction Details β”‚ β”œβ”€β”€ About # About root folder | | |__ about # About β”‚ β”œβ”€β”€ Dialog # All Dialogs root folder | | |__ dialog # Error Dialog β”œβ”€β”€ utils # All extension functions <br /> -->

Architecture πŸ—Ό

This app uses MVVM (Model View View-Model) architecture.

Build-tool 🧰

You need to have Android Studio to build this project.

<br />

Credit πŸ™Œ

Credit goes to Shazomii's Notely for project inspiration

<br />

Contribute 🀝

If you want to contribute to this app, you're always welcome! See Contributing Guidelines.

<br>

Contact πŸ“©

Have a project? DM us at πŸ‘‡

Drop a mail to:- achiagasamson5@gmail.com

<br>

Donation πŸ’°

If this project help you reduce time to develop, you can give me a cup of coffee :)

<a href="https://www.buymeacoffee.com/SammieKt" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>

License πŸ”–

    Apache 2.0 License


    Copyright 2023 Samson Achiaga

    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.