A basic Android app written in Kotlin for searching and displaying food items using a REST API.
- Search for food items by typing into the search bar.
- Fetches data from a REST API to get a list of food items based on the search term.
- Displays a list of food names in real-time as the user types.
- Tap on a food item to view a simple message with the food name.
- Android Studio installed
- Internet permission added to the AndroidManifest.xml file
- Clone the repository:
git clone https://github.com/marto97/food-browser.git
- Open the project in Android Studio.
- Run the app on an emulator or a physical device.
- Launch the app on your Android device.
- Type a search term (at least 3 characters) into the search bar.
- The app will query the REST API and update the list of food items in real-time.
- Tap on a food item to view a simple message with the food name.
- API Base URL: https://uih0b7slze.execute-api.us-east-1.amazonaws.com/dev/search
- Query Parameter:
kv
(at least 3 characters)