Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bugcacher/PasswordVault
An application where you can store all your password, bank details, card details in one place and access everything with only one master PIN. The application works totally offline.
https://github.com/bugcacher/PasswordVault
hilt kotlin livedata mvvm navigationcomponent room viewbinding
Last synced: 3 months ago
JSON representation
An application where you can store all your password, bank details, card details in one place and access everything with only one master PIN. The application works totally offline.
- Host: GitHub
- URL: https://github.com/bugcacher/PasswordVault
- Owner: bugcacher
- Created: 2020-06-29T18:36:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T11:23:45.000Z (over 4 years ago)
- Last Synced: 2024-05-18T20:33:49.576Z (6 months ago)
- Topics: hilt, kotlin, livedata, mvvm, navigationcomponent, room, viewbinding
- Language: Kotlin
- Homepage:
- Size: 668 KB
- Stars: 32
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-android-kotlin-apps - PasswordVault
README
# PasswordVault
An application where you can store all your password, bank details, card details in one place and remember only one master PIN. The application works totally offline.
## Features:
- Store Login Details
- Store Card details
- Store Bank details
- In-app Password generator
- Can easily access any details with one master PIN and copy details instantly.## Libraries Used:
- [Hilt](https://developer.android.com/training/dependency-injection/hilt-android)
- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel)
- [LiveData](https://developer.android.com/topic/libraries/architecture/livedata)
- [ViewBinding](https://developer.android.com/topic/libraries/view-binding)
- [Room](https://developer.android.com/training/data-storage/room)