Skip to content

DiaryAndroid is a multimodular Android Application where users can login using their Gmail account to create, read or update their Diaries. Users can also add photos and the data would be saved to MongoDB

Notifications You must be signed in to change notification settings

CalebKL/DiaryAndroid

Repository files navigation

DiaryAndroid

A Diary Application that's built using Kotlin and Jetpack Compose

Description

This is a mobile application that lets users access their diaries after signing in with their gmail accounts.

The purpose of this repository

  • Follows Android design and development best practices with Compose.
  • Mongo Db Authentication
  • Firebase Storage for uploaded images
  • Build a fully functional Android app built entirely with Kotlin and Jetpack Compose.

Status: 👨‍💻 Under Constant Development

Diary Android is still work in progress and will be updated constantly.

video.mp4

Setup Requirements

Clone the repository and sign up with your gmail account in order to log in and add, update or delete diaries

🌚 Screenshots(Dark)

Splash Screen Signing Up Authentication Screen Home Screen
splash Sign up Authentication Home
Empty Screen Write Screen Calender Selection Time Selection
Empty Write Calender Time

🌚 Screenshots(Light)

Splash Screen Signing Up Authentication Screen Home Screen
Splash Signup Authentication Home
Empty Screen Write Screen Calender Selection Time Selection
Empty Write Calender Time

|

🛠 Built With

    • Kotlin - Kotlin is a programming language that can run on JVM. Google has announced Kotlin as one of its officially supported programming languages in Android Studio; and the Android community is migrating at a pace from Java to Kotlin.
  • Jetpack components:

    • Jetpack Compose - Jetpack Compose is Android’s modern toolkit for building native UI. It simplifies and accelerates UI development on Android. Quickly bring your app to life with less code, powerful tools, and intuitive Kotlin APIs.
    • Android KTX - Android KTX is a set of Kotlin extensions that are included with Android Jetpack and other Android libraries. KTX extensions provide concise, idiomatic Kotlin to Jetpack, Android platform, and other APIs.
    • Jetpack DataStore - Jetpack DataStore is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers. DataStore uses Kotlin coroutines and Flow to store data asynchronously, consistently, and transactionally.
    • AndroidX - Major improvement to the original Android Support Library, which is no longer maintained.
    • Flow - A flow is an asynchronous version of a Sequence, a type of collection whose values are lazily produced.
    • ViewModel -The ViewModel class is designed to store and manage UI-related data in a lifecycle conscious way.
    • Room database - The Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite. -
  • Retrofit - Retrofit is a REST client for Java/ Kotlin and Android by Square inc under Apache 2.0 license. Its a simple network library that is used for network transactions. By using this library we can seamlessly capture JSON response from web service/web API.

  • Dagger Hilt - A dependency injection library for Android that reduces the boilerplate of doing manual dependency injection in your project.

  • Timber- A logger with a small, extensible API which provides utility on top of Android's normal Log class.

  • Logging Interceptor - logs HTTP request and response data.

  • Coil- An image loading library for Android backed by Kotlin Coroutines.

  • Time-dialog- Date time picker

  • Date-dialog- Calender picker

  • Message-bar-compose- Message Bar compose

  • One-tap-compose- One tap sign in

  • Firebase-Auth- Firebase authentication library to authenticate users using Firebase

  • Firebase-Storage- Firebase Storage library to store uploaded pictures

  • Realm-Sync- Realm sync for Mongo DB


🧰 Build-tool

Minimum SDK version - 31

🤝 Contribute

If you want to contribute to this app, you're always welcome!

📩 Contact

DM me at 👇


🔖 License

MIT License
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 NON-INFRINGEMENT. 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.<br>
Copyright (c) 2023 **Caleb Langat**

About

DiaryAndroid is a multimodular Android Application where users can login using their Gmail account to create, read or update their Diaries. Users can also add photos and the data would be saved to MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages