Skip to content

Commit

Permalink
[DOCS]: Atualizando a documentação
Browse files Browse the repository at this point in the history
  • Loading branch information
orlandomotapires committed Jun 11, 2023
1 parent 3475f65 commit 3458058
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,19 @@ Using [API](https://pokeapi.co/) as a database, players can log in every day and

## Dependencies:

The project dependencies are described in a dependencies file within the repository. In summary, you will need [retrofit](https://square.github.io/retrofit/) in order to run the project.
The project dependencies are described in a dependencies file within the repository. In summary, you will need: (in order to run the projec)

- [Retrofit](https://square.github.io/retrofit/).
- [Picasso](https://square.github.io/picasso/).
- [Glide](https://github.com/bumptech/glide).

## How to run it:

First, clone this repository. After that, open the directory with Android Studio Flamingo. Then emulate the app after downloading dependencies.

## How to install:

Just generate .APK with android studio generator, than install it on your cellphone :).
Just generate .APK with android studio generator, than install it on your cellphone :). Or you can download and install from the releases section.

## Screens:

Expand All @@ -54,17 +58,6 @@ Duckling GO screens were developed to turn out like [figma](https://www.figma.co
</div>
<h3 align="center">Figure 1 - Screens from Duckling GO</h3>

## UML:

Heres the UML that represents how the application works with their classes.

<div align="center">
<a href="https://www.figma.com/file/dtiSuxRlSLNXzV9irm17JA/duckling_GO?type=design&t=UGtwTg0RtKuk1VhJ-1">
<img height = "250em" src = "" />
</a>
</div>
<h3 align="center">Figure 2 - Duckling GO UML.</h3>

## Database:

Using relationa databse and SQLlite, Duckling go uses one local database, to store all pokemons captured, represented by schema below.
Expand Down Expand Up @@ -93,6 +86,3 @@ Feel free to create a new branch, fork the project or contact one of us to devel

## Licence:
[Apache V2](https://choosealicense.com/licenses/apache-2.0/)

## References:

0 comments on commit 3458058

Please sign in to comment.