TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About ndroid
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ravikant Sahu (16)
Abhishek Singhal (15)
Uday Dodiya (10)
Sangeetha S (7)
Jejji Arora (5)
Mushtaq M A (4)
Manikandan M (4)
Virendra Thakur (4)
Vijay Kumari (3)
Sarthak Varshney (2)
Gaurav Kumar (2)
Ahsan Siddique (2)
Sanjay Kumar (2)
CSharp TV (1)
Ravishankar Velladurai (1)
Pradip Pandey (1)
Abubackkar Shithik (1)
Tahir Ansari (1)
Delpin Susai Raj (1)
Logesh Palani (1)
Vikas Kumar Saini (1)
Onkar Sharma (1)
Gourav Jain (1)
Abhishek Yadav (1)
Tushar Jagdale (1)
Gourav walia (1)
Anoop Kumar Sharma (1)
Rahul Vete (1)
Josue Yeray Julian Ferreiro (1)
Vipul Malhotra (1)
Pankaj Kumar Choudhary (1)
Semyn Polen (1)
Shaishav Desai (1)
Ijas Ahamed (1)
Kishan Zalariya (1)
Sarathlal Saseendran (1)
Suthahar Jegatheesan (1)
Related resources for ndroid
No resource found
How to Enable USB Debugging on Android Device
11/12/2024 10:47:07 AM.
Learn how to enable USB Debugging on your Android device with this step-by-step guide. USB Debugging lets you connect your phone to a computer for advanced tasks like data transfer, app testing, and m
Windows Shortcut keys for Working in Android Studio
11/11/2024 7:08:32 AM.
This guide covers the most useful shortcuts for coding, navigation, and debugging in Android Studio. Learn how to speed up your workflow and work more efficiently with these simple keyboard shortcuts
Explaining Bundle in Android Development
11/5/2024 5:31:26 AM.
In this article, we will discuss A Bundle in Android Development is a key-value data structure used to transfer data between activities, fragments, and other components.
Scroll View Example in Android Studio using Java
10/30/2024 8:04:11 AM.
Scroll View in Android enables displaying more content on a single screen by allowing vertical or horizontal scrolling. It works with Linear Layouts, making it ideal for apps like note-taking where us
User Login page Example in android studio using java
10/25/2024 11:42:39 AM.
We’ll walk through setting up a simple login screen with input fields for username and password, integrating basic authentication, and handling login actions. Perfect for beginners in Android developm
Web api call in Android
10/25/2024 4:55:38 AM.
This article explains how to call a Web API in an Android app using Java. It covers key concepts like HTTP methods (GET, POST), status codes, headers, and the use of the OkHttp library for making API
A 4-Year Retrospective : Lessons Learned from Building a Video Player from Scratch with React Native
10/24/2024 5:05:25 AM.
React Native, React, ReactJS
Learn SharedPreferences in Android
10/22/2024 7:19:52 AM.
SharedPreferences is an Android feature used to store small amounts of data in key-value pairs. It allows apps to save user preferences, settings, and simple data across sessions.
Understanding View Binding in Android
7/22/2024 4:30:54 AM.
View binding is a feature that makes it easier to write code that interacts with views. Once view binding is enabled in a module, it generates a binding class for each XML layout file present in that
Data Binding in Android Kotlin
7/17/2024 6:52:51 AM.
Data binding in Kotlin refers to the process of establishing a connection between the UI elements of an application and the underlying data model. This technique allows for seamless synchronization be
Lambda Functions and High Order Functions in Android kotlin
7/11/2024 4:59:01 PM.
The provided Kotlin examples demonstrate basic and high-order functions. In lambda. kt, a lambda function adds two integers. In HighOrder.kt, a high-order function accepts another function as a parame
Xamarin.Forms - Deep Linking Application Using SQLite
6/26/2024 10:53:03 AM.
Learn to build Xamarin.Forms applications with deep linking using C# and XML. This tutorial covers creating a cross-platform email client example where notifications open specific app sections. Explor
Orientation, Anchoring, Resizing And Repositioning Of Views In Android Application
6/11/2024 12:38:57 PM.
Learn Android programming basics, including handling screen orientations, anchoring views with RelativeLayout, resizing, and repositioning views for different orientations. Customize UI based on scree
Create Bluetooth Android Application Using Android Studio
6/11/2024 12:38:37 PM.
Learn to create a Bluetooth Android app using Android Studio. This guide covers setting up Android Studio, designing the app with XML, coding functionality in Java, adding Bluetooth permissions, and r
CRUD Operations In Android SQLite - Kotlin
6/6/2024 11:48:36 AM.
Learn how to perform CRUD operations in SQLite using Kotlin for Android development. This tutorial guides you through creating a TODO application step by step, covering database setup, user interface
Google I/O 2024: Gemini's Rise - Power, Access & the Future of AI
5/15/2024 4:48:32 AM.
Google I/O unveils powerful upgrades for Gemini AI & its integration across products. Focus on accessibility & ethical considerations for a future of human-AI collaboration. #GoogleIO #AI #Ge
Exploring Text-to-Speech Packages for Xamarin.Forms
5/13/2024 11:45:13 AM.
Discover the top text-to-speech packages for Xamarin.Forms apps and learn how to seamlessly integrate them into your projects. Explore Xamarin.Essentials, Plugin.TextToSpeech, and Android.Speech.Tts,
Xamarin.Forms - Open App Store Or Play Store In XamarinApp
4/30/2024 9:34:20 AM.
Learn to develop Xamarin.Forms apps for Android and iOS, accessing filesystems, and distributing data files. Implement UI elements like buttons and images. Use Xamarin.Essentials to open Play Store o
Simplifying Background Tasks with WorkManager in Android
4/23/2024 4:39:03 AM.
This article guides you on how WorkManager in Android simplifies task scheduling, improves background processing, and optimizes app development across different devices
Custom Popup Dialog In Xamarin Android
4/12/2024 11:29:24 AM.
Custom Popup Dialog in Xamarin Android allows developers to create tailored dialog boxes that can be displayed on top of the current activity. These dialogs can have custom layouts, event handling, an
Display Mode Provider in MVC 5 Application
4/1/2024 8:19:20 AM.
Display Mode Provider in MVC 5 Application facilitates adaptive rendering based on user agents. It utilizes DefaultDisplayMode and ContextCondition to insert modes for specific devices like Windows Ph
How To Add Jetpack Compose In Existing Kotlin Project
3/27/2024 6:15:09 AM.
This article guides you through the step-by-step process of integrating Jetpack Compose into your existing Kotlin Android project.
How To Download And Install Android Studio On Windows 10
2/27/2024 2:34:44 PM.
To download and install Android Studio on Windows 10, visit the official website, download the installer, and run it. Ensure you have Java Development Kit (JDK) installed. Follow on-screen instruction
Exploring the Anticipated Features of Android 15
2/18/2024 6:01:05 AM.
Get ready for a mobile revolution! Android 15 is on the horizon, promising enhanced privacy, personalized experiences, boosted performance, and exciting features for creators and professionals. This a
Android Responsive Login Screen Design using Constraint Layout
2/16/2024 3:24:08 AM.
In this article, I going to explain how we can create a responsive Screen for different android Screens using Constraint Layout.
Android Intent using Kotlin
2/16/2024 3:12:15 AM.
Here in this article, I going to pass data from one activity to another using intent and also able to send email using intent.
Xamarin.Android - Upload Image To Blob Storage
2/15/2024 11:43:54 AM.
In this article, you will learn how you can upload images to blob storage through Xamarin.Android. It’s pretty simple to build this app with a native Xamarin platform. I hope you will enjoy and learn
Cross-Platform Mobile Development Frameworks
2/9/2024 9:28:33 AM.
Developing mobile applications for both iOS and Android platforms can be challenging due to the need for separate codebases. Cross-platform frameworks offer a solution, allowing developers to write co
Creating Keystore to Publish MAUI App from Scratch to End
2/7/2024 11:00:43 AM.
When you embark on the journey of app development, the prospect of publishing your creation to a vast audience is undoubtedly thrilling. Publishing an app is not just about making it available; it'
Implementation of the Bluetooth Connectivity Using .NET MAUI
2/4/2024 5:53:08 AM.
In this article, I will explain how you can use the .NET Multi-platform App UI (.NET MAUI) IConnectivity interface to inspect the network accessibility of the device. The network connection may have a
Create Xamarin Android Custom Loader with LoaderEase NuGet Package
1/19/2024 6:22:44 AM.
The fundamental objective of a wait window is to furnish users with feedback, mitigating any perception of unresponsiveness or ambiguity during tasks that may consume considerable time. Leveraging the
How to Implement a Video Splash Screen in Xamarin Android
1/18/2024 6:14:41 AM.
This guide provides a step-by-step approach to implementing a captivating video splash screen in Xamarin Android. It covers preparing the video, adding it to resources, updating the layout file, setti
TextView in Android with Java
12/15/2023 10:57:52 AM.
TextView in Android with Java programming language and its types with example programs
NavigationView in Android with Java
12/15/2023 10:37:08 AM.
In this article, you will learn and implement NavigationView in Android with Java.
RecyclerView in Android with Java
12/15/2023 10:23:08 AM.
In this article, we will learn how to implement RecyclerView in Android with Java.
Preferences DataStore In Android
11/12/2023 10:52:11 AM.
In this article, you will learn about Preferences DataStore in android. Your article provides a clear and detailed explanation of using Preferences DataStore in Android, along with a practical example
How to Migrate Xamarin to MAUI
10/17/2023 10:35:14 AM.
In this article, I am going to explain how we can migrate our Xamarin Forms application into .NET MAUI in easy steps and how I did it for my live play store app which is multilingual & multithemed
API Call Using Dagger2 Dependency Injection With RxJava In Android
10/3/2023 7:02:21 AM.
In this article, you will learn about how to make API Call using Dagger2 dependency injection with RxJava in android.
Get Started With Kotlin Multiplatform For Mobile
9/12/2023 12:18:09 PM.
This article is going to explain how to create an application that runs on both Android & IOS devices.
Kotlin Coroutines Sample Mobile App Code Demonstration
9/6/2023 6:48:27 AM.
Here's a simple Kotlin Android application code sample that demonstrates the use of Coroutines for asynchronous programming. This example fetches data from a fake API and updates the UI when the d
Switch Between Embedded & Standalone Android Emulator | Android Studio
9/5/2023 11:13:40 AM.
In this article, we'll explore the process of transitioning between embedded and standalone Android Emulators within Android Studio.
Navigation Rail with Material 3 in Jetpack Compose
8/29/2023 10:19:52 AM.
This article is a tutorial for creating a Navigation Rail in Android.
Navigation Drawer with Material 3 in Jetpack Compose
8/29/2023 6:18:34 AM.
This article is a tutorial for creating a Navigation drawer in Android.
What's new in Android Studio - Giraffe
8/25/2023 10:53:02 AM.
This article describes the new features of Android Studio Giraffe | 2022.3.1.
Integrate In-App Purchase In Android
8/24/2023 8:02:10 AM.
In this article, we will discuss how we can integrate in-app purchase into android
Calculating Driving Distance with Google Maps Distance Matrix API in Android
8/22/2023 9:38:20 AM.
In this article, we will learn how to calculate the driving distance between two places in Android.
ROOM VS MongoDB Realm Database in Android
8/21/2023 6:52:18 AM.
This article will explain which database we prefer in the Android room or MongoDB.
Sliver Widget In Flutter
8/21/2023 6:35:55 AM.
In this article, you will learn about Sliver widget in Flutter.
Transitioning from Deprecated OnBackPressed in .NET MAUI
8/16/2023 8:03:26 AM.
Enhance User Experience: Android 13's New Back Button Behavior Explained. Learn how to enable smoother navigation with OnBackInvokedCallback and simplify app exit process. Code and steps provided.
Face Recognition With ML Kit in Jetpack Compose
8/14/2023 9:07:23 AM.
This article provides details about ML Kit in Android.
How .Net MAUI Works
8/14/2023 8:37:27 AM.
In this article, you will learn how to get started with .NET MAUI.
Recognize Text With ML Kit in Jetpack Compose
8/11/2023 12:20:02 PM.
Discover the synergy of ML Kit and Jetpack Compose in modern Android development. Learn text recognition to extract and display text from images, revolutionizing user experiences and creative solution
Getting Started with Compose for Wear OS
8/10/2023 5:41:21 AM.
Discover the ease of crafting Wear OS apps using Jetpack Compose. Explore setup, fundamental components, and advanced features for creating intuitive, interactive, and optimized user interfaces for We
How To Use DiffUtil Class With RecyclerView In Android
8/9/2023 11:56:50 AM.
In this article, you will learn about how to use DiffUtil class with RecyclerView in Android.
LazyRow and LazyColumn In Jetpack Compose
8/4/2023 8:43:45 AM.
In this article, you will learn about how to use LazyRow and LazyColumn In Jetpack Compose.
Android Development In 2023
8/4/2023 7:19:04 AM.
In this article, you will learn about android development In 2023.
Shimmer In Jetpack Compose
8/2/2023 8:54:31 AM.
This article is all about how we can successfully create a shimmer in compose.
CollectionView in .Net MAUI
7/18/2023 9:04:55 AM.
In this article, we are going to learn about how to add CollectionView in .Net MAUI.
How To Integrate Razorpay Payment Gateway In Flutter?
7/14/2023 8:56:23 AM.
In this article, you will learn about how to integrate the Razorpay payment gateway in Flutter.
Push Notification From C# .Net to Android Using FCM HTTP V1
7/3/2023 9:24:11 AM.
Send Push Notification From C# Dot Net to Android Using FCM HTTP V1.
Custom Tabs with Animated Background in Android
6/14/2023 9:26:04 AM.
Customs tabs that highlights when selected and animates the background to the next selection backward and forward.
Shell Flyout in .NET MAUI
6/14/2023 6:25:10 AM.
Shell flyout in .net MAUI
Implementing Google Forms To Android Application
6/2/2023 5:41:35 AM.
In this article, we will see how to create a simple feedback system using Google Forms in the back-end. For online applications, we have a separate table for feedback from users. But, for offline appl
Xamarin Push Notifications Using Azure Notifications Hub
5/31/2023 9:03:46 AM.
How to use Azure Notifications Hub with Xamarin to deliver push notifications to Android, iOS, Windows Phone and Windows Store
FlyoutPage in .Net MAUI
5/29/2023 5:38:35 AM.
FlyoutPage in .Net MAUI
Tabs in .Net MAUI
5/16/2023 5:50:10 AM.
How to implement Tabs in .Net MAUI
Navigation in React Native
4/17/2023 5:18:35 AM.
The article is a detailed description on how to add navigation to a react native app
How To Make Your Image Viewer Handle Image Files With Intent Filters In Android
3/31/2023 9:39:53 AM.
In this article, we will learn how to make your Image viewer handle Image files with intent filters in Android.
How to Make Your PDF Viewer Handle PDF Files with Intent Filters in Android
3/29/2023 8:41:00 AM.
In this article, we learn how to make your PDF Viewer handle PDF Files with Intent Filters in Android.
Android 14 'Upside Down Cake' - What's New In Latest Release
3/28/2023 6:28:27 AM.
This Article features new functionalities and the latest changes in android's new version of Upside Down Cake.
SQL Table in Android
2/27/2023 6:22:49 AM.
This article explains how to create a SQL table and how to insert, delete and retrieve data from a SQL table in Android.
What's new in Android Studio - Electric Eel
2/13/2023 10:39:24 AM.
This article describes the new features of Android Studio Electric Eel 2022.1.1.
Android 13 - Runtime Notification Permission
2/13/2023 10:39:08 AM.
In this article, you will learn about Android 13 - Runtime Notification Permission.
Uploading The App To Google Play
2/13/2023 5:36:18 AM.
In this article, we'll tell you how to download the app to the Google Play site. We'll tell you about the possible reasons for banning your app and how to avoid it.
Mobile App Testing Process
2/10/2023 10:42:07 AM.
Purpose of this article is to identify the mobile app testing process to ensure a quality product is delivered.
How To Implement ChatGPT In Android Application
2/6/2023 5:46:50 AM.
in this article, we learn about how to implement chatgpt in android application.
Learn Flutter In 15 Days - Day One
1/23/2023 6:21:14 AM.
In this article, you will learn what is flutter and how we can install flutter in android studio.
Best Practices And Techniques For Building Secure Android Apps With Examples
1/23/2023 5:26:24 AM.
The article provides examples of Best Practices and Techniques for Developing Secure Android Apps.
Xamarin.Android - Develop SQLite Database Using SQLiteOpenHelper Class
12/22/2022 10:55:57 AM.
In this article, you will learn to create your own database for Xamarin Android.
Shapeable ImageView In Android
12/20/2022 11:45:15 AM.
In this article, you will learn about shapeable image view in android.
How To Create Dynamic Textview Using ScrollView In Android
12/16/2022 9:31:28 AM.
In this article, you will learn how to create dynamic textview using scrollview in android
How To Install And Configure Android Studio In Windows 10
12/16/2022 9:03:27 AM.
The article explains how to install and configure android studio in windows 10.
How To Make A Drag-And-Drop Recyclerview In Android
12/12/2022 6:39:47 AM.
In this article, we will learn about Android Drag and drop Reorder in Recyclerview.
How To Create Signature Pad With SignatureView in Android
12/4/2022 9:08:13 AM.
This article will teach you how to make a signature pad in Android Studio.
Call POST API In Android Using Retrofit
11/23/2022 6:59:07 AM.
In this article, we learn how to make a Post API request on Android using Retrofit.
Call GET API in Android Using Retrofit
11/22/2022 6:58:24 AM.
In this article, we learn how to make a Get API request on Android using Retrofit.
Send Push Notification To Android Device From .Net Core Web API
11/22/2022 6:56:18 AM.
In this article, you will learn about how to send push notifications to android devices using FCM from .Net Core Web API. You will also learn how to create a Firebase project and get Server Key and S
Custom Dialog In Android
11/18/2022 9:45:02 AM.
In this article, we learn about how to create custom dialog in android.
Android QR Code Scanner
9/29/2022 5:36:59 AM.
In this article, we learn about how to scan QR code from android app.
SignUp Page Using Material Design In Android
9/21/2022 5:54:26 AM.
In this article, you will learn about how to create a signup page using material design in android.
Implement The Checkbox In MAUI Using Visual Studio 2022
9/7/2022 5:12:57 AM.
In this article, I will explain about MAUI checkbox implementation with label using visual studio 2022. Basically, checkbox is a type of button that can be checked or unchecked. If checkbox is checked
Create An Android App With .NET MAUI And Visual Studio 2022
9/4/2022 12:34:15 PM.
In this post, we will see all the steps to create an Android app with .NET MAUI and deploy the apk file to a mobile device.
Navigation Drawer In Android
8/9/2022 10:40:43 PM.
This article covers a short description of the navigation in android.
Bottom Navigation Bar In Android
8/5/2022 10:01:07 PM.
In this article, you will learn how to create bottom navigation in android.
Implement The Generic Badge View In Xamarin.Forms
8/3/2022 11:30:34 PM.
In this article, I will explain the Generic Badge in xamarin forms. We can implement the badge for Android, iOS and UWP. The plugin creates a custom renderer for each platform and a custom attached pr
How To Pass Data Using Interface In Android
8/3/2022 11:00:28 PM.
In this article, you will learn about how to pass data using the interface in java.
Implement The Video Player In Xamarin.Android
8/2/2022 10:35:32 PM.
In this article, I will explain the video player feature in android, and how we can develop the video player in Xamarin.Android with help of media controller and video view classes, and how video view
Auto Image Slider In Android
7/25/2022 4:53:11 PM.
In this article, you will learn how to create and manage an image slider in an Android application.
How To Use weightSum And layout_weight In Linear Layout
7/18/2022 11:28:06 AM.
In this article, you will learn about how to use weightSum and layout_weigth in a linear layout.
Getting Started With First .NET MAUI Application Using Visual Studio 2022
7/17/2022 12:58:19 PM.
In this article, you will learn about the first .NET MAUI application using visual studio 2022.