coder-bee / recipe-lovers-club

Vegan Lovers Club is an Open Source Android Project to help members find co-learners and mentors at a given period/slot.
https://www.notion.so/samsaaraa/Vegan-Lovers-Club-664e821868534212afa84bb5b3fda373
8 stars 4 forks source link

Introducing a networking module that communicates with MealDBApi #10

Open aldocastro opened 1 year ago

aldocastro commented 1 year ago

Adding Retrofit, Kotlin-Serialization and Coroutines dependencies to Networking module

Adding Meal data model

Adding MealDBApi blueprints...

Adding Internet permissions to networking module

Adding coroutines core dependency

Redefining MealDBApi and its model's reponses

Adding MealDBApiFactory and its DataSource

Adding missing requests from MealDBApi in its DataSource