The Alphabet Book App is a simple educational application that helps users explore the alphabet through interactive pages for each letter. It allows users to navigate through the letters of the alphabet and view corresponding images associated with each letter.
- Users can navigate through the alphabet using buttons for each letter.
- Each letter page displays an image associated with the letter.
- Users can move to the next or previous letter using dedicated buttons.
- The app remembers the last viewed letter and opens the corresponding page on launch.
- Clone or download the repository to your local machine.
- Open the project in Android Studio.
- Build and run the app on an Android emulator or physical device.
- Install the apk file on an Android phone
- Run the app
- Launch the app.
- The main page displays buttons for each letter of the alphabet.
- Click on a letter button to open the corresponding letter page.
- On the letter page, you can see the image associated with the letter.
- Use the "Next" and "Previous" buttons to navigate through the alphabet pages.
- The "First" and "Last" buttons take you to the first and last letter pages, respectively.
The app is implemented in Kotlin using the Android development framework. It consists of two main activities:
Displays the buttons for each letter. Users can click on a letter button to open the corresponding letter page.
Displays the image associated with the selected letter. Users can navigate to the next or previous letter pages using buttons.
The app uses SharedPreferences to remember the last opened letter page and the last viewed letter. This information is used to maintain the app's state between launches.