This is a simple Food Recipe Android App that shows the latest recipe also provides details related to the ingredients of that recipe.
implementation 'com.jakewharton:butterknife:10.2.3'
Retrofit Gson Converter:
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.facebook.shimmer:shimmer:0.5.0'