This Android app displays three icons on the main screen: Fruit, Vegetable, and Animal. When an icon is clicked, it opens a list of items in that category. Clicking on an item in the list will speak the name of the item using Text-to-Speech.
- Displays three icons on the main screen: Fruit, Vegetable, and Animal.
- Opens a list of items when an icon is clicked.
- Speaks the name of the item when clicked.
- Clone the repository:
git clone https://github.com/Amrish-Sharma/fruit-vegetable-animal-list-app.git
- Open the project in Android Studio.
- Build and run the app on an Android device or emulator.
- Launch the app.
- Click on one of the icons (Fruit, Vegetable, or Animal) on the main screen.
- A list of items will be displayed.
- Click on an item in the list to hear its name spoken aloud.
MainActivity.java: Handles the main screen with three icons.FruitActivity.java,VegetableActivity.java,AnimalActivity.java: Handle the respective lists and Text-to-Speech functionality.activity_main.xml: Layout for the main screen.activity_list.xml: Layout for the list screens.list_row_items.xml: Layout for individual list items.
- Android SDK
- Text-to-Speech
This project is licensed under the MIT License. See the LICENSE file for details.



