Click here to Skip to main content
15,891,033 members
Everything / Mobile Apps / Android

Android

Android

Great Reads

by ridoy
A brief explanation of application development for Android Wear, helpful for every beginner and intermediate android developer.
by Safak Tarazan
Usage of services, alarm manager and broadcast receivers
by Daniel Vaughan
Create best-in-breed cross-platform MVVM apps using Calcium for Xamarin.Forms.
by raddevus
Steps for building a device you can add to your existing garage door, which implements an atmega328, bluetooth (hc-05) and relay module which will allow you to open your garage door from any paired Android device.

Latest Articles

by JudyL_MD
Code sample for passing encrypted compressed data between Windows and Android
by Ayush Vijaywargi
Enhancing Android app stability by integrating LeakCanary with RxJava for efficient memory leak detection and resolution.
by Suhagkumar Vamja
The article discusses the challenges faced by businesses in releasing mobile applications quickly and the importance of faster time to market (TTM)
by Zijian
Use PowerShell scripts to generate icons of native mobile apps

All Articles

Sort by Updated

Android 

22 Apr 2010 by Adrian Vintu
I have previously published an Android vs IPhone comparison and many people requested that I do a comparison of Android vs iPhone vs Nokia vs BlackBerry vs Windows Mobile 7.
29 Sep 2010 by Adrian Vintu
While playing with localization on the Android for my app I came upon an annoying bug.It seems running on Motorola Milestone the fonts were getting smaller on each locale update.I use the following code for locale changing (from http://almondmendoza.com/2009/01/28/force-localize-an-application-
24 Jun 2010 by Adrian Vintu
How to Debug on the Samsung Galaxy I7500 Android Phone
15 Jun 2010 by Adrian Vintu
A comparison of Android vs iPhone vs Nokia vs BlackBerry vs Windows Mobile 7
4 May 2010 by Adrian Vintu
I've had multiple requests on information about developing an (Android) mobile application, so I decided to add my tips in this guideline.
20 Feb 2017 by Afzaal Ahmad Zeeshan
In this article, I cover the most widely faced problems in Xamarin installation and setup for Android application development.
21 May 2017 by Afzaal Ahmad Zeeshan
Here is my review of official Kotlin shift for Android
28 Apr 2020 by Ahmed Bouchefra
Solutions to problems you'll encounter when creating new virtual devices
13 Mar 2013 by Andrey Moskvichev
This is part II of the article series on Drupal and Android integration.
13 Mar 2013 by Andrey Moskvichev
In this article, I'll show you how to detect incoming and outgoing phone calls on the Android platform.
30 Jun 2015 by Andrey Moskvichev
How to add banners into Android app and not overlap other UI elements
5 Jul 2015 by Andrey Moskvichev
This is an efficient way to make button color change on Android
17 Jul 2016 by Andy Point
Android Flash Light Application Tutorial Using Camera2 API
17 Jul 2016 by Andy Point
Firebase Android Tutorial : Adding Registration and Login Hello Developers, this is our android firebase tutorial. In this tutorial we will create an android firebase app that will use firebase android login functionality. This post will help you get you up and running with integrating Firebase to a
17 Jul 2016 by Andy Point
Android Download Manager Tutorial: How to download files using Download Manager from the Internet
17 Jul 2016 by Andy Point
Android Material Design: Working with Floating Label EditText
20 Jul 2016 by Andy Point
Integrating Facebook Login to Android Application. Now a days almost every web and mobile app provides an option to Login with Facebook. This is because most of the people have a facebook account and facebook has provide an easy to integrate SDK to add Facebook Login to your mobile app.
28 Aug 2016 by Andy Point
Adding Google Admob Ads to Android App (Banner and Interstitial ads). Google AdMob is the most popular mobile ads platform used by app developers worldwide. Integrating AdMob to your app allows you to monetize your app and earn on the basis of Impressions and clicks on ads in your app.
28 Aug 2016 by Andy Point
Google Maps App Tutorial Hello Guys. In this post, we will learn how to make a Google Maps App that detects our current location. Here Google Map V2 will track current location of user and add a marker on it. Pre-requisites:
28 Aug 2016 by Andy Point
Today Almost all web and mobile apps come with Google and Facebook Login, This is a really useful feature for both the app developer and the user, since almost everybody tend to have a google/gmail and facebook account and moreover while logging in with google you don’t need to remember your UserId
21 Jul 2016 by Andy Point
Android CardView Tutorial We have already discussed about RecyclerView in the following tutorial Listing Items using RecyclerView and shown a recyclerview example in android studio. Today we will discuss about CardView in Android SDK which was introduced with the android material design through the
29 Aug 2016 by Andy Point
Google Maps Nearby Places API Hello Guys. Hope all of you are doing well. In this tutorial, we will learn how to add the markers on nearby places in Google Maps API using Retrofit . We will name this App as Google Maps Nearby Places API.
9 Sep 2016 by Andy Point
Google Maps Search Nearby In this post we will learn how to find nearby places in Google Maps. We will first see how to get current location of user and then will add marker on nearby places like Restaurants, Hospitals, Schools etc. You can see demo of this post (Google Maps Search Nearby) in above
29 Aug 2016 by Andy Point
Android Firebase Cloud Messaging Tutorial Hello Developers, We are back with a new android firebase tutorial. This time we will discuss about Firebase Cloud Messaging (FCM). We will be using Firebase to add cloud messaging in android app. What is Firebase Cloud Messaging? Firebase Cloud Messaging is
1 Nov 2016 by Andy Point
In this Android Spinner Tutorial, we will learn how to make an Android spinner which will allow us to select an item from a drop down menu in Android.
1 Nov 2016 by Andy Point
In this post, we will discuss how to use picasso in Android studio to download images over network by creating a Picasso Android app.
4 Nov 2016 by Andy Point
In this horizontal listview Android example, we will discuss how to create a horizontal listview using RecyclerView.
23 Jan 2018 by Aram Tchekrekjian
Seven Android libraries every developer needs to know
26 Nov 2020 by Aram Tchekrekjian
How to use Retrofit to easily build an app that connects to an HTTP-based service with the use of GET method to retrieve data and display it nicely on the screen
21 Jul 2021 by Aram Tchekrekjian
In this tutorial, we will learn how to connect Android with ASP.NET Core Web API.
19 Apr 2011 by Austin Rasmussen
The Android ListActivity makes it simple to display a list of items in your application.
19 Apr 2011 by Austin Rasmussen
Continued from: Android Lists: ListActivity and ListView I.
28 Jan 2013 by BillOsuch
Finding your SDK debug certificate MD5 fingerprint using Keytool.
18 Mar 2014 by Cindy Potvin
This post gives 5 tips to improve performance in Android applications
4 Mar 2014 by Cindy Potvin
How to create logs in Android applications
31 Mar 2014 by Cindy Potvin
How to format dates with Java in Android applications
6 May 2014 by Cindy Potvin
How to save data in your Android application
2 Jun 2014 by Cindy Potvin
How to save data to a file in your Android application
18 Jun 2014 by Cindy Potvin
This is the third post in my series about saving data in Android.
13 Aug 2014 by Cindy Potvin
This is the fourth post in my series about saving data in Android applications.
15 Sep 2014 by Cindy Potvin
How to build maintainable Android applications
3 Nov 2014 by Cindy Potvin
This is the last post in my series about saving data in your Android application.
26 Jan 2015 by Cindy Potvin
How to display a string List in an Android ListView
4 May 2015 by Cindy Potvin
How to show a Toast for a specific duration in Android
26 May 2015 by Cindy Potvin
Saving an image in a SQLite database in your Android application
3 Oct 2016 by Cindy Potvin
How to get started with Android development - Basic structure
31 Jan 2017 by Cindy Potvin
How to get started with Android development: Layout managers
17 Oct 2022 by Cindy Potvin
At the end of my last article, I left you hanging after describing activities, without telling you how to build a UI, so here we go.
29 Jan 2015 by Codeman the Barbarian
Trouble with Adapters
15 Apr 2013 by Daniel Vaughan
Generating localized resources in Mono for Android using T4.
20 Nov 2009 by DavidSchmitt
Android development FAIL
2 Apr 2012 by deveck
This article describes how to create a REST WCF-Webservice which can be consumed on Android devices.
5 Apr 2012 by deveck
How to consume a JSON REST WCF service using Android
21 Aug 2014 by Edison Heng
A simple notepad for Android
26 Feb 2013 by Edison Heng
Synchronizing between Android and desktop
13 Mar 2017 by hexgear
I this post I will describe how I put together the live wallpaper.
14 Jul 2017 by hexgear
In this article, I will share how to parse JSON using JSON-Java in Android, however the snippet is not limited to Android only.
25 Nov 2017 by hexgear
Android Recycler View Tutorial
11 May 2014 by hjgode
Android: ipPrint4 Print Label/Receipts to IP Printer
17 Oct 2011 by Inaki Ayucar
XNA/Android cross-platform and strongly-typed access to game contents
24 Mar 2015 by Isaac RF
Introduction to Youtube Data API v3 on Android
24 Aug 2016 by Isaac RF
To create visually engaging apps, displaying images is a must. Learn to display Bitmaps Efficiently on your Android apps, without giving away performance. The post Displaying Bitmaps Efficiently on Android apps appeared first on Isaac RF.
4 Mar 2017 by Junian Triajianto
This post discusses simple custom fonts helper in Xamarin.Forms for Android
22 Aug 2011 by kb-boxer
Android meets .NET
16 Sep 2015 by Kevin Mack
So, I know I've been out of pocket the past two weeks, and that includes all social medias. Honestly I just started a new job, and my wife did as well. So in my family, we do life events in batches. But I didn't want to stay out of pocket
19 Jan 2017 by Lee P Richardson
If you've ever wanted the same type of functionality for Xamarin Android either for consistency or ease of cross platform code sharing, now you can with EasyLayout.Droid.
27 Mar 2017 by Lee P Richardson
Kill AXML - Programmatic ListViews in Xamarin Android
21 Nov 2013 by Lewis Benge
Building Glassware with the Xamarin Android and Google's GDK
25 Nov 2011 by li9705
A simple opengl example of Android using cle
21 Feb 2012 by li9705
Irrlicht is a well-known Open Source 3D engine, which supports multiple platforms
13 Apr 2012 by li9705
Can we write programs in Android with other languages? The answer is yes.
16 Apr 2012 by li9705
Writing Android GUI using Python (Introduction)
19 Apr 2012 by li9705
An example of basic Android GUI elements created and controlled using python, which may be buttons, textviews, checkboxs, radiobuttons
24 Apr 2012 by li9705
Writing an Android GUI using Python
30 Apr 2012 by li9705
How to write Android GUI using LUA (introduction)
3 May 2012 by li9705
The examples in this article will create a menu, scroll view and popup window.
30 May 2012 by li9705
How to write Android GUI using Python (6:layout)
2 Dec 2014 by Madhur Kapoor
How to use camera in Android application
9 Jun 2019 by marcusts
A Smart Platform for a Challenging Era Most mobile device owners are passionate about their phones. They’re either a high-tech Android type or an aesthetic iPhone type. And they agree about very little when it comes to their metallic soul-mates.
27 Jun 2015 by Member 11794279
Here are some open source Android libraries every programmer should know.
12 Apr 2012 by Michael Banzon
It is not Android that is fragmented – it is iOS that is not-fragmented.
13 Apr 2012 by Michael Banzon
This is a translation and partial rewrite of a piece I wrote in Danish: Opdatering Android (PDF).
13 Apr 2012 by Michael Banzon
This is actually a modified + translated version of this piece I wrote in Danish: Opdatering Android (PDF).
1 Jun 2020 by Mohammad Nasirifar
This is the story of the letters in the date of Google Calendar.
23 Apr 2016 by n.podbielski
This is another article in the mini series of Xamarin bugs and workarounds for them. 
23 Apr 2016 by n.podbielski
Xamarin Frame and Style with Padding
25 Feb 2017 by n.podbielski
Reusable service for detecting if software keyboard is visible or not on Xamarin Android
7 May 2017 by n.podbielski
Fixing hiding text box controls by software keyboard on Xamarin Android
15 May 2015 by Neta777
In this post I want to examine the image files generated by Lens Blur.
3 Jul 2015 by NormDroid
AndroidServiceClient with Authentication
6 Dec 2012 by Phil Sweeney
Applying MVC architecture to Titanium mobile apps
2 Apr 2013 by PratapReddyP
Demo of PhoneGap on an Android
1 Apr 2013 by PratapReddyP
In this post, my intent is to use the internal memory of an android and save / retrieve the data from different views.
29 Oct 2011 by Rajeesh.C.V
Android development - Aquarium Live wallpaper
4 Oct 2013 by Raymund Macaalay
If you love C# and want to create an Android application using that language then you have to thank Xamarin as they created this great Cross Platform development tool which enables developers to develop iOS and Android apps in C# language. 
19 Feb 2015 by Right Handed Monkey
This post explains how to use the WorxForUs Network framework to have an Android app that works robustly even in areas that have poor network connectivity.
16 Jun 2014 by Right Handed Monkey
Obscured shared preferences for Android