Android app to browse different sandwiches and their ingredients.
- JSON parsing to a model object without using any third-party library.
- Designed activity layout.
- Implemented RecyclerView for optimal performance.
- Populate all fields in the layout accordingly.
- Utilized ButterKnife for view binding and Picasso for image loading.