Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.81 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.81 KB

1. Pin Failed App Screens

Alt text Alt text Alt text Alt text Alt text Alt text Alt text Alt text

2. What is Pin Failed

Pin Failed let's you to get all failed PIN unlock attempts on your Android Device.

Prerequisites (Not required as such)

Dagger

Database Caching Using Room

3. Interesting Things Used In The Pin Failed Project

Interesting Thing Thing In Detail
Kotlin The language
Navigation Bottom Navigation using Fragments
Dagger Fragment Injection, View Model Injection
Architecture MVVM & MVC + Repository Pattern
Room Database SQLite using the Room Library, DAO (Data Access Objects) and Caching Data
ViewModels Why and how to use ViewModels
BroadCastReceivers Using BroadCastReceivers
Device Admin Permissions How to request for the Device Admin Permission