Free weather provider API resources to develop weather based app Topics covered Free weather provider Weather api Android apps that give w...
Wednesday, January 20, 2016
Sunday, January 10, 2016
How to write NFC tag in Android
Writing data into NFC tag in android tutorial Topics covered What is NFC Write URL into NFC tag Make a call with NFC tag Write text data i...
Wednesday, January 6, 2016
Google Maps Android Example in Android Studio (with updated code Android 6.0)
Step 1 : Setup Google Play Services support in Android Studio as follows open build.gradle(Module: app) file under Gradle Scripts and add go...
Tuesday, January 5, 2016
Snackbar in Android (Material design)
Screen Shot: This is Android Studio Project: Include following dependency in your build.gradle file build.gradle: apply plugin: 'com.an...
Sunday, December 27, 2015
Requesting Permissions at Run Time in Android 6.0
Requesting Permissions at Run Time in Android 6.0 Beginning in Android 6.0 (API level 23), users grant permissions to apps while the app is ...
Monday, December 21, 2015
Internet of things project: Connect Android to Ubidots and Arduino - Part 2
Build Internet of things project with Arduino and Ubidots and Android: draw charts with data sent by Arduino Topics covered Cloud IoT servic...
Sunday, December 13, 2015
Internet of things project: Connect Arduino to Ubidots and Android - Part 1
Build Internet of things project with Arduino and Ubidots to send data to the cloud Topics covered Cloud IoT services IoT store data Arduino...
Wednesday, December 2, 2015
Internet of things: 4 free platforms to build IoT project
Arduino IoT project: Building and testing Internet of things project using free cloud platforms Topics covered Cloud IoT services IoT store ...
Sunday, November 15, 2015
Android design support library: TextInputLayout - floating label
Android design support library introduces a new component called TextInputLayout to handle EditText and form. Topics covered Android materia...