Init data from API to screen, fix some UI

This commit is contained in:
Nezumi
2023-02-20 13:04:14 +07:00
parent d24c061e1f
commit 6d5682be6d
10 changed files with 306 additions and 64 deletions
@@ -53,6 +53,7 @@ public class HomeFragment extends Fragment {
recyclerView_restaurant = view.findViewById(R.id.recycler_view_restaurant);
shopAdapter = new ShopAdapter(getContext());
if(listFood.isEmpty() || drinkFood.isEmpty()){
getListFood();
} else {