Understanding Libusb

How data can be transferred on the bus. To transfer data to or from a device, first … Read more

What is Flutter and Flutter Engine ?

What is Flutter ? Flutter is Google’s portable UI toolkit for building beautiful, natively-compiled applications for mobile, … Read more

Convert an existing Android application to a library module

As we have seen in our post, “How to develop first android Application/App in Android Studio” where … Read more

Creating AAR library for Android apps using Android Studio – Part 1

Android Library

An Android library is structurally the same as an Android app module. It can include everything needed … Read more

Creating a simple thread in Linux using pthread library api’s

In this post, we create a simple thread using pthread library API “pthread_create” and wait for this … Read more