Bookmarks/Link Opener Application
- Type: Android Application
- Technologies Used: Volley, SharedPreferences, RecyclerView, Java, Webview
- Project URL: Click here to visit the application page.
An Android application for quickly opening favorite websites
Users can save their frequently used websites and easily access them through the application. When the user first logs in to the application, a userKey is assigned using SharedPreferences, and the relevant websites are retrieved based on this userKey each time the user logs in. You can also find the source code on my Github account.