How to use Single Instance Class / Singleton class in Android / Java ?
The single instance classes are mostly used when you don’t know how to create a object of … Read more
The single instance classes are mostly used when you don’t know how to create a object of … Read more
When you are writing C program, sometimes you need to make certain checks on variables and based … Read more
While working with our another post “Developing REST API using functions in DRF application views” , we … Read more
In this post, we will show a simple program which adds two numbers from two registers and … Read more
As we have seen in our previous post “Developing REST API using functions in DRF application views” … Read more
As we have seen in our previous post “Developing REST API using functions in DRF application views” … Read more
If you have followed our previous article “How to Install Flutter on Ubuntu Linux” , the next … Read more
If you are trying to compile some already developed code available from github which was bit old … Read more
If you are the beginner for learning how to write Android application using Android Studio, you are … Read more
If you are using NDK version more than r19, the toolchains which comes as part of NDK … Read more
What is Clang ? Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ … Read more
There are some reasons where you want certain button / image to be hidden for some section … Read more