Selectors in CSS | Web Development
The Selectors in CSS are used to select (or target) the HTML element(s) that you want to style. There can be many ways in which you can select the HTML…
The Selectors in CSS are used to select (or target) the HTML element(s) that you want to style. There can be many ways in which you can select the HTML…
In this tutorial, we'll learn about Android Rating Bar. RatingBar is an Android widget that displays a rating scale with star icons. You may have encountered this RatingBar when an application…
The bottom Navigation Bar is a material component that allows you to quickly explore and transition between top-level views with just a single click or tap. So, in this Android…
In the previous article, we have learned about the basics of CSS and we have also discussed that there are three types of CSS or we can say there are…
In this tutorial, we will learn how to use android cardView and how to combine CardView and RecyclerView. CardView is a new Android widget that can be used to display…
In this article, we will learn about the introduction to CSS. Previously we have completed the whole HTML that is required for building our web pages and now we'll learn…
In this tutorial, we'll learn how to create a login screen in android and how to handle security when someone tries to make false attempts.A login application is a screen…
In this tutorial, we will learn how to implement a checkbox in an android application. The Android CheckBox is a two-state button that can be checked or unchecked. Checkboxes can…
In this tutorial, we will learn how to implement a Search view in android combined with listview using the kotlin language. android.widget. SearchView. A widget that allows a user to…
In this tutorial, we are going to learn how to implement a navigation drawer Layout into our app. We will build this navigation drawer from a scratch. In Android, the…