Skip to content

har5hit/PokeDex-Android

Repository files navigation

Pokedex Android

A Demo Application for implementing below items in an Android application,

License

Android CI

Open in Gitpod

Screenshot

Architecture

Overview

Application Structure

Each individual feature folder structure

  • /data (All data related files)

    • /entity_1 (for e.g: Person)
      • /model
      • /dao
      • /network
      • repository
  • /presentation (All view related files)

    • /component_1 (for e.g: Person List)
      • /fragment
      • /viewmodel
      • /adapter
      • /view

Code Generation

Directly Try it On: Gitpod ready-to-code

Prerequisite

Generate View Components

hygen fragment new

Screenshot

hygen repository new

Screenshot

Github Actions (CI-CD)

  • Android CI - to verify every code push to/pull request on master branch is validated, error free and releases can be properly built.

Workflow Complete

Workflow Artifact

Resources

Pokemon Data

PokeAPI - The RESTful Pokémon API

All the Pokémon data you'll ever need in one place, easily accessible through a modern RESTful API.

App Icon

License

Copyright 2020 Harshith Shetty (justadeveloper96@gmail.com)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
limitations under the License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published