
Search In


As google’s Io 2k17 KOTLIN is announced as official language for android development. Hence, it is a time to gear up with this new language.
So, today in this tutorial, I am going to show a simple android app demo in kotlin
The Ionic framework was created by Drifty Co. in 2013. And by 2015, the Ionic developers had created more than 1.3 million applications with its SDK. Today, Ionic is a state-of-the-art technology recognized worldwide. But what is Ionic and how did it
You already know the importance of having a WordPress website that loads quickly and does not fall when one of your articles is a big hit. In addition, you want a website that has a high level of security and can easily grow.
Your
This year, Google announced at its developer event Google I/O the creation of a new set of libraries, tools and architectural guidance for Android: AndroidX, better known as Android Jetpack. But what is Android Jetpack? It is a series of un
Arithmetic operations are very basic in every strongly type programming languages. We will oftenly save the result of this arithmetic computation in certain type of variable. Suppose if I am adding two integers then i will save the result in in
2019 is coming to a close. That means it’s time to think about updating your website, so it stands out from the crowd in 2020. Web design trends for the coming year include minimalism, organic features, and fun micro animations. Of co
Description:
The eq ( index ) method reduces the set of matched elements to a single element or we can say that
find the element that matches or equals the index provided.
Syntax:
Here is the simple syntax to use this method:
selector.eq ( index )
Pa
.Net Framework contains a large library and support for cross language interoperability (i.e., the ability through which each and every language can use code written in other languages) across several programming languages. It also support the fe
Sometimes we need to send data from Controller to JSp. Here I'm going to explain how we can send and iterate Object List in JSP file. You can do this easily by following the below steps:
1- Define the below dependency in you pom.xml file for jackso
Hi all,
Below is an example, how to make star rating using pure css.
CSS -
.rate {
float: left;
}
.rate:not(:checked) > input {
position:absolute;
top:-9999px;
}
.rate:not(:checked) > label {
float:right;
width:1em;
ov
