blogdevtrip.hashnode.devDisabling Screenshots in Android Apps security feature in appIn mobile app development, especially for apps handling sensitive information like banking apps, security is a top priority. One essential feature developers often implement is disabling screenshots, which ensures users cannot capture or share critic...Nov 28, 2024·2 min read
blogdevtrip.hashnode.devCreate your Android Library and SharePrevious knowledge Git GitHub Android Studio Graddle Java or Kotlin Why Not repeat same functions in yours projects Solution Creating your own Android library After Creating New Project in Javar or Kotlin min api >21 Process Create a new Project ...Jul 13, 2022·1 min read
blogdevtrip.hashnode.devChat Bot DIY: Telegram1. Register your bot on Telegram First, you need to tell Telegram you want to register a Bot. To do this, send the BotFather a /newbot command. You get a token back. We’ll use it in our code to authenticate our app against Telegram servers. See the s...May 26, 2022·1 min read
blogdevtrip.hashnode.devAccess your mobile phone on your machinePrerequisites some knowledge cmd console Pc User Windows O.S Introduction Your are an Android Mobile dev or not want to mirror your phone in your pc You need scrcpy I will show how work in windows o.s cause thats what i use. Download and insta...Jul 27, 2021·1 min read
blogdevtrip.hashnode.dev1. Telegram Bot WEBHOOK ?Webhooks. What is? They are events that trigger actions. Their name comes from the fact that they function as "hooks" for programs on the Internet and are almost always used for communication between systems. They are the easiest way to get a warnin...Apr 8, 2021·1 min read