GithubHelp home page GithubHelp logo

rickelmycampos / pokeguide Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 28.96 MB

Projeto para aplicação de alguns conhecimentos no desenvolvimento de android nativo com Kotlin e Jetpack Compose

License: MIT License

Kotlin 100.00%

pokeguide's Introduction

Poke Guide

Welcome to Poke Guide! This is a simple Android application developed in Kotlin using Jetpack Compose that serves as a Pokedex. The main objective of this project is to demonstrate basic Android development skills, including API consumption, local data storage, and a simple user interface.

Features

  • Pokemon Listing: Fetches a list of Pokemon from a public API and displays them in a list.
  • Search Functionality: Allows users to search for specific Pokemon by name.
  • Favorites: Users can add their favorite Pokemon to a local favorites list using Room database.

Screenshots

Home Search Details Favorites

Architecture

The project follows the MVVM (Model-View-ViewModel) architecture pattern to separate the concerns of the application and make it more maintainable.

Libraries Used

  • Retrofit: For API calls.
  • Room: For local database storage.
  • Jetpack Compose: For modern UI development.
  • ViewModel: For managing UI-related data in a lifecycle-conscious way.
  • Kotlin Coroutines: For background tasks.

Getting Started

  1. Clone the repository

git clone https://github.com/yourusername/poke-guide.git

  1. Clone the repository

Open Android Studio and select File -> Open, then navigate to the directory where you cloned the repository.

  1. Build the project

Once the project is open in Android Studio, let it sync and build the necessary dependencies.

  1. Run the app

Connect your Android device or start an emulator and run the app by clicking the 'Run' button.

API

This project uses the PokeApi to fetch Pokemon data.

Room Database

The Room database is used to store the user's favorite Pokemon locally. The database consists of a single table:

  • Pokemon: Stores the informations of the favorite Pokemon.

License

This project is licensed under the MIT License - see the LICENSE file for details.

pokeguide's People

Contributors

rickelmycampos avatar

Stargazers

Caio Pimentel avatar  avatar

Watchers

 avatar

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.