Using Decision Making Statements, if and if-else in C program

When you are writing C program, sometimes you need to make certain checks on variables and based … Read more

Assembly program to Add two numbers

In this post, we will show a simple program which adds two numbers from two registers and … Read more

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

What is routers in Django REST Framework ?

As we have seen in our previous post “Developing REST API using functions in DRF application views” … Read more

Android Studio

How to develop first android Application/App in Android Studio ?

If you are the beginner for learning how to write Android application using Android Studio, you are … Read more

Cross compiling C/C++ programs for Android using NDK Toolchains

If you are using NDK version more than r19, the toolchains which comes as part of NDK … Read more

What is Clang ? How to compile C program using clang ?

What is Clang ? Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ … Read more

How to hide code / Div based on contents in URL using JavaScript ?

There are some reasons where you want certain button / image to be hidden for some section … Read more