
Search In
It is very important to know the difference between all of them.
We have to make sure that existing apps built against prior SDKs should not break when the user
updates to a new version.
compileSdkVersion:
It says the Gradle about version of the Andr
We can empty an arrary in Javascript in many ways.Lets go through each of the them.
For Example we have an array like this:
var myArray = ['a','b','c','d','e','f'];
First method :
myArray = []
Above code will empty the variable myArray and cr
I am currently in a state of doubt whether I am doing the things in the right way. Basically, I have a task where data which is stored in a normalised db in MSSQL needs to be queried for so as to display them in different charts. These charts th
In recent years, machine learning is reshaping our world and is touted to be one of the most influential technologies in recent times. Being part of the Artificial Intelligence machine learning allows computers to learn various things without human i
Under Static Testing code is not performed/executed. Maybe it manually verifys the code, necessity documents, and design documents to discover errors. Consequently, the name "static".
Mail goal of this testing is to enhance the nature of finding the
JSX is JavaScript syntax extension.
JSX is a pre-processor step that adds XML syntax to JavaScript.
It isn't necessary to use JSX in React development, but it is recommended.
It makes React more elegant.
JSX tags have a tag na
Introduction to Zepto Virus
Zepto Ransomware:
Zepto is unique type of virus whose purpose is to infect the system through ' spam ' emails. Most of the virus program uses algorithm, similarly Ransomware also uses algorithm called RSA
Hi Readers!
This blog post will discuss the basic concepts of HTML5 SVG element.
SVG stands for Scalable Vector Graphics. It is used for describing 2D-graphics and graphical applications in XML. SVG is used to define vector-based graphics in XML.
SDLC Models: The full form of SDLC is Software Development Life Cycle.
SDLC process is used by Programmer or Developers the most but Tester also follow the rule for testing the applications.
In IT company there are many SDLC model, but we can separ
How to download the file from server to android phone
It is recommended that whenever one wants to download any file from server whether it is song or any image , it must perform in the background either by using asynctask or using a thread.
Here,
