How to install specific Node JS version on Ubuntu ?
To install specific version of Node JS, first make sure NPM package manager is installed. You can … Read more
To install specific version of Node JS, first make sure NPM package manager is installed. You can … Read more
As we have seen in our post, “How to develop first android Application/App in Android Studio” where … Read more
If you are developing some native C application based on curl API’s ( https://curl.haxx.se/libcurl/c/ ) , you … Read more
If you are developing some native C application based on openssl API’s ( https://www.openssl.org/docs/ ) , you … Read more
An Android library is structurally the same as an Android app module. It can include everything needed … Read more
In our first part we seen “Creating AAR library for Android apps using Android Studio” and in … Read more
As we have seen in our previous posts Part 1, Part 2, Part 3, we created a … Read more
In this post, we create a simple thread using pthread library API “pthread_create” and wait for this … Read more
As we have seen in our another posts “How to create Shared Library in Linux ?” we … Read more
Electron is a platform for writing cross-platform Desktop applications using Web technologies — this means, instead of writing your … Read more