📚 Library Management Android Application
A Java-based Android application that allows users to manage a personal library by adding, viewing, and deleting book titles. The app uses SharedPreferences to persist data locally so information is retained even after the app is closed.
🚀 Key Features
->Add book titles to the library
->View saved books on a separate screen
->Delete a specific book or clear all books
->Local data persistence using SharedPreferences
🛠️ Tech & Tools Used
Java Android Studio XML Layouts SharedPreferences Android Activities & Intents
🧠 What This Project Demonstrates
->Multi-activity Android app development
->Intent-based navigation
->Local data storage without a database
->XML-based UI design
->Handling user input and edge cases
Open the project in Android Studio, sync Gradle, and run on an emulator or physical device.
👤 Author
Garnet Durai GitHub: https://github.com/GarnetDurai