PinnedPrabhakar Thota·Feb 22Prompt Engineering → Context Engineering: An Android Engineer’s PerspectiveAs Android engineers, we understand one thing very clearly:
Prabhakar Thota·Feb 28I Set Up My AI Coding Tool Properly for an Android Project — Here’s What ChangedWhether you use Claude Code, GitHub Copilot, Gemini, or Codex, most Android developers are burning tokens and getting inconsistent results…
Prabhakar Thota·Feb 13Designing a Scalable OTA Strategy in Android ApplicationsIn Android development, OTA (Over-The-Air) updates are often misunderstood as simply “publishing a new build to the Play Store.”
Prabhakar Thota·May 30, 2022Send WhatsApp Messages using the Android SDKBefore jumping into using the SDK, let’s follow the below steps to create the project on developers.facebook.com to claim the phone number…A response icon1A response icon1
Prabhakar Thota·May 19, 2022Google code scanner API — scanning codes without camera permissionThe Google code scanner API provides a complete solution for scanning codes without requiring your app to request camera permission, while…
Prabhakar Thota·Jul 3, 2021Android Dev Tools — Become a Master with these Tools, Collaborate BetterYou’ll be well on your way to developing Android apps like a pro.A response icon1A response icon1
Prabhakar Thota·Jun 18, 2021Review of your Twitter developer account applicationAs of July 2018, you must now apply for a Twitter developer account and be approved before you can create any new apps. All new developers…
Prabhakar Thota·Oct 12, 2018Battery Bond | Chat Incognito — BONDCOIN [BETA]Battery Bond is an App for Friends to Track Each Other’s Mobile Device Battery Level and Chat Incognito as Anonymous, BONDCOIN will make…
Prabhakar Thota·Feb 21, 2017Add Custom Font to Entire Android Application in Application LevelIn a Single shot change font of Entire Android Application
Prabhakar Thota·Jan 18, 2017Here is an example for Kotlin programming language to develop Android app!Kotlin is very lightweight, its run-time library is under 400K minus the ProGuard minification. Also, installation is very simple.