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.
ReadHow 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.
ReadWrite 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.
ReadJava program to find the distance between points. We will learn 4 different ways to find the distance between two points with coordinates in Java.
ReadLearn how to access platform specific data in React native using Platform API. Platform API has may properties available for Android and iOS devices.
ReadLearn 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.
ReadJavaScript 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.
ReadJava 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.
ReadJava 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.
ReadJava 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