TECHNOLOGIES
NEWS
VIDEOS
FORUMS
Trainings
BOOKS
EVENTS
MORE
INTERVIEWS
JOBS
Live
LEARN
CAREER
MEMBERS
BLOGS
CHALLENGES
CERTIFICATIONS
Bounties
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
Content
People
Search
Any Word
Exact Word
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vijayaragavan S(14)
Mushtaq M A(8)
Sangeetha S(6)
Ajithkumar J(6)
Ankit Singh(5)
Vijay Kumari(5)
Ravikant Sahu(5)
Abubackkar Shithik(5)
Uday Dodiya(4)
Gaurav Kumar(3)
Nitin (2)
Jejji Arora(2)
Sai Balaji(2)
Shalini Ravi(2)
Naveenkumar Paramasivam(2)
Prabakaran M(2)
Delpin Susai Raj(2)
Anand Pandey (1)
Mominul Islam(1)
Najath Risni(1)
Sarthak Varshney(1)
Sanjay Kumar(1)
Rahul Vete(1)
Ijas Ahamed(1)
Sarathlal Saseendran(1)
Samson Mychael(1)
Kishan Zalariya(1)
Yatish Kumar(1)
Alain Natalini(1)
Nirav Vikani(1)
Onkar Sharma(1)
Rakeshkumar Desai(1)
Mohammad Elsheimy(1)
Prashant Rewatkar(1)
Suthahar Jegatheesan(1)
Enrique Aguilar (1)
Nilesh Sawardekar(1)
Zubaria Ashraf(1)
Mahesh Chand(1)
Azim Zahir(1)
Debendra Dash(1)
Ravishankar Velladurai(1)
Latest First
Oldest First
Most Viewed
Sort By
Search Results
No search result found
Modern Android Development in 2025: A Practical Guide for Developers
Oct 22, 2025.
Explore Android development in 2025: Kotlin, Jetpack Compose, AI, 5G, AR, best practices, and future trends for building exceptional mobile apps.
Master Android App Development: From Beginner to Advanced with Android Studio
Aug 26, 2025.
Master Android App Development with hands-on training in Java, Kotlin, UI/UX, APIs, databases, and Google Play publishing. Build real-world apps, learn best practices, and launch your career as a skilled Android developer.
Kotlin Multiplatform (KMP) in Android Development
Jul 14, 2025.
Kotlin Multiplatform lets developers share business logic across Android, iOS, and more, while keeping native UIs. It speeds development, improves maintainability, and ensures consistent performance across platforms using Kotlin.
QR Code Scanner using ML kit and Camera APIs in Android using Compose
Jul 04, 2025.
This article explains about the process of QR code scanning and processing results. I have used ML kit for object detection and QR detection from gallery and camera as well. Decode the QR image from gallery is most interesting feature of this app.
Key Performance Tuning Techniques in Android Development (2025)
Jul 01, 2025.
Optimize Android app performance with innovative UI, memory management, threading, and modern tools like Jetpack Compose, Retrofit, Room, and Firebase to ensure smooth, fast, and reliable user experiences.
Build Android Apps with Swift: Apple Makes It Official
Jun 30, 2025.
Apple has officially announced support for building Android apps using Swift, opening the door for cross-platform development and enabling developers to use Swift beyond just iOS and macOS.
Introduction to Dagger Hilt for Android Development
Jun 24, 2025.
Learn how to use Dagger Hilt in Android to simplify dependency injection, reduce boilerplate code, and build cleaner, more maintainable apps with modern architecture best practices.
How To Protect Your Android Device From Unwanted Ads
Jun 15, 2025.
Learn how to block unwanted ads on your Android device using Private DNS. This simple method boosts security, saves battery, and enhances your browsing experience with minimal setup and no extra apps.
MVVM with Clean Architecture in Android Development
Jun 04, 2025.
MVVM with Clean Architecture in Android Development refers to a structured approach that separates concerns in an Android app to improve scalability, testability, and maintainability.
6 Ways to Build for Android XR with Unity 6
Dec 18, 2024.
Unity 6, the latest iteration of the popular game engine, offers powerful tools for developing immersive Android XR experiences. Here are six key ways to leverage Unity 6 for building compelling Android XR applications.
Google launches Android XR: Gemini Era Arrives for Headsets and Glasses
Dec 13, 2024.
Android XR. This new platform is designed to power the next generation of augmented reality (AR) and virtual reality (VR) devices, ushering in a new era of immersive experiences.
Menu Navigation Layout in Android Studio
Dec 06, 2024.
The article explains creating a navigation menu layout in Android to enable seamless activity transitions. It covers Java code and XML design with DrawerLayout and NavigationView, ensuring intuitive UI interaction.
Explore Android 15 and First Developer Preview of Android 16
Nov 26, 2024.
Android 15 introduced groundbreaking features like Private Space, satellite messaging, and advanced security, redefining mobile experiences. With Android 16’s AI-driven personalization and cross-device harmony, the future of Android is brighter than ever.
What is New in Android 15?
Nov 21, 2024.
Android 15, codenamed Vanilla Ice Cream, launched with innovative features like Private Space, enhanced satellite messaging, Partial Screen Recording, and robust security updates. Revolutionizing multitasking, privacy, and connectivity!
How to Enable USB Debugging on Android Device
Nov 12, 2024.
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 more.
Windows Shortcut keys for Working in Android Studio
Nov 11, 2024.
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 for developers.
Explaining Bundle in Android Development
Nov 05, 2024.
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
Oct 30, 2024.
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 users can scroll through lists of content.
User Login page Example in android studio using java
Oct 25, 2024.
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 development.
Lambda Functions and High Order Functions in Android kotlin
Jul 09, 2024.
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 parameter to add two doubles. These examples highlight Kotlin's functional programming capabilities.
Data Binding in Android Kotlin
Jul 05, 2024.
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 between the user interface and the data it displays or manipulates. Here’s how data binding works in Kotlin:
Exploring the Anticipated Features of Android 15
Feb 18, 2024.
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 article explores potential functionalities, from granular permission control to AI-powered optimization.
Create Xamarin Android Custom Loader with LoaderEase NuGet Package
Jan 19, 2024.
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 NuGet package " Xamarin.Custom.LoaderEase" enables users to effortlessly fashion a personalized loader aligned with the visual theme of their application.
Switch Between Embedded & Standalone Android Emulator | Android Studio
Sep 05, 2023.
In this article, we'll explore the process of transitioning between embedded and standalone Android Emulators within Android Studio.
What's new in Android Studio - Giraffe
Aug 25, 2023.
This article describes the new features of Android Studio Giraffe | 2022.3.1.
Push Notification From C# .Net to Android Using FCM HTTP V1
Jul 03, 2023.
Send Push Notification From C# Dot Net to Android Using FCM HTTP V1.
What's new in Android Studio - Electric Eel
Feb 13, 2023.
This article describes the new features of Android Studio Electric Eel 2022.1.1.
How To Implement ChatGPT In Android Application
Feb 03, 2023.
in this article, we learn about how to implement chatgpt in android application.
Best Practices And Techniques For Building Secure Android Apps With Examples
Jan 23, 2023.
The article provides examples of Best Practices and Techniques for Developing Secure Android Apps.
How To Install And Configure Android Studio In Windows 10
Dec 16, 2022.
The article explains how to install and configure android studio in windows 10.
Call POST API In Android Using Retrofit
Nov 23, 2022.
In this article, we learn how to make a Post API request on Android using Retrofit.
Call GET API in Android Using Retrofit
Nov 21, 2022.
In this article, we learn how to make a Get API request on Android using Retrofit.
Create An Android App With .NET MAUI And Visual Studio 2022
Sep 04, 2022.
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.
Implementing Maps Activity And Getting User Location In Android Studio
Jun 24, 2022.
In this article, we will learn how can we use google maps on android Studio and get our location on the application.
Content Provider In Android Studio (Simple Steps)
May 15, 2022.
Content Provider in simple and explained steps.How to take contact to application in android studio.
Getting A Build Date And Time In Xamarin Android And iOS (Release Mode)
Apr 28, 2022.
If you're Struggling with taking a build date in android in Release time. Here is the solution for the please check this.
Send Push Notification To Android Device From .Net Core Web API
Sep 17, 2021.
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 Sender ID step by step. Our main focus is how to handle send notification functionality at API side.
How To Create An eBook Application In Android Studio
Mar 01, 2021.
In this article, we will learn about how we create Android applications using Java Programming Language. We will use Android Studio for writing the code and implement the project.
How To Use ImageView And VideoView In Android With Java
Jan 28, 2021.
In the following article, we will learn about ImageView and VideoView in Android.
TextView in Android with Java
Sep 08, 2020.
TextView in Android with Java programming language and its types with example programs
NavigationView in Android with Java
Aug 27, 2020.
In this article, you will learn and implement NavigationView in Android with Java.
RecyclerView in Android with Java
Aug 19, 2020.
In this article, we will learn how to implement RecyclerView in Android with Java.
How To Retrieve Your Coordinates On Android And iOS With Xamarin.forms And Xamarin Essentials
Aug 12, 2020.
In this tutorial You'll see how to use Xamarin.Forms and Xamarin Essentials to create a geolocator application.
Add Biometric Authentication in an Android App Using Android Studio
May 12, 2020.
This article explains how to add Biometric authentication in an Android app using Android Studio
Microsoft Surface Duo Setup and Xamarin Forms-Based Android Application Example
May 12, 2020.
I have explained how to setup Microsoft surface duo emulator and shown a demo of an Xamarin forms-based Android application in this article. You will be able to run the Microsoft Surface Duo emulator on your machine and test your existing Xamarin forms-based applications in Surface Duo.
JSON GET Request in Android Using Volley
May 03, 2020.
In this article, we are going to see how to perform a simple JSON get request in Android using the Volley library.
How To Load The Data To Recyclerview And Search The Data In Kotlin Android - Part Two
Apr 20, 2020.
In this article, you will learn how to load the data to recyclerview and search the data in kotlin android.
How To Load The Data To Recyclerview And Search The Data In Kotlin Android - Part One
Apr 13, 2020.
In this article, you will learn how to load the data to recyclerview and search the data in kotlin android.
How We Can Search Spinner Item Using Kotlin In Android Studio
Mar 27, 2020.
In this article, you will learn how we can search spinner item using kotlin in android studio.
Embedding Video In An Android App
Mar 18, 2020.
This article will demonstrate the adding of video content to an Android application and how to add controller to play, pause, seek back and forth the added video
Adding Audio to an Android Application
Mar 17, 2020.
This article demonstrates adding audio content into an Android application and how to play and pause the audio.
How To Download And Install Android Studio On Windows 10
Mar 09, 2020.
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 instructions, including setting up the SDK Manager and emulator for app development.
Integrate Ad-Mob Banner Ad In Android Application
Mar 06, 2020.
In this article, you will learn about how to integrate Ad-mob banner Ad in android application.
How to Create an Android App Project in Android Studio
Feb 05, 2020.
In this article, I explain how to create a new Android app project in Android studio.
Creating Xamarin Android Binding For RazorPay Payment Gateway - Part One
Jan 30, 2020.
This article explains a step by step method of creating a Xamarin Android binding for RazorPay payment gateway.
Space Marine Warrior Game in Android Platform Using GDevelop
Nov 19, 2019.
In this article, you will learn about developing the Space Marine Warrior game in the Android platform using GDevelop.
Cannon Shooter Game In Android Using GDevelop
Nov 11, 2019.
Gdevelop is based on 2D game creation, without using coding. In this article, I will explain how to design a cannon shooter game in android platform using gdevelop.
How To Create Splash Screen Using Kotlin In Android Studio
Sep 30, 2019.
In this article, I will show you how to create a splash screen using Kotlin In Android Studio.
How We Can Pass UI Controls From One Activity To Another Using Kotlin In Android Studio
Sep 18, 2019.
In this article, I will show you how to use UI Control and pass that from one activity to another Activity using Kotlin in Android Studio.
Handling ‘mailto’ And ‘tel’ Links Inside Android WebView
Sep 16, 2019.
Today, we will see how to integrate those wrappers into our Android app to respond to a user clicking mailto and tel links.
YouTube Player API In Android Using Kotlin
Aug 13, 2019.
In this article, you will learn about YouTube Player API in Android using Kotlin.
How To Set Up React Native Development Environment For Android Apps
Jul 29, 2019.
In this article, you will learn how to set up the React Native development environment for Android apps.
Verify OTP Without SMS Permission In Android Using Kotlin
Jul 22, 2019.
In this article, you will learn how to verify OTP without SMS permission in Android using Kotlin.
Verify OTP Automatically In Android Without SMS Read Permission Using Xamarin.Forms
Jul 06, 2019.
In this article, you will learn how to verify OTP automatically in Android without SMS Read Permission using Xamarin.Forms.
Float Menu Item Working Navigation In Android And UWP Using Xamarin.Forms
Jun 04, 2019.
Let us learn about Float Menu Item Action in Navigation page in Android and UWP using Xamarin.Forms.
Working With Arithmetic Operators In Android And UWP Using Xamarin.Forms
May 30, 2019.
Here, we will learn the process of working with arithmetic operators like +,-,,*,/ in Android and UWP using Xamarin.Forms.
Xamarin.Forms - Faster Image Loading On Android Using GlideX
May 17, 2019.
In this article, you will learn how to make the image loading process faster on Android using GlideX in Xamarin.Forms.
What's New In Android Q
May 13, 2019.
This article consists of new features of Android Q and some API level changes as well.
Email Verification In Android And UWP Using Xamarin.Forms
May 02, 2019.
This article demonstrates the Email Verification In Android and UWP using Xamarin.Forms.
Beginnings Of Xamarin Android For Developers Of Android Studio
Apr 01, 2019.
This tutorial will allow traditional developers that use Android Studio, to start the development of applications in Xamarin Android with Visual Studio.
Why Android Is Easy For End-Users But Difficult For Developers
Apr 01, 2019.
The Android operating system is one of the leading operating systems used in smartphones produced in recent times.
How To Use Firebase Test Lab To Test Android Apps
Mar 22, 2019.
Test Lab provides us the functionality to test our Apps on a pool of Android devices. It provides the environment to upload APK and select devices to run. We do not need to have a physical device to run our app and test it.
Xamarin.Forms - Add Android Project In An Existing Project
Mar 15, 2019.
In this article, you will learn how to add an Android Project in an existing project in Xamarin.Forms.
Best Programming Language For Android Apps
Feb 10, 2019.
Java is the most popular programming language for Android apps. Do you know what is the best Android programming language. Top Android Programming Language.
Play Video From Internet Using VideoView In Android App
Feb 09, 2019.
This article shows how to use a VideoView in an Android app to play video files directly from the Web.
How To Use Retrofit 2 With Android Using Kotlin
Jan 17, 2019.
In this article, we will learn how to use Retrofit 2 with Kotlin Android to build an application.
Getting Data From Azure In Android And Windows Using Xamarin.Forms
Jan 11, 2019.
This article is about getting data from Azure. We will see how to create a storage account and upload your image or pdf etc. and access the data in Android using Xamarin.Forms.
How To Use Camera API For Android N And Above Devices In Android
Jan 02, 2019.
In my previous article, we learned how to handle “android.os.FileUriExposedException” if we have an app that shares files with other apps using a URI on API 24+. In this article, we will learn how to use Camera Intent in Android N and above devices.
Retrieve Geo Location Coordinates In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 26, 2018.
Reading this article, we can learn how to retrieve the device's current geolocation coordinates (Latitude, Longitude, Altitude) in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
Version Tracking In Xamarin.Forms Application Using Xamarin.Essentials For Android And UWP
Nov 17, 2018.
Reading this article, you can learn how to check the applications version and build numbers along with seeing additional information such as if it is the first time the application launched ever or for the current version, get the previous build information, and more in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross platform application development.
Screen Lock Active Or Release In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 16, 2018.
Reading this article, we can learn how to How to Keep your screen asleep while your application running in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
How To Open A Phone Number In The Dialer In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 14, 2018.
Reading this article, we can learn how to How to Open a phone number in the dialer in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
Find The Device's Power Energy-Saver Status In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 13, 2018.
Reading this article, you can learn how to Find the device Power Energy-Saver status in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross platform application development.
Open A Web Link With Default Browser In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 12, 2018.
Reading this article, we can learn how to Open a web link using default Browser in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
Share Data And URI In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 11, 2018.
Reading this article, we can learn how to share data and URI in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross platform application development.
How To Send Content With Default Email Application In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 06, 2018.
Reading this article, you can learn how to send a content with default mail application in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
Monitor The Network Connectivity Changes In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 05, 2018.
Reading this article, we can learn how to Check the changes of network connectivity conditions and current network access in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
How To Use Clipboard In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 01, 2018.
Reading this article, you can learn how to copy and paste the text using Clipboard in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross platform application development
Retrieving Device Display Information In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 01, 2018.
Reading this article, we can learn Retrieving Device Display Information like Device orientation, rotation, width, height, density in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
Check The Battery Information In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Oct 31, 2018.
Reading this article, we can learn how to Check the battery Information like Battery level, status and power source in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
Getting Device Info In Xamarin.Forms Application Using Xamarin Essentials For Android And UWP
Oct 26, 2018.
Reading this article, we can learn Getting Device Information like Device Name, DeviceType, Platform, Version, Idiom, Model, Manufacturer in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
Retrieving Appinfo In Xamarin.Forms Application Using Xamarin Essentials For Android And UWP
Oct 24, 2018.
Reading this article, we can learn Retrieving Appinfo in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
How To Send Mail Directly From Android Applications In Xamarin.Android
Sep 24, 2018.
In this article, we will learn how to send Mail directly from Xamarin Android Application without any Intents. For this, we can MailKit to send mail directly.
Integrating Text To Speech/Speech To Text In An Android App
Sep 10, 2018.
In this article, we will look at converting text to speech as well as speech to text by using the TTS engine. This is an example of implementing Text to Speech and Speech to Text in an Android app.
Implementing Google Forms To Android Application
Sep 02, 2018.
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 applications like music player, we will not connect any databases like MySQL, SQL Server or any. We need to build the same with Firebase Real-time Databases also.
Working With ContextMenu In Xamarin.Forms For Android Applications
Aug 31, 2018.
In this article, we will see how to create a Context menu in Xamarin Form for an Android application and work with it.
KenburnsView In Android Using Kotlin
Aug 14, 2018.
In this article, we will learn how use Kenburnsview in Android using Kotlin. Kenburnsview is an awesome Android library that provides an extension to ImageView that creates an immersive experience by animating its Drawable using the Ken Burns Effect.
Alternate Keyboard In Android Using Xamarin.Forms
Jul 27, 2018.
This article demonstrates an alternate keyboard in Android using Xamarin.Forms.
Check Box In Android Using Xamarin.Forms
Jul 22, 2018.
This article demonstrates checkbox in android using xamarin.forms. Xamarin is a platform that allows us to create a multi-platform app for Android, Windows, or iOS through a single integrated development environment(IDE). And with Xamarin.Forms, the interface design for all three platform can be accomplished within its XAML-based standard, native user-interfaces control.
Unity 3D And Android Studio Integration
Jul 16, 2018.
This article demonstrates how to integrate android studio with the unity 3D.
1
-
100
of
1036
<<
1
2
3
4
5
>>
Search
OUR TRAINING
Discovery to Delivery
Employing the latest technologies, Over-C's capabilities include web and mobile development, software and database architecting as well as visual and UX design.