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

12 Sep 2012 by 3PillarLabs
This article help users to integrate Facebook, Twitter, Linkedin, MySpace functionality easily in Android apps.
30 Aug 2010 by a-machan
The purpose of the article is to provide a simple description to install applications that are not available on android market or for testing our own applications on the device. The android installation executables will have an .apk extension (apk – android package)
13 Nov 2014 by A.Ebrahimi
Tools introduction for Android developers who use SQlite in coding
25 Jul 2016 by Ahmad Kharsah
Fix VS2015 Crashes when open *.axml file after Update Xamarin and Java JDK
13 Sep 2013 by Ahmed Alaa El-Din
I customized StickyGridHeaders to work on any data and group by any data.
20 Jan 2014 by Ahmed Jubayer
Using shared preferences in Android
22 Aug 2015 by Alfeu Lucas Guedes
How to handle Android physical back button events with Chocolatechip-UI and Cordova.
12 Jan 2012 by All Time Programming
Get actual screen size for the application layout dynamically
19 Jul 2013 by Amanpreet Mukker
Simple trick that I find very useful
19 Jul 2013 by Amanpreet Mukker
Simple approach to handle fragmentation
4 Aug 2013 by Amanpreet Mukker
Parsing JSON data in Android is simple and seamless
12 Sep 2017 by amartya mandal
Facebook & LinkedIn login with Firebase and Xamarin
4 Nov 2020 by AmrDeveloper
How to create a Code Editor Android Application for Go Programming Langauge using CodeView Library
7 Apr 2021 by AmrDeveloper
How to use CodeViewAndroid Library in many projects features
11 Jan 2022 by AmrDeveloper
Create Android Code Editor app with CodeView that supports auto indenting, finding matching and replacing keywords
4 Mar 2022 by AmrDeveloper
How to get any Adapter class from model class easily and quickly
5 Nov 2014 by Arkadeep De
Bluetooth Desktop Locker with Android Application
24 Nov 2014 by ashishkumar008
Here, I am going to apply a good look and feel on EditText in Android. For this purpose, we can use image also but I'll use XML here.
3 Jun 2014 by Attila Kúr
Alternative Push Notifications (without GCM) targeting a single device
18 Jun 2011 by Atulkryadav
Get Phone Contact Details
22 Jul 2013 by avi shaby
This tip describes the Java implementation of Base26GPS.
26 Nov 2012 by Azim Zahir
This article demonstrates running Android applications on emulator.
22 Jun 2018 by Azim Zahir
This is a demonstration of a Torch application built using Android.
9 Apr 2014 by B. Clay Shannon
How to View Every Change You've Ever Made to a File in Droidio With No Setup
19 May 2014 by B. Clay Shannon
Easily create and hook up values to display in an Android Spinner
19 May 2014 by B. Clay Shannon
How to create an Android Activity and its associated Layout file, then invoke (intent) them from another Activity
16 May 2014 by B. Clay Shannon
Step-by-step instructions for adding an Async Task to an Android Activity
16 May 2014 by B. Clay Shannon
How to quickly and easily change a Layout's header text
16 May 2014 by B. Clay Shannon
Simple tip on how to show a toast in response to an event, and center it in the screen
19 May 2014 by B. Clay Shannon
Simple steps needed to globally change a widget property
20 May 2014 by B. Clay Shannon
Learn the easiest way to create an Android Layout, especially when form factors of the target devices are limited
20 May 2014 by B. Clay Shannon
Learn how to get all records from any SQLite table, passing the Table Name as String and receiving a StringBuilder
21 May 2014 by B. Clay Shannon
In which the user is shown how to enclose multiple widgets in a rectangle
30 May 2014 by B. Clay Shannon
Add borders to Android widgets, such as EditTexts, to "set them off/apart"
4 Jun 2014 by B. Clay Shannon
Wherein the steps to add menu items, and respond to them being selected, is delineated
9 Jun 2014 by B. Clay Shannon
A handful of easy steps to enable using names instead of hex vals for colors
9 Jun 2014 by B. Clay Shannon
Simple code to send email which contains Exception text from a Catch Block
11 Feb 2012 by Bart Dubois
Memo about structure of the Android project and Support Package
17 Dec 2018 by Benktesh Sharma
Tips for tracking progress on multiple async tasks in Android
24 Feb 2014 by cigwork
I wanted to show a "no data" legend when there's nothing to show for an asynchronously loaded list and a busy indicator whilst items are being sought/loaded.
16 Mar 2020 by Coding Notes
How to use VideoView and MediaController in Kotlin
21 Jun 2013 by Daron Cox
If you're trying to integrate with UAG from a mobile device, this tip is for you!
4 Feb 2013 by DASoftware
Tip on how to pass a value to an intent
9 Feb 2015 by David Fan Quan
Introduction of how to configure Intel's HAXM with Google Android Studio to accelerate Android emulator.
12 Feb 2015 by David Fan Quan
Are you sure you really know how to name your app? If you know Activity's label has higher priority than Application's label, you'll get it.
13 Jun 2013 by Deepali Dhingra
This tip explains how to create a to do or Shopping List app with listview, sqlite, dialog and customadapter
13 Jun 2013 by Deepali Dhingra
This tip explains how to create a to do or Shopping List app with listview, sqlite, dialog and customadapter.
14 Jun 2015 by Deepali Dhingra
This contains information about Sensors in Android.
22 Mar 2013 by Dheeraj Singh Bhadoria
This Artical shows that how we can change the color of any image throw Bitmap
5 Sep 2017 by dimpant
Learn how to properly use the NotifyDataSetChanged method of the ListViewAdapter to remove items from a ListView
9 Sep 2014 by Dominic Burford
Cross-platform mobile development vs native development
21 Apr 2013 by Eduardo Antonio Cecilio Fernandes
Add asynchronous tasks, using threads, in Android activities while updating its progress to the UI. Use this technique for SDKs lower than 1.5.
20 Apr 2015 by emerR46
Show an option when a selected bar chart is clicked in from screen.
4 Jan 2015 by farhad2161
In this article we will implement a general Parcelable class and name it ParcelableEntity. Then all other entity class can extend it, then they will be parcelable too. So there is no need to implement Parcelable class for other classes.
17 Feb 2015 by Feature Extraction
In this article I will cover the steps to set up Apache Cordova. I’ll first set up the Android SDK, an Android Virtual Device, Apache Ant and finally, Cordova.
17 Dec 2012 by Fredrik Bornander
When the emulator isn't enough for testing and the money isn't enough for an actual device
18 Apr 2014 by Garvit Arya
It is a personalized web Browser that can open a certain website directly.
9 Mar 2015 by giaosucan
Simple way to create service on Android Application
17 Feb 2021 by Gábor Angyal
Binding C structs and functions to Kotlin is easier than you have thought!
20 Mar 2014 by Hadrich Mohamed
This tip shows you how to make your own Android Weather Application using XML Parsing.
13 Oct 2011 by Hamdy Ghanem
How to send an email with attachment in Android.
1 Jul 2020 by Hariprasanth S
Navigation pattern like in Google News Stand app with transitions
18 Mar 2015 by Houssem_Dellai
Develop Android applications using Visual Studio and C#
11 Aug 2013 by huyletran
Make edit text with specified length, delete icon
27 Aug 2013 by huyletran
Create a new bitmap by combining many bitmaps.
27 Aug 2013 by huyletran
Cut bitmap!
30 Aug 2013 by huyletran
Android webview browser controller
27 Aug 2013 by huyletran
Rotate bitmap
7 Sep 2013 by huyletran
Make a vertical listview with scroll looping
19 Dec 2017 by infal
This article shows how to send push notification to your mobile (Android) app from .NET infrastructure.
28 Dec 2017 by infal
How to establish a connection to server running in Android emulator
8 Jul 2011 by Ivan Budiono
Class to access a .NET Web Service with an Object parameter or even an array of objects.
26 Jun 2015 by JainGirish
Understanding Android activities handling of back key press - some useful tips to avoid unexpected results or app crash
22 Jan 2016 by Jan Bodnar
This tip shows how to use a Spinner widget in Android Java.
23 Nov 2011 by Jaydeep Jadav
This article will show you how to create simple gradient line separators to spice up the layout a little bit.
23 Nov 2011 by Jaydeep Jadav
The following trick tell you How to get the versionCode and versionName of your android app using code
24 Nov 2011 by Jaydeep Jadav
It is important to understand that the equals( ) method and the == operator perform two different operations.
20 Apr 2015 by jit_knit
Using Hardware Keys on Android for Security Apps
13 Apr 2015 by JoCodes
Filter ListView Items using Spinner ( with custom adapters, Model Classes )
17 Apr 2015 by JoCodes
Creating Simple Android Chat Bubble or Chat UI Layout
11 Feb 2018 by JoCodes
Handling multiple click events of multiple buttons placed inside CardView / RecyclerView from Activity instead of from Adapter
15 Feb 2016 by Jose V. Huerta
Android APP to web page (POST parameters)
23 Dec 2014 by joseacl79
Create a Google maps app and add markers on it
17 Jun 2013 by josh-jw
This article will give you a good idea about adding external jar files in Android Studio.
26 Jun 2013 by josh-jw
This tip will help you to develop global variable in Android application.
10 Sep 2015 by José Cintra
Do take off your applications with the Cloud Services
13 Mar 2024 by JudyL_MD
Code sample for passing encrypted compressed data between Windows and Android
29 Nov 2015 by Kamran_Shahid
Singleton pattern implementation in Android
17 Jan 2016 by Kaushal Dhruw
Prepare your Android dev environment for the next awesome release. Android Studio 2.0 preview.
9 Apr 2016 by Kaushal Dhruw
Change that default apk name in generated->output directory of your Android application with a script gradle plugin.
10 Apr 2016 by Kaushal Dhruw
Automate version name and code generation of your Android app using simple gradle tricks
20 Feb 2013 by Khushboo Kaur
This article would help you develop the Index Bar for Android across all screen resolutions.
19 Sep 2012 by krasnoff
In this article, we will learn to write code which responds to various phone events such as: phone ring, start conversation, start outgoing calls, etc.
26 Sep 2014 by Krishna Rungta
Jumpstart your App Development with these tips
3 Nov 2013 by Kyle A.B.
Learn how to play Audio in an Android app from an HTML5 page in the Apps Assets folder.
19 Jan 2015 by Lai Taiyu
To establish a different picture of the Android camera by image processing (Gray and Comic)
21 Aug 2014 by Little Carl
Library for deserializing the Ksoap2 response .
20 Apr 2015 by Mani Murthy
Provides a brief overview to developing Android application for developers who are from the ASP.NET background
18 Oct 2014 by Marco Bertschi
A short guide on how you can style and customize the appearance of you QML controls in a CSS-like way