Skip to content

dierlisson/TaskBeat

Repository files navigation

TaskBeat

Este projeto é um aplicativo Android nativo desenvolvido em Kotlin como parte de um desafio da comunidade DevSpace.
O TaskBeat é uma ferramenta prática e organizada para gestão de tarefas, permitindo ao usuário criar, atualizar e excluir tarefas e categorias, além de filtrar tarefas por categoria.

O aprendizado durante o desenvolvimento foi imenso, especialmente com a aplicação de novos conceitos, e sigo evoluindo a cada projeto!


📸 Capturas de Tela


Tecnologias Utilizadas

O projeto faz uso de diversos componentes e boas práticas de desenvolvimento Android:

Layout e Componentes da Interface

  • RecyclerView: Exibe a lista de tarefas de forma eficiente e dinâmica.
  • Spinner: Permite a seleção de categorias para tarefas.
  • Button: Utilizados para adicionar, atualizar e excluir tarefas e categorias.

Gerenciamento de Dados

  • Room Database: Responsável pelo armazenamento local seguro e eficiente das tarefas e categorias.
  • Threading: Comutação de threads para garantir operações assíncronas e fluidez na experiência do usuário.

Arquitetura

  • MVVM (Model-View-ViewModel): Organização do código baseada em responsabilidades claras, facilitando a manutenção e a escalabilidade do projeto.

Funcionalidades

  • Criar novas categorias e tarefas.
  • Atualizar informações das tarefas.
  • Excluir tarefas individualmente.
  • Filtrar tarefas por categoria.
  • Deletar categorias existentes.
  • Armazenamento local dos dados, mesmo offline.
  • Interface intuitiva e responsiva.

Como Executar

  1. Clone este repositório no seu ambiente local.
  2. Abra o projeto no Android Studio.
  3. Compile e execute em um dispositivo físico ou emulador compatível com Android 7.0 ou superior.

TaskBeat (English)

This project is a native Android app developed in Kotlin as part of a challenge from the DevSpace community.
TaskBeat is a practical and organized task management tool that allows users to create, update, and delete tasks and categories, as well as filter tasks by category.

The learning experience during development was huge, especially with the application of new concepts, and I continue to grow with each project!


📸 Screenshots


Technologies Used

The project uses several Android components and best development practices:

Layout and UI Components

  • RecyclerView: Displays the task list efficiently and dynamically.
  • Spinner: Allows selecting categories for tasks.
  • Button: Used for adding, updating, and deleting tasks and categories.

Data Management

  • Room Database: Handles local data storage securely and efficiently.
  • Threading: Thread switching to ensure asynchronous operations and smooth user experience.

Architecture

  • MVVM (Model-View-ViewModel): Code organization based on clear responsibilities, making the project maintainable and scalable.

Features

  • Create new categories and tasks.
  • Update task information.
  • Delete individual tasks.
  • Filter tasks by category.
  • Delete existing categories.
  • Local data storage, even offline.
  • Intuitive and responsive interface.

How to Run

  1. Clone this repository to your local environment.
  2. Open the project in Android Studio.
  3. Build and run it on a physical device or emulator running Android 7.0 or higher.

License

The MIT License (MIT)

Copyright (c) 2024 Dierlisson Santos Justiniano

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages