Skip to content

nohabean/Pokemon-Android-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AND101 Project 5 - Choose Your Own API

Submitted by: Noah Dean

Time spent: 7 hours spent in total

Summary

Random Pokemon Generator is an android app that displays a random Pokemon with their name, type, Pokedex number, and base experience points from the PokeAPI. This app also allows you to look up pokemon by their name or by their Pokedex number.

If I had to describe this project in three (3) emojis, they would be: ****

Application Features

The following REQUIRED features are completed:

  • Make an API call to an API of your choice using AsyncHTTPClient
  • Display at least three (3) pieces of data for each API entry retrieved
  • A working Button requests a new API entry and updates the data displayed

The following STRETCH features are implemented:

  • Add a query to the API request
    • The query I added is to search by Pokemon name or Pokedex entry number.
  • Build a UI to allow users to add that query

The following EXTRA features are implemented:

  • List anything else that you added to improve the app!

API Choice

My chosen API for this project is PokeAPI.

Video Demo

Here's a video / GIF that demos all of the app's implemented features:

Video Demo

GIF created with ScreenToGif

Notes

Through this project I learned how make API calls and display its information.

License

Copyright 2023 Noah Dean

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

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages