
Rest API Client in Android using Volley and Gson
Making Http Request in android is very common when it comes to create a Restful API Client Application. Because this is a network call so...

Anko SQLite android Kotlin example
If you have ever programmed any application that requires database, and you came up with solution to use SQLite then you may already be familiar...

For Loop in Kotlin
Iterating through collection of items are very common problem in any programming language. But when it comes to latest modern programming languages like Kotlin, this...

Speech Recognition in Python using CMU Sphinx
Speech Recognition is always a difficult and interesting task to do for a lot of beginners. In this post, we are going to describe an...

Handling Json Strings in Python
In today’s post, we are going to explain how to handle Jason Strings in Python. There is JSON module in python which is used for...

Interfacing GPS with Raspberry PI 3
Adafruit has a very good explanation about GPS interfacing. You may follow that tutorial or continue here. To view, the available USB to...

Raspberry PI GPIO as Input in Python
We had mentioned using Raspberry PI GPIO as output in our previous post. Today we will talk about using Raspberry PI GPIO as input. We...

Getting Started with Raspberry PI GPIO
After successfully installing raspbianĀ into Raspberry PI, the first thing which comes into the mind of the embedded developer is to play with Raspberry PI GPIO....

Introduction to Timer0 of PIC16F
Timer0 of pic16f is popular and very basic for creating short delays or… for creating small timing pulses. It is an 8bit timer with high...

Timers of Microchip PIC
Accuracy is very important in Real-time applications. Especially with time-critical applications. so whenever we need something time critical we always need accurate timings. In such...