Skip to content

Instantly share code, notes, and snippets.

View mzfkr97's full-sized avatar
🥽
I may be slow to respond.

Roman mzfkr97

🥽
I may be slow to respond.
View GitHub Profile
@mzfkr97
mzfkr97 / AdbCommands
Created November 29, 2022 11:55 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@mzfkr97
mzfkr97 / Validator.kt
Created March 1, 2021 14:10 — forked from KalpeshTalkar/Validator.kt
A validator class written in Kotlin can be used to validate the data. Eg. checks for valid email, phone, password, name, etc.
//
// Copyright © 2018 Kalpesh Talkar. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software