
Vrushabh Hirap
@Vrushabh_Hirap
Followers
93
Following
1K
Media
61
Statuses
690
Android dev & Python | Learning AI | Sharing code, tips & tech insights.
India
Joined March 2024
Hey, I'm eager to #Connect with fellow enthusiasts in:. 📱 Android Development.💻 Software Development.💽 Database Management.🚀 UI/UX Design.🤖 AI/ML. If you share these passions, let’s join forces and grow together! 🌟.#letsconnect #TechCommunity #Networking #Collaboration.
5
0
4
Day 1: “I’ll build a full-featured app.”. Day 3: “How do I hide the keyboard when EditText loses focus?”. #AndroidDev #RealTalk.
0
0
1
Just heard the simplest way to understand this:. 🔹 What you can add into a function = Parameters.🔹 What you’re actually adding = Arguments. That cleared it up instantly 😮💨.#Python #DevTips #LearnToCode
0
0
1
Python just makes sense sometimes. name = "Guest" if user is None else One line. No drama. #Python #CodeClean.
0
0
1
Late-night coding hits different 🧠💻.Just fixed a bug that’s been haunting me all day turns out it was a missing context. Note to self: Never underestimate the power of one wrong line 😅.#AndroidDev #Firebase #DevLife.
0
0
1
🧠 Avoid NullPointerExceptions like a pro!.When working with EditText in Android, always use TextUtils.isEmpty() before fetching getText().toString(). It’s a small check that saves you from big crashes💥. Here’s a snippet from my current project 👇.#Java #Firebase #AndroidStudio
0
0
1
Follow me if you want:. - Firebase + Java bug fixes.- Clean Android code patterns.- Firebase Auth + Firestore tricks.- Real app tips. #BuildInPublic.
0
0
1
Using Firebase Auth + Firestore in Java feels like magic… until the first NullPointerException hits 😂. Sharing everything I fix from now on. #AndroidDev.
0
0
2
Building Android apps with Firebase taught me one thing: async is not optional. It’s a survival skill 🧠 #AndroidTips.
0
0
2
Just a Java + Firebase Android dev trying to turn bugs into blog posts and crashes into content. Let’s build and grow together 💻📱 #AndroidDev #Firebase.
0
0
1
What’s the difference between str(), repr(), and print()?. ✅ str() → User-friendly (calls __str__()).✅ repr() → Debug-friendly (calls __repr__()).✅ print() → Uses str() under the hood. print(str(obj)) # Human view.print(repr(obj)) # Debug view. #PythonTips @Hiteshdotcom.
0
0
1
RT @Hiteshdotcom: There is point in life of few developers where they actually start paying for databases. That’s your true graduation in….
0
3
0
Getting NullPointerException in Firebase? Double-check getInstance() calls and ensure your references are not inside async calls. #AndroidDev.
0
0
1
RT @campusproplus: CampusPro+ is coming soon!.All-in-one app for managing attendance, notices, events, hostel check-ins, and more. Built by….
0
2
0