Skip to content

This app allows device admin to perform remote operation on regular users devices

Notifications You must be signed in to change notification settings

J-cart/DeviceAdminSample

Repository files navigation

Remote Locker

📱 Introducing Remote Locker: Your Ultimate Device Security Solution! 🚀

🔐 Securing What Matters Most 🔐 Remote Locker is more than just an app; it's peace of mind. If you've ever used Google's "Find My Phone" app, you'll love what Remote Locker brings to the table. Here are some of its key advantages:

🌐 Remote Locking 🌐 Lost your device? No worries! With Remote Locker, you can lock your smartphone instantly, safeguarding your personal information from prying eyes.

📢 Audible Alarm 📢 Worried about theft? Activate the audible alarm feature to deter potential thieves and increase the chances of recovering your device.

📈 Real-time Location Tracking 📈 Pinpoint the exact location of your device, making it easier to retrieve or report the theft to authorities.


Demo

bandicam.2023-09-15.22-49-27-357.mp4

Download

Coming Soon .....

Tech stack & Open-source libraries

  • Minimum SDK level 21
  • Kotlin based, Coroutines + Flow for asynchronous.
  • Jetpack
    • Lifecycle: Observe Android lifecycles and handle UI states upon the lifecycle changes.
    • ViewModel: Manages UI-related data holder and lifecycle aware. Allows data to survive configuration changes such as screen rotations.
    • View Binding: Binds UI components in your layouts to data sources in your app using a declarative format rather than programmatically.
  • Architecture
    • MVVM Architecture (View - View Binding - ViewModel - Model)
  • ksp: Kotlin Symbol Processing API.
  • Material-Components: Material design components for building ripple animation, and CardView.
  • Coil: Loading images from network.
  • Firebase

Architecture

Remote Locker is based on the MVVM architecture and the Repository pattern, which follows the Google's official architecture guidance.

Remeote Locker was built with Guide to app architecture, so it would be a great sample to show how the architecture works in real-world projects.

Architecture Overview

  • Each layer follows unidirectional event/data flow; the UI layer emits user events to the data layer, and the data layer exposes data as a stream to other layers.
  • The data layer is designed to work independently from other layers and must be pure, which means it doesn't have any dependencies on the other layers.

With this loosely coupled architecture, you can increase the reusability of components and scalability of your app.

About

This app allows device admin to perform remote operation on regular users devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages