Adding Google Recaptcha to yclas register form

This post shows minimum changes required in source code to add google recaptcha in the register form … Read more

Setting different breakpoints in GDB while debugging

This post, is in continuation with “Using GDB to debug functions defined in another file in C” … Read more

Solved: compilation error for ARM toolchain “undefined reference to `_exit'”

Our ARM toolchain was extracted at “/home/devlab/Desktop/helloworld/assembly/gcc-arm-none-eabi-10-2020-q4-major/” hence lets first try to add this toolchain to terminal … Read more

Using GDB to debug functions defined in another file in C

In our previous post “How to use gdb for debugging application programs ( On Ubuntu Linux using … Read more

Selecting Birthdate using Material Calendar in Android

In this post, we will show you how to use Calendar from Material components for selecting Birthdate … Read more

Create two buttons of equal size inside Linear Layout in Android

Following code we used to create two buttons we use to select the Gender of user during … Read more

How to add drawable icon along with TextView in Android ?

We wanted to show icons along with titles in our applications, this is possible in one way … Read more

Solved git error – fatal: unknown index entry format 0x16700000

Recently we did one find and replace in our existing git using command mentioned at “Grep and … Read more

Setting up a Material Components theme for your Android Application

Recently we migrated one of our old application to Androidx and then we came across this Material … Read more

Show alert dialog with options on click on Button in Android

Following code shows you how you can show an alert dialog with options such as Cancel, Subscribe … Read more

Grep and replace string from source code using command in Linux

Recently when we migrated our old code in Android to API level 30 i.e. androidx , lots … Read more