Mohammad Enamul Huq
@enamnotes
Followers
34
Following
16
Media
33
Statuses
61
If we have a common area of interest as learning Android app development & would love to connect, I’d love to see how we can add value to each other.
Dhaka, Bangladesh
Joined June 2011
Hi everyone! I’m Enam ul Haque 👋 Welcome to Enam Notes! Are you a student, beginner, or hobbyist curious about learning app development? You're in the right place! 🌐 Visit my website: https://t.co/h3le4W28Tp See you in the next video. Happy coding! 💻✨ #AppDevelopment
0
0
0
Big Tech wants government regulation on artificial intelligence and crypto, while still promising investments in the U.S. economy. During the event, Zuckerberg and Tim Cook was caught on a hot mic hinting at a staggering $600 billion investment commitment from Meta by 2028.
0
0
1
From idea 💡 to Play Store 🚀 — here’s the Android Dev Tools & Workflow every beginner should know: 🛠️ Android Studio 📱 Emulator 🔌 ADB ➡️ Design → Code → Test → Debug → Build → Upload Full breakdown in my latest tutorial ⬇️ #AndroidDevelopment #LearnCoding #AppDev
0
0
0
Android Packages Explained | Beginner’s Guide to Organizing Your Code . we’ll explore Android Packages — a simple yet powerful way to organize your app’s code in Android development. #AndroidPackages #AndroidDevelopment #AndroidStudio #EnamNotes #LearnAndroid
0
0
0
Android SDK Explained | Beginner’s Guide to Android App Development Tools . we’ll break down the Android SDK (Software Development Kit) — the essential toolkit every Android developer needs.
0
0
0
Android Development Ecosystem is the complete environment, tools, and technologies you need to build Android apps. You’ll learn: ✅ What is the Android Development Ecosystem? ✅ The main components that make Android app development possible .#AndroidDevelopment #AndroidEcosystem
0
0
0
When you open an app on Android, there’s a powerful engine working behind the scenes — it's called ART (Android Runtime). It makes sure your apps run fast, smooth, and efficiently.
0
0
0
In android, Containers are layout managers — they act like shelves or boxes that organize and arrange your UI elements like text, buttons, images, etc. 📲 #AndroidContainers
0
0
0
What is Context in Android? If you’ve ever been confused about context in Android development — you’re not alone! In this video, we break down this foundational concept in a simple, beginner-friendly way using real-world analogies and clear examples.
0
0
0
What is a Toast in Android? No, not breakfast toast — this is a handy little popup message that Android uses to let the user know something happened… without interrupting the experience! #AndroidDevelopment
#WhatIsToast
#ToastAndroid
#BeginnerAndroid
#AndroidStudioTips
0
0
0
Android Dialog Boxes Explained | we break down the 4 main types of dialogs Android developers use to interact with users. #AndroidDialogs
#AlertDialog
0
0
0
AndroidManifest.xml is the app’s configuration file that tells the Android system what your app is, what it can do, and what it needs. ID Card — Declares the app’s name, icon, and other required permissions etc.
0
0
0
An Intent is a messaging object used to: Launch Activities or Services Send SMS or Emails Open a webpage Start a system component like the camera Or even show a notification! #AndroidDev #IntentInAndroid #ExplicitIntent #ImplicitIntent
0
0
0
an Activity is a single screen where the user interacts with your app — kind of like a web page or a UI window. Think of your app as a book 📖 ➡️ Each Activity is a page 📝 #AndroidDev #AndroidActivity
0
0
0
A Bundle is like a small container (or dictionary) that stores key-value pairs. It's commonly used to: Send data between Activities Save temporary state Imagine you're sending a gift box to a friend: You label it: "username" : "Enamul
0
0
0
Android is the Operating System — the brain of your phone. It runs everything: apps, touch, Wi-Fi, display, and more. 🏠 Analogy Time: Your Phone = A House Here’s how Android works behind the scenes.
0
0
0
Ever wondered how all your app's images, XML, and assets get bundled into a final APK? That’s where AAPT (Android Asset Packaging Tool) comes in — the unsung hero of the Android build process.
0
0
0
Imagine , Android device is a robot 🤖 and your computer is the commander 🧑💻. ADB is the cable or wireless link between them ! With ADB, we can: 🟢 Install & uninstall apps 🧠 View system logs (logcat) 🔍 Run commands & tweak settings 🔧 Debug your apps in real-time
0
0
1
How does Android handle app screens (Activities)? It's all about the Activity Lifecycle! Learn the stages: onCreate, onResume, onPause, onDestroy, and more. Essential for smooth app UI! #AndroidDev #AndroidBasics #MobileDevelopment
0
0
0