Code Monkey home page Code Monkey logo

planner's Introduction

Planner

Planner is an Android app that helps you manage your todo list and keep track of your flights. Stay organized and never miss an important task or flight again.

API Kotlin MVVM

Summary

Planner is a feature-rich productivity app designed to streamline your task management and flight tracking experience. Whether you're a busy professional or a frequent traveler, Planner provides the tools you need to stay organized, prioritize your tasks, and keep track of your flights—all in one convenient app.

Features

  • Todo List Management: Create, edit, and delete todo items with ease. Organize your tasks into categories and set priorities to stay focused and efficient.

  • Flight Tracking: View your upcoming flights at a glance. Access detailed flight information including departure and arrival times, airline details, and more.

  • User-Friendly Interface: Enjoy a clean and intuitive user interface that makes it easy to navigate through your tasks and flights. Effortlessly manage your schedule with Planner's user-friendly design.

Technologies and Libraries Used

  • Kotlin programming language: A modern and expressive language that offers concise and safe code syntax.

  • Android Jetpack libraries: Leveraging the power of Android Jetpack, Planner utilizes several core libraries including:

    • Room: A SQLite object-mapping library that provides an abstraction layer for seamless database operations.
    • Navigation: A powerful library for implementing in-app navigation, making it easy to navigate between different screens and fragments.
    • ViewModel: A library that provides a lifecycle-aware way to store and manage UI-related data.
    • LiveData: A library that provides lifecycle-aware observable data holders, allowing data to be updated automatically in the UI.
    • Data Binding: A library that allows you to bind UI components in your layouts to data sources in your app using a declarative format.
    • Android KTX: A set of Kotlin extensions that are compatible with all Android libraries and frameworks.
    • Test: A library that provides testing APIs for unit and integration testing.
    • AndroidX: A major improvement to the original Android Support Library, offering backward compatibility and other enhancements.
    • Material Design Components: A library that provides a collection of UI components based on Material Design guidelines.

Architecture

The Planner app follows the MVVM (Model-View-ViewModel) architecture pattern. This architectural approach provides clear separation of concerns, making the codebase modular and maintainable. The key components of the architecture are:

  • Model: Represents the data and business logic of the app. It includes data models, repositories, and data sources. The Model component interacts with local and remote data sources to provide the necessary data to the ViewModel.

  • View: Responsible for displaying the user interface to the app's users. It includes activities, fragments, and layout files. The View communicates with the ViewModel to retrieve data and update the UI.

  • ViewModel: Acts as a mediator between the Model and View components. It holds the UI-related data and provides data to the View. The ViewModel receives user interactions from the View and communicates with the Model to perform data operations.

The MVVM architecture enhances code maintainability, testability, and scalability. It also enables better separation of concerns, allowing developers to work on different parts of the app independently.

License

planner's People

Contributors

tobiolutimehin avatar renovate[bot] avatar mend-bolt-for-github[bot] avatar

Watchers

 avatar

planner's Issues

Depfu Error: No dependency files found

Hello,

We've tried to activate or update your repository on Depfu and couldn't find any supported dependency files. If we were to guess, we would say that this is not actually a project Depfu supports and has probably been activated by error.

Monorepos

Please note that Depfu currently only searches for your dependency files in the root folder. We do support monorepos and non-root files, but don't auto-detect them. If that's the case with this repo, please send us a quick email with the folder you want Depfu to work on and we'll set it up right away!

How to deactivate the project

  • Go to the Settings page of either your own account or the organization you've used
  • Go to "Installed Integrations"
  • Click the "Configure" button on the Depfu integration
  • Remove this repo (tobiolutimehin/Planner) from the list of accessible repos.

Please note that using the "All Repositories" setting doesn't make a lot of sense with Depfu.

If you think that this is a mistake

Please let us know by sending an email to [email protected].


This is an automated issue by Depfu. You're getting it because someone configured Depfu to automatically update dependencies on this project.

Create Home module

Or not. See if the the home details can be added to the app main module so we don't make an unwanted module

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.