react

How to use SVG or vector images in React native

How to use svg images in React native. This post will show you different ways to use SVG or vector images in a react native project.

Read
reactjs

How to open a link in a new tab in Reactjs

How to open a link in a new tab in Reactjs. We will learn two different ways to do that. By using anchor tag and by using a button in a Reactjs project.

Read
python

Python ticket booking program with JSON data

Write a ticket booking program in python that reads the data from JSON files. This program can book tickets for a movie, for a screen at a specific time for a specific number of tickets.

Read
java

4 different Java program to find the distances between two points

Java program to find the distance between points. We will learn 4 different ways to find the distance between two points with coordinates in Java.

Read
react

How to read platform-specific values in React Native

Learn how to access platform specific data in React native using Platform API. Platform API has may properties available for Android and iOS devices.

Read
javascript

How to convert a comma-separated string to an array in JavaScript

Learn how to convert a comma-separated string to array in JavaScript. We will learn 4 different ways to create an array of strings from a comma-separated string.

Read
javascript

2 ways to check if a variable exists or defined in JavaScript or not

JavaScript program to check if a variable exists or defined. We will learn 2 different ways to do that, by using typeof operator and by using if condition.

Read
java

How to pass an array to function in Java

Java program to pass an array to a function. This post will show you how to pass an array to a function and how to access the items of that array in Java.

Read
java

Java program to find the roots of a quadratic equation

Java program to find the roots of a quadratic equation. This post will show you how to write a java program to find the roots of a quadratic equation by using user input values.

Read
java

7 different Java programs to check if a number is Even or odd

Java program to check if a number is even or odd number. This post will show you 7 different ways to check if a user-given number is even or odd.

Read