mmbehroozfar / Happy-Box

A simple app for storing happy things in your life. Developed using MVVM and the latest technologies and tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

contributors last update forks stars open issues license

Happy Box Application

Logo

You can keep your happy things in this app.

Whenever you feel bad, just run the app and see one of your happy things randomly to cheer yourself up.

By default, it will add some items to the app.

There are some general things like "Buy Pizza" that can help people to feel better.

Also, you can add all your stuff and use them.

How to create Happy Box.

How Happy Box helps you.

Android development

I used the most latest technologies for developing this application.

Here is a list of technologies and tools that is used in this project.

  • Entirely written in Kotlin.
  • Uses Kotlin Coroutines throughout.
  • Uses Clean MVVM Architecture.
  • Uses many of the Architecture Components, including: Room, Lifecycle, Navigation, View Model, Work Manager, Paging.
  • Uses Hilt for dependency injection.
  • Uses Modular Design with separation of Data - Domain - Presentation layers.
  • Uses Gradle Kotlin DSL Primer.
  • Unit tests are implemented for all classes.
  • Espresso UI tests are implemented for all fragments.
  • Uses custom Espresso Idle Resource.
  • Uses Mockk for mocking.
  • Uses Baseline Profiles to increase launch speed.
  • Uses Android Splash Screen API.

Contributions

If you've found an error in this sample, please file an issue.

Patches are encouraged and may be submitted by forking this project and submitting a pull request. Since this project is still in its very early stages, if your change is substantial, please raise an issue first to discuss it.

License

Copyright 2022 mmbehroozfar

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.

About

A simple app for storing happy things in your life. Developed using MVVM and the latest technologies and tools.

License:MIT License


Languages

Language:Kotlin 100.0%