Mouad Oumousoumousmouad.hashnode.dev·10 hours agoUnderstanding Implicit Intents in Android: A Complete GuideIntroduction In Android development, Intents are the primary way for apps to communicate with each other and interact with system components. While explicit intents are used to launch a specific component within your app, implicit intents allow you t...android app development
Vedant Gargandroidguide.hashnode.dev·Feb 8, 2025Android RecyclerView Mastery: Your Ultimate GuideIntroduction RecyclerView is a flexible way to display a large collection of views. It is more efficient than GirdView, as it recycles the views that are out of visibility and reduces memory consumption. class RecyclerView : ViewGroup, ScrollingView,...Android DesignAndroid
Mouad Oumousoumousmouad.hashnode.dev·Feb 7, 2025UI Handling in Android Activities: XML Layouts, setContentView(), and View BindingIntroduction When building Android applications, managing the User Interface (UI) inside an Activity is a fundamental skill. Android provides multiple ways to define and manipulate UI components, including XML layouts, findViewById(), and View Bindin...1 likeActivity Tutorialandroid app development
Vedant Gargandroidguide.hashnode.dev·Feb 7, 2025Mastering Android Layouts: A Guide to ViewGroups and Their Key AttributesIntroduction ViewGroups in Android Kotlin are containers that hold and manage child views (other Views or ViewGroups). They define the layout structure for the views they contain and determine how child views are positioned and displayed on the scree...Android DesignAndroid
Vedant Gargandroidguide.hashnode.dev·Feb 7, 2025Android UI Essentials: Crafting Stunning & Interactive InterfacesIntroduction to UI in Android XML - eXtensible Markup Language is a markup language used to create layouts for application screen in Android Development. Layout defines the structure of the User Interface in our application. Layout in Android is buil...Android DesignAndroid
Romman Sabbirrommansabbir.com·Feb 6, 2025Android : Fix URI Restrictions 🔥When working with files in Android, we often come across content:// URIs from file pickers, downloads, or external storage. However, WebView, third-party libraries, or some APIs might not accept content:// URIs directly, which can cause errors such a...48 readsAndroid Application Developmentfile provider
Adam Paulandroid-game-blogs.hashnode.dev·Feb 3, 2025The 5 Most Effective Augmented Reality Tools for Web DevelopmentIntroduction Augmented Reality (AR) is changing how we interact with websites, making online experiences more interactive and engaging. The best part? No extra apps are needed WebAR allows AR elements to work directly in web browsers. This means busi...Android
Shalen Mathewshalenmathew.hashnode.dev·Jan 27, 2025Quick guide to Android activity lifecycleDisclaimer : This article is intended for those already familiar with the Android lifecycle who are looking for a quick summary to prepare for an interview or as a refresher. The Android lifecycle defines the states an app goes through from launch to...1 like·98 readsAndroid
Nachiketmy-learnt-tech-stacks.hashnode.dev·Jan 25, 2025Connectra InsightsIn this blog, I’ll share key insights and implementation details from the development of an Android application. This app was designed with robust Firebase integration and a seamless user experience in mind. Along the way, I'll explain specific chall...app
Rohit Sharmalearncodewithrk.hashnode.dev·Jan 24, 2025BottomNavigationView with tab layout with fragments- Android Studiohttps://youtu.be/eY7JUAN6SZA In this tutorial, "BottomNavigationView with Tab Layout with Fragments - Android Studio," LearnCode With RK demonstrates how to implement a BottomNavigationView combined with a Tab Layout and Fragments in Android Studio...bottom navigation bar