How to define different urlpatterns in view.py for Django
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
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
If you have some code which was already complied using “./gradlew clean build” on the ubuntu command … Read more
Following is the simple example to show, how we can create two threads at a time and … Read more
Following is the simple example to show, how we can create two threads at a time and … Read more
In this post, we create a simple thread using pthread library API “pthread_create” and wait for this … Read more