hieuwu / android-groceries-store

A Groceries Store app with basic order flow. 🍕 Help you learn modern Android development skills in real production environment. ❤️
https://hieuwu.github.io/android-groceries-store/
MIT License
213 stars 55 forks source link

Migrate explore screen to Jetpack Compose #210

Open hieuwu opened 9 months ago

hieuwu commented 9 months ago

Currently feature Account in presentation/explore package is implemented with XML view system. Let's convert it to Jetpack Compose. See shop feature for reference

EmmanuelDav commented 8 months ago

Hey @hieuwu can you assign me to this issue, I would like to work on it

hieuwu commented 8 months ago

Hey @hieuwu can you assign me to this issue, I would like to work on it

Sure. Let me know if you need any support

EmmanuelDav commented 8 months ago

hey @hieuwu, I've been trying to understand this project and how it works but am a little confused, the API doesn't fetch any data for me and I can't tell why. Do I need to create an account with RapidAPI to use the Tasty API?

I was expecting if i ran the app the API would be fetching successfully, the only thing i would have to do is to add my superbase project