Click here to Skip to main content
15,901,666 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 

5 Apr 2023 by Tough Developer
How to simulate key presses on Android devices
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.
21 Jul 2021 by Aram Tchekrekjian
In this tutorial, we will learn how to connect Android with ASP.NET Core Web API.
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
1 Jun 2020 by Mohammad Nasirifar
This is the story of the letters in the date of Google Calendar.
28 Apr 2020 by Ahmed Bouchefra
Solutions to problems you'll encounter when creating new virtual devices
16 Oct 2019 by Simon Jackson
Hints, tips and advice for working well with Android in Unity
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.
4 Apr 2018 by S Ravi Kumar (TechieRathore)
In this article, we will dissect the folder structure of default Flutter app and understand how to manage the various resources needed for developing a cross platform app using Flutter.
28 Mar 2018 by S Ravi Kumar (TechieRathore)
In this article, we will setup Flutter development environment in Android Studio and execute the default code generated by the New Flutter Project template.
23 Jan 2018 by Aram Tchekrekjian
Seven Android libraries every developer needs to know
25 Nov 2017 by hexgear
Android Recycler View Tutorial
9 Oct 2017 by Right Handed Monkey
How to programmatically register system broadcast receiver at runtime in Android
25 Sep 2017 by S Ravi Kumar (TechieRathore)
How to implement show hide passeword using effects in Xamarin.Forms
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.
21 May 2017 by Afzaal Ahmad Zeeshan
Here is my review of official Kotlin shift for Android
7 May 2017 by n.podbielski
Fixing hiding text box controls by software keyboard on Xamarin Android
27 Mar 2017 by Lee P Richardson
Kill AXML - Programmatic ListViews in Xamarin Android
15 Mar 2017 by Simon Jackson
MonoGame (for those of you not yet aware) is a Game Building Framework / API born from the ashes that was the Microsoft XNA Framework that provides a very easy to use API to build games.
13 Mar 2017 by hexgear
I this post I will describe how I put together the live wallpaper.
4 Mar 2017 by Junian Triajianto
This post discusses simple custom fonts helper in Xamarin.Forms for Android
25 Feb 2017 by n.podbielski
Reusable service for detecting if software keyboard is visible or not on Xamarin Android
23 Feb 2017 by Val Okafor
This post is a step by step tutorial on how to implement Firebase Authentication in Android.
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.
13 Feb 2017 by Val Okafor
A complete, step by step tutorial on working with Firebase Realtime Database in Android
31 Jan 2017 by Cindy Potvin
How to get started with Android development: Layout managers
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.
14 Dec 2016 by Simon Jackson
How to convert DirectX .X files for use in games
30 Nov 2016 by Vidyasagar Machupalli
WatBot: An Android ChatBot powered by IBM Watson
4 Nov 2016 by Andy Point
In this horizontal listview Android example, we will discuss how to create a horizontal listview using RecyclerView.
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.
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.
3 Oct 2016 by Cindy Potvin
How to get started with Android development - Basic structure
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
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.
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
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
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.
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.
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
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.
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 Flash Light Application Tutorial Using Camera2 API
17 Jul 2016 by Andy Point
Android Material Design: Working with Floating Label EditText
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
9 May 2016 by Val Okafor
In this tutorial, I will share a practical example of Model View Presenter (MVP) pattern in Android development. MVP is a design pattern and when it comes to Android development some of the examples available online are heavy on theories.
23 Apr 2016 by n.podbielski
Xamarin Frame and Style with Padding
23 Apr 2016 by n.podbielski
This is another article in the mini series of Xamarin bugs and workarounds for them. 
20 Apr 2016 by Val Okafor
Learn Android Dependency injection with Dagger 2
20 Nov 2015 by Val Okafor
Beginning Android Development – Part 2/3
20 Nov 2015 by Val Okafor
Android SQLite for beginners
20 Nov 2015 by Val Okafor
Learn the fundamentals of Android development
19 Nov 2015 by Val Okafor
This post is a step by step tutorial on how to add data persistence to the Android Notepad app we create in the last post.   You are highly encouraged to read the last posts to get the most out of this tutorial especially if you are new to Android development.
18 Nov 2015 by Val Okafor
In this blog post, I will show you how to create Android drawing app. This blog post is part one of a two part tutorial series where I will show you how to create simple but delightful Android drawing app.
4 Nov 2015 by Val Okafor
This blog post is part two of my Android Drawing App tutorials. It is strongly encouraged that you finish part one of this tutorial before proceeding with this one.
31 Oct 2015 by Val Okafor
In this blog post, I will show you how to create Android drawing app. This blog post is part one of a two part tutorial series where I will show you how to create simple but delightful Android drawing app.
7 Oct 2015 by Val Okafor
This post is a step by step tutorial on how to add data persistence to the Android Notepad app we create in the last post.   You are highly encouraged to read the last posts to get the most out of this tutorial especially if you are new to Android development. 
1 Oct 2015 by Val Okafor
This post is part one of two part blog posts where I will provide a step by step tutorial on how to create an Android Notepad App. These two posts are the completion of my post on Android SQLite and Content Provider. If  you have not read those two posts, you may want to do […]
17 Sep 2015 by Val Okafor
In this post, I will cover the fundamentals of Android SQLite from a beginners perspective. In the next post I will provide a similar introduction to Content Provider and in the last part of the series I will show how to use Android SQLite and Content Provider to build a Note taking app.
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
4 Aug 2015 by Val Okafor
Top Android App Review Sites
13 Jul 2015 by Val Okafor
CodeProject This post is part 3 of a three part Android development tutorial series where I provide a walk-through on how to create and publish your first Android app.
13 Jul 2015 by Val Okafor
In app purchase is one of the main monetization options for Android apps. Android in app purchase combines what used to be the “free” version and “paid” version together.
6 Jul 2015 by Xiao Ling
Time to migrate Android projects to Android Studio
5 Jul 2015 by Andrey Moskvichev
This is an efficient way to make button color change on Android
3 Jul 2015 by NormDroid
AndroidServiceClient with Authentication
30 Jun 2015 by Andrey Moskvichev
How to add banners into Android app and not overlap other UI elements
27 Jun 2015 by Member 11794279
Here are some open source Android libraries every programmer should know.
2 Jun 2015 by Val Okafor
How to create and publish your first Android app
31 May 2015 by Val Okafor
Today, I am beginning a four part Android tutorial series where I will provide step by step guide on how to create and publish your first Android app.
26 May 2015 by Cindy Potvin
Saving an image in a SQLite database in your Android application
15 May 2015 by Neta777
In this post I want to examine the image files generated by Lens Blur.
4 May 2015 by Cindy Potvin
How to show a Toast for a specific duration in Android
28 Apr 2015 by Val Okafor
This blog post stems from my recent experience building my soon to be released Invoicing app. I waited until the last minute to integrate PDF hoping that there is a magical boolean I can set to true and voila, my deeply nested view will be converted to PDF.
24 Mar 2015 by Isaac RF
Introduction to Youtube Data API v3 on Android
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.
29 Jan 2015 by Codeman the Barbarian
Trouble with Adapters
26 Jan 2015 by Cindy Potvin
How to display a string List in an Android ListView
5 Dec 2014 by Saurabh_Sharma
Twitter Integration in Android and Its New API v1.1
2 Dec 2014 by Madhur Kapoor
How to use camera in Android application
3 Nov 2014 by Cindy Potvin
This is the last post in my series about saving data in your Android application.
15 Sep 2014 by Cindy Potvin
How to build maintainable Android applications
21 Aug 2014 by Edison Heng
A simple notepad for Android
13 Aug 2014 by Cindy Potvin
This is the fourth post in my series about saving data in Android applications.
18 Jun 2014 by Cindy Potvin
This is the third post in my series about saving data in Android.
16 Jun 2014 by Right Handed Monkey
Obscured shared preferences for Android
2 Jun 2014 by Cindy Potvin
How to save data to a file in your Android application
11 May 2014 by hjgode
Android: ipPrint4 Print Label/Receipts to IP Printer
6 May 2014 by Cindy Potvin
How to save data in your Android application
30 Apr 2014 by Serge Desmedt
Threading in Android
25 Apr 2014 by Simon Jackson
Android NDK Game Development Cookbook - a review
31 Mar 2014 by Cindy Potvin
How to format dates with Java in Android applications
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
29 Nov 2013 by Tharaka MTR
How to transfer ownership of the Android application
21 Nov 2013 by Lewis Benge
Building Glassware with the Xamarin Android and Google's GDK
19 Nov 2013 by Simon Jackson
I’ve compiled an extensive list of resources at your disposable on your Unity3D journey, split up in to sections to allow you to target what you need.