Pokedex icon indicating copy to clipboard operation
Pokedex copied to clipboard

🗡️ Pokedex demonstrates modern Android development with Hilt, Material Motion, Coroutines, Flow, Jetpack (Room, ViewModel) based on MVVM architecture.

Results 24 Pokedex issues
Sort by recently updated
recently updated
newest added

Hey, I noticed that this app is licensed by a free license and I'd like to see this app in the [F-Droid](https://f-droid.org/) cataolgue, a store of FOSS Android apps. Take...

**Is your feature request related to a problem?** no. **Describe the solution you'd like:** A menu where you could filter pokemon by generation, name, type, etc. **Describe alternatives you've considered:**...

enhancement

i add SwipeRefreshLayout for MainActivity ,and try to refresh but when page=0 nothing happened,Can you add refresh for this project?

how to provide `private val savedStateHandle: SavedStateHandle` in DetailViewModel for ViewModel with AssistedInject? because if I change into this ``` class DetailViewModel @AssistedInject constructor( detailRepository: DetailRepository, savedstateHandle: SavedstateHandle , @Assisted...

First of all I want to congratulate you, the animations when opening a pokemon are beautiful! Here are my fb: 1 - It is difficult to access pokemon with high...

enhancement

**Is your feature request related to a problem?** No A clear and concise description of what the problem is. **Describe the solution you'd like:** There would be another drawer or...

enhancement

Is it possible to use `paging3` implementation "androidx.paging:paging-runtime:$paging_version"

I do the issue #91 I hope it will be accepted Result of home ![image](https://github.com/skydoves/Pokedex/assets/72727849/9c68d496-77f4-401f-af35-629c8eb72505) Result of pokemon Detail ![image](https://github.com/skydoves/Pokedex/assets/72727849/2b784184-4bc4-47b4-a4f9-a103a6c4bc31) I explained my changes directly in the code, but here's...

Here is the result : ![Screenshot_2024-02-23-09-04-21-44_1c96a7295b118b6cfe055c416c14f508](https://github.com/skydoves/Pokedex/assets/78352601/40672462-7afc-4f1b-b9fa-d225377257b3) Because the fetch to pokemons list does not provide the pokemon id, i need to fetch pokemon infos by pokemon to catch it. It...

For example "Goodra-hisui" should be "Goodra hisui" ![Screenshot_2023-10-14-21-37-36-653_com.skydoves.pokedex.jpg](https://github.com/skydoves/Pokedex/assets/75314629/2bb344a8-35e6-4b5d-ae19-b3beebb6b09b)