A brief guide on Digital Signature Certificate (DSC)
You might have heard about the digital signature, nowadays it is accepted in many places, especially government offices. In the digital work, when everything is going digital, so your signature…
You might have heard about the digital signature, nowadays it is accepted in many places, especially government offices. In the digital work, when everything is going digital, so your signature…
In this article, we will see how can we post form data to MYSQL in PHP using OOPS concept. We will write a separate function for form submission and then…
SSL stands for Secure Sockets Layer. Use of SSL encryption on websites prevents hackers from stealing the information that is being transferred from the browser of the user to the…
The CountDownTimer is a class in Android, which is used to set a countdown based on the time interval. In countdown timer, you can set the Timer, and after completion of…
The splash screen is the first Screen in your android application, which comes when someone opens the application. This splash screen appears for a fixed time. You can set a…
In this article, we will see how can we create a simple android application for user login using Retrofit 2 HTTP Client. We will use Android Studio for development. The…
In android, when you want to show multiple options, then spinner is the better option to display the data. It will display the multiple options to the user from which…
Wondering how to create an autocomplete search box? If your answer is yes, then you are at right place. Autocomplete search box is very useful because suppose from the dropdown…
Earlier we learned about the List, today we will learn about the set. In Python, a Set is a collection of unordered data or we can say the set is…
In this article we will see what is list in Python and how do we use Lists in Python. In Python list is the sequence of data, this sequence can…