Users SP is an Android application developed in Kotlin that allows users to add and view a list of user information locally. The application uses SharedPreferences for local data storage and RecyclerView for an interactive user interface.
- Local Data Storage: Uses SharedPreferences to store user data locally.
- User List: Displays the list of users using RecyclerView.
- User Deletion: Users can be deleted swiping to the left.
Insert images of the application here to show how it looks in operation.