Controlling an LED light using a mobile app and Bluetooth
This tutorial will show you how to control an LED light on an Arduino using a mobile app and a Bluetooth wireless connection. Parts required Here is what you’ll need: …
This tutorial will show you how to control an LED light on an Arduino using a mobile app and a Bluetooth wireless connection. Parts required Here is what you’ll need: …
This tutorial will show you how to create a detailed list for an Android app using your own custom list design. For this project, we will create a list of …
A Toast is a small message that is temporarily displayed at the bottom of a screen in Android apps and is usually used to notify the user that something has …
This tutorial will show you how to add and use ToggleButton elements for Android apps in Xamarin. ToggleButtons are like on/off switches that only have two possible states and can …
This tutorial explains how to add radio buttons to an Android app and make decisions based on which option the user selects. Radio buttons allow the user to select one item from …
In this tutorial you will learn how to create an iOS app that can pass data from one screen to another. This will be demonstrated in an example app that …
This tutorial explains how to play audio files in the background in an iOS app. An audio file can play when a screen loads or when an event occurs (such …
This tutorial explains how to play audio in an Android app made in Xamarin. The audio can be played when a screen loads or when an event occurs such as …
In this tutorial you will learn how to create an Android app that can pass data from one screen to another. This will be demonstrated in an example app that …
This tutorial explains how to add click events to items on a list using an Android ListView in Xamarin. In this example, we have a list containing cities in Australia …
In this tutorial you will learn how to add a ListView in your Android app using Xamarin. ListView elements allow you to create a scrollable list where each list item …
This tutorial explains how to add more than one screen to your iOS app and link screens together using buttons. We will use a simple example for this tutorial as …
In this tutorial we will look at how to improve the code in the Temperature Converter App for Android from the previous tutorial. If you have tested the app yourself, you …
In this tutorial we will look at how to improve the code in the Temperature Converter App for iOS from the previous tutorial. If you have tested the app yourself, …
This tutorial will show you how to create a Temperature Converter app for iOS devices using Xamarin. We made the same app for Android in a previous tutorial and now …