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 Android application
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Pradip Pandey (13)
Abubackkar Shithik (12)
Ganeshan N (11)
Ravishankar Velladurai (5)
Mushtaq M A (4)
Madhuram Srivastava (4)
Chintan Rathod (3)
Muthuramalingam Duraipandi (3)
Amit Kumar Singh (3)
Logesh Palani (3)
Amit Prabhu (2)
Pranav J.Dev (2)
Suthahar Jegatheesan (2)
Akshayrao V (2)
Sekhar Srinivas (2)
Shirsendu Nandi (2)
Gourav walia (1)
Shubham Saxena (1)
Nirav Vikani (1)
Satheesh Reddy (1)
Abhishek Kumar Ravi (1)
Afzaal Ahmad Zeeshan (1)
Deepak Sharma (1)
Shalini Ravi (1)
Ashish Tiwari (1)
Mani Gautam (1)
Mahesh Chand (1)
Ajithkumar J (1)
Virendra Thakur (1)
Suresh M (1)
Rakesh Trivedi (1)
Harpreet Singh (1)
Manoj Kulkarni (1)
Anbu Mani (1)
Vincent Maverick Durano (1)
Manish Tewatia (1)
Resco (1)
Related resources for Android application
No resource found
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
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
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
Mobile Application Development - Setting Up Environment
7/14/2021 6:06:36 AM.
Mobile Application Development is series where you can learn about application developement using Ionic Framework. In this video we will be Setting up the environment
Microsoft Surface Duo Setup and Xamarin Forms-Based Android Application Example
5/12/2020 2:46:17 PM.
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
Android Application Build Process or Compilation Process
4/2/2020 3:02:41 AM.
This article is an overview of how Android programs are compiled and executed.
Day 2: Structure of Android Application Project
3/31/2020 2:47:05 PM.
This article explains the various files and folders of an Android Project and what they mean actually.
Setting up For Android Application Development Environment
3/27/2020 1:11:11 AM.
In this article I will provide an overview for beginners of my personal experiences with Android programming.
Creating Your First Android Application
3/23/2020 11:36:59 PM.
In this article we will see how to create your first Android application.
Learning Android Application Development - Day 1
3/22/2020 2:20:46 AM.
In this article you will learn Android Application Development. It includes a complete application framework so that we can create or deploy our own custom apps
Learning Android Application Development - Day 2
3/21/2020 1:02:22 PM.
In this article you will learn development of UI (user interface) for android applications using components provided by Android itself.
Learning Android Application Development - Day 3
3/21/2020 12:58:14 PM.
In this article you will learn how to create activity in android and how to switch from one activity to another and destroy an activity.
Learning Android Application Development - Day 4
3/21/2020 12:51:21 PM.
In this article you will learn about the tools and platforms for Android Application Development.
Android Threads and Handlers
3/21/2020 7:39:21 AM.
This tutorial describes the usage of Threads and Handlers in an Android application. It also covers how to handle the application lifecycle together with threads.
How to Use ListActivity in Your Android Application
3/21/2020 7:10:23 AM.
When you have many Strings or other type of values to display in a list then a ListActivity is used. It will simply display all the values in a list and you can also use its various types of listeners
Change Theme of Layout Runtime by Button Click in Android
3/21/2020 6:52:09 AM.
In this article, we will see how to change the layout theme of an Android application at runtime by clicking on a button.
Create OpenGL Mono For Android Application
3/21/2020 12:47:39 AM.
In this article I will demonstrate how to create an OpenGL Mono For Android application.
Create OpenGL Mono For Android Application
3/21/2020 12:30:15 AM.
In this article we are going to create an OpenGL Mono for Android application using Visual Studio 2010.
AlertDialog In Android Application
3/19/2020 2:51:10 AM.
In this article, I will explain how to use AlertDialog box in Android app.
Embedding Video In An Android App
3/18/2020 12:23:30 PM.
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
Integrate Dropbox Chooser In Android Application
3/17/2020 8:37:50 AM.
In this article you will learn how to Integrate Dropbox Chooser in Android Application.
Integrate OneDrive In Android Applications
3/17/2020 8:32:08 AM.
In this article you will learn how to integrate OneDrive in Android applications.
Android Programming - Day One
3/16/2020 4:44:48 AM.
In this article series, I will explain about various sections of Android Application Development. This is day one of the series.
Creating Watermark While Taking Screenshot Of A Screen In Android Application
3/13/2020 8:57:21 AM.
In this article you will learn about how to create watermark while taking screenshot of a screen in Android application.
Passing Data Using An Intent Object In Android Applications
3/3/2020 2:49:18 AM.
In this article, I will explain about passing the data between two or more activities, using the Intent object in Android applications.
Adding Fragments Dynamically In Android Application
3/3/2020 2:32:52 AM.
In this article, you will see how to add a fragment dynamically at run time.
Calling In Built Functions In Android Application
3/3/2020 1:12:53 AM.
In this article, I will explain how to call some built in functions in Android Applications.
Intent Object And Intent Filters In Android Application
3/3/2020 12:46:24 AM.
In this article, you will learn about intent object and intent filters in Android applications.
User Interface In Android Applications
3/3/2020 12:13:34 AM.
In this article, you will learn about some widgets like Views, ViewGroups, LinearLayout, AbsoluteLayout, TableLayout, RelativeLayout, FrameLayout, ScrollView etc.
Displaying Notifications In Android Applications
3/2/2020 11:46:43 PM.
In this article, you will learn about how to display notifications in Android Applications.
Set Volume Mode, Vibrate Mode, And Silent Mode To On/Off In Android Studio
3/2/2020 10:26:08 PM.
In this article, you will learn how to create or set volume mode, vibrate mode, and silent mode to on or off in Android applications using Android Studio.
Create A TextSwitcher App In Android Application Using Android Studio
3/2/2020 4:39:27 AM.
In this article, I will explain how to create a TextSwitcher app in Android applications using Android Studio.
Detect Orientation Changes And Control The Orientation Of The Activity
3/2/2020 4:21:29 AM.
In this article, we will see how to detect the device orientation and control the orientation of the activity.
Utilizing The Action Bar In Android Applications
3/2/2020 4:17:00 AM.
In this article, you will learn about action bar used in Android applications. The action bar displays the application icon together with the activity title. On the right side of the action bar are a
Create User Interface Programmatically In Android Applications
3/2/2020 4:04:27 AM.
In this article, we will learn to create a user interface using code. So far, we have seen all the UI's that you have created, using XML file. But we can create the user interface programmatically
How To Call Separate Person In Phone Dialer For Android Application Using Android Studio
3/2/2020 4:01:09 AM.
In this article, you will learn how to call a separate person in phone dialer for Android Application, using Android Studio.
Designing User Interface With Views In Android Applications
3/2/2020 3:47:45 AM.
In this article, you will learn about basic views with their event handling that can be used to design the UI for Android applications
How To Send The Data One Activity To Another Activity In Android Applications
3/1/2020 10:59:56 PM.
How To Send The Data One Activity To Another Activity In Android Applications.
How To Add The Share Option In Android Applications
3/1/2020 10:38:10 PM.
How To Add The Share Option In Android Application.
Send Data To The Remote Database In Android Applications
2/27/2020 5:57:48 AM.
This article enables you to send data to the remote database in an Android Application.
Create A WebView Android Application
2/27/2020 5:31:44 AM.
This article helps you to create WebView Android Application.
Create Custom List View In Your Android Application
2/27/2020 5:18:43 AM.
This article entices you to create Custom List View in your Android Application.
How To Create Calendar View In Android Application
2/27/2020 4:49:47 AM.
How To Create Calendar View In Android Application.
Implement Shared Preferences In Android Applications
2/27/2020 4:39:12 AM.
Implement Shared Preferences In Android Applications.
Create Native Calculator Android Application
2/26/2020 11:46:41 PM.
Android is one of the most popular operating systems for mobile. In this article, I will show you how to create a Native Calculator Android application using Android Studio.
Create Email Android Application
2/26/2020 11:42:19 PM.
Android is one of the most popular operating systems for mobiles. In this article, I will show you how to create a Email Android application using Android Studio.
Create Web Browser Android Application Using Android Studio
2/26/2020 11:02:47 PM.
Android is one of the most popular operating systems for mobiles. In this article, I will show you how to create a Web Browser android application using android studio.
Create Calendar Android Application
2/26/2020 10:54:39 PM.
Android is one of the most popular operating systems for mobiles. In this article, I will show you how to create a Calendar android application. Calendar is an important thing to handle the events an
Create Text To Speech Conversion Android Application Using Android Studio
2/26/2020 5:44:56 AM.
Android is one of the most popular operating systems for mobile. In this article, I will show you how to create a text to speech conversion Android application using Android studio.
How To Show Interstitial Ad Every 20 Seconds In An Android Application
2/26/2020 4:25:07 AM.
Android is one of the most popular operating systems for mobile. In this article, I will show you how to show interstitial ads every 20 seconds in an Android application using Android studio.
Create Voice Search Android Application Using Android Studio
2/26/2020 4:19:24 AM.
Android is one of the most popular operating systems for mobile. In this article, I will show you how to create Voice Search android application using android studio
Android Application To Set Silent Mode, Ringer Mode, And Vibrate Mode In A Phone
2/26/2020 4:13:39 AM.
Android is one of the most popular operating systems for mobile. In this article, I will show you how to set silent mode, ringer mode, vibrate mode in an Android application using Android studio.
Change Android Application Icon Using Android Studio
2/26/2020 4:07:49 AM.
In this article, I will show you how to change the Android application Icon using Android studio. Icons are part of the graphical user Interface of the mobile application.
Pop Up Menu Android Application
2/26/2020 2:42:27 AM.
In this article, I will show you how to create a pop up menu Android App using Android studio. Android Popup Menu displays the menu below the anchor text if space is available otherwise above the anc
Enable And Disable Wi-Fi In Android Application Using Android Studio
2/26/2020 12:08:56 AM.
In this article, I will show you how to Enable and Disable WI-FI in android App using Android studio. The information that an application can access includes connected network's link speed, IP ad
Picasso Library Visual Flair Using Android Application
2/25/2020 10:59:11 PM.
Images add much-needed context and visual flair to an Android application. Picasso allows hassle-free image loading in your application - often in one line of code!.
AppIntro Library Using Android Application
2/25/2020 10:32:21 PM.
In this article I am creating a simple app that contains few intro slides with next and skip navigation.The user can navigate through each slide using swipe gesture or using the next button.
Circular Fillable Loader And SeekBar Using Android Application
2/25/2020 1:23:56 AM.
This article demonstrates how to create circular fill loader to an android application using Android studio. This is an Android project allowing to realize a beautiful circular fillable loader to be u
How To Earn Money Using Google AdMob With Android Application
2/25/2020 1:17:56 AM.
One of the hottest discussion points in Android Technology is how to earn money using Android Applications.
Voice 2 Text Android Application Tutorial
2/25/2020 12:37:33 AM.
Hello all, in this article we will learn how to create an Android Voice2Text App. So by the app name we can understand what we will be going to make. In this app Voice2Text, user voice will be convert
Draggable Panel In An Android Application
2/25/2020 12:27:19 AM.
This article demonstrates how to create a draggable panel in an Android application using Android Studio.
Send E-Mail Android Application Tutorial
2/25/2020 12:17:13 AM.
Hello all, in this article we will learn how to create an Android app which will send email using any email client. In this tutorial we are using the intent service of android which will help us to se
Creating Stop Watch Android Application Tutorial
2/24/2020 11:45:46 PM.
Hello all! In this tutorial, we will learn how to create a Stop Watch android app, which will have basic features of a stop watch like, Start, Stop, Pause and Reset.
How To Connect Firebase In Android Applications
2/19/2020 5:04:56 AM.
How To Connect Firebase In Android Applications. Firebase is used to develop high-quality apps. Firebase supports “Android”, “iOS”, “Web”, and “Unity”. Firebase is an emerging technology in mobile app
Create Alarm Android Application
2/19/2020 5:04:38 AM.
Create Alarm Android Application. I will show you how to create alarm android application using Android Studio. Android is the kernel based operating system.it allows the user can modify the GUI compo
How To Use The Gallery Images In Android Application
2/19/2020 2:50:02 AM.
This article teaches you how to use Gallery Images in an Android Application.
Graph API Using Android Application
2/19/2020 12:38:29 AM.
This article demonstrates how to add Microsoft Graph API using Android Application to get access token and call Microsoft Graph API or other APIs that require access tokens from Azure Active Directory
Building Android Applications using C#
2/17/2020 3:07:02 AM.
MonoDroid is a software product developed by Novell to build Android based mobile applications using C# and .NET. In this tutorial, we will learn how to build our very first Android based application
Working With Video Player In Android Application
2/17/2020 12:18:26 AM.
Working With Video Player In Android Application. The article shows how to integrate video in your Android application using Android Studio.
Android Application Aunthetications Using Xamarin.Forms
1/8/2020 9:01:56 AM.
This article describes Android Application Authentications for microphone location, camera, media files, contacts, etc.
Ensure Xamarin.Android Application Supports 64-Bit Devices
7/13/2019 12:50:10 PM.
In this article, you will learn how to ensure that the Xamarin Android application supports 64-Bit Devices.
How To Send Mail Directly From Android Applications In Xamarin.Android
9/24/2018 8:55:36 AM.
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.
View Binding In Android Application - Kotlin
2/25/2018 2:09:36 PM.
In my previous articles, we learned about the basics of Kotlin and Getting started with Android Application development with Kotlin. If you are new to Kotlin read my previous articles.
Hello World Android Application Using Kotlin
2/1/2018 1:35:26 PM.
Google officially announced Kotlin as a first class language for Android development at Google I/O 2017. From Android Studio 3.0, Kotlin is included as Support for Android Studio. In this post, we wil
Xamarin.Android - How To Set Time Android Application Using Visual Studio 2017
5/16/2017 4:39:09 PM.
This article acquaints you with how to set Time Android Application, using Visual Studio 2017.
Design ScrollView With TableView In StackLayout Android Application Using Xamarin.Forms
4/28/2017 3:15:59 PM.
This article illustrates how to design ScrollView with TableView In StackLayout Android Application Using Xamarin.Forms.
Create Web View Android Application Using Xamarin Android In Visual Studio 2017
4/20/2017 10:19:48 AM.
Create Web View Android Application, using Xamarin Android In Visual Studio 2017.
Creating Phoneword Android Project Using Xamarin Android Application
4/4/2017 6:32:29 PM.
This application lets you to convert the alphabet into numbers and then the converted numbers can be called using Phone Dialer.
Playing The Audio And Video File Using Xamarin Android Application
3/27/2017 11:01:49 AM.
This tutorial focus on playing audio and video files.
Publishing Xamarin Android Applications Using Visual Studio
3/22/2017 3:19:14 PM.
This article acquaints you with publishing Xamarin Android Applications, Using Visual Studio.
Generate Google API Key For Xamarin Android Applications
2/27/2017 11:14:24 AM.
In this article, you will learn how to generate Google API key for Xamarin Android Applications.
How To Use List View And Adapter In Xamarin Android Application
2/14/2017 6:38:00 PM.
In this article, we are going to see how to use ListView and Adapter in Android application using Xamarin.
Build Your First Android Application Using Xamarin Visual Studio 2015
2/14/2017 6:15:27 PM.
In this article, you will learn how to build your first Android Application, using Xamarin Visual Studio 2015.
How Activities Interact With Users In Android Applications
1/23/2017 1:39:23 PM.
In this article, you will learn about how activities interact with the user. There are two levels when the user interacts with Android Application UI: Activity level and View level.
Create And Design A User Interface For Android Application Via Xamarin
7/12/2016 2:29:15 AM.
In this article, I will show you how to create and design a simple User Interface.
Xamarin Android: Master Detail View
5/18/2016 4:20:43 PM.
In this article, we will talk about how to create a master detail view in Xamarin Android application.
Xamarin Android: Create Android Application To Check Network And GPS Status
5/11/2016 1:42:49 PM.
In this article you will create a Xamarin Android Application to check Network and GPS status.
Testing, Debugging and Deploying Android Applications Using Xamarin Across Wears and Handheld Devices
4/29/2015 2:40:35 PM.
This article explains the testing, debugging and how to deploy android application using xamarin across wears and handheld devices.
Interacting with database in Android App using C# with Xamarin
4/20/2015 1:15:43 AM.
In this video i will be explaining how to interact with the database in Android Application developed using Visual C# with the support of SQLite ORM Model
Developing Android Application using Visual C#
4/13/2015 1:30:04 AM.
Developing Android Application using Visual C# . Xamarin Android Mono for Android is used for developing Android Application using Visual C# .Hello World Android Application using C# and Using Table Layout and Form Elements in Android Application using Visual C#
Deployment of MonoAndroid Application in Your Mobile
5/13/2012 3:29:17 AM.
In this article I will describe how to deploy your MonoAndroid application into a specific device such as an Android enabled smartphone or Tablet.
Consume a Web Service in an Android application with C# MonoAnDroid application
5/13/2012 3:26:01 AM.
In this application I will describe how to consume a web service in to your MonoDroid application using vs 2010. (MonoDroid will not work in VS 2010 Express edition).
Welcome World - First Android Application in Visual Studio 2010
5/13/2012 3:18:40 AM.
This is a tutorial for developing your first Android application using Visual Studio 2010 and the C# language
Develop .NET applications for Windows Phone 7, Windows Mobile, iPhone and Android
10/1/2010 12:37:25 AM.
Mobile application development is a challenging task, but within a few years most developers will have to face it. Choosing the right developer platform can make the process a lot easier and faster.