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
This post shows minimum changes required in source code to add google recaptcha in the register form … Read more
This post, is in continuation with “Using GDB to debug functions defined in another file in C” … Read more
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
In our previous post “How to use gdb for debugging application programs ( On Ubuntu Linux using … Read more
In this post, we will show you how to use Calendar from Material components for selecting Birthdate … Read more
Following code we used to create two buttons we use to select the Gender of user during … Read more
We wanted to show icons along with titles in our applications, this is possible in one way … Read more
Recently somehow our git got corrupted and we couldn’t push our code to server and got an … Read more
Recently we did one find and replace in our existing git using command mentioned at “Grep and … Read more
Recently we migrated one of our old application to Androidx and then we came across this Material … Read more
Following code shows you how you can show an alert dialog with options such as Cancel, Subscribe … Read more
Recently when we migrated our old code in Android to API level 30 i.e. androidx , lots … Read more