
Search In
In order to take a screenshot of a screen and save the captured screenshot to library, use the below steps:
Add the "Privacy - Photo Library Usage Description" key to info.plist
&nb
Assume that there are 3 APIs. Each API does exactly the same task(to give you weather details) but has different endpoints as follows:
API 1: Can only be used for India. Has methods named requestWeather(), requestWeatherDataForWeek()
API 2:
I started to use Mobirise builder not very long time ago. I needed to create the form, so users could attach files to it.
I tried to add the code, which you can see below, to it. But I didn't have any success in that. Do yo
I trade on the Bitmex cryptocurrency exchange. I want to write a program that can basically hook into the Bitmex web socket and then also send API requests to create/modify orders on the exchange on the press of a hotkey on my Mac OSX.
Speci
Im facing with a problem , im going to design the first page of the site and Uiux,
The thing is I cannot solve this problem as this is a brand new idea of mine so it is difficult for me to manage and solve the problem. I mean i cannot c
Content marketing is on the rise like never before, but just when you thought you'd created a slogan and a blog campaign that appealed to everyone, great data came out. Some businesses are making the most of it, and seeing incredible results, a
The Internet has become the foundation for most businesses, and as such, it’s no wonder that it's the best tool you can use to market your startup. Internet marketing is crucial to the success of any business in the modern world. Entreprene
Hi Readers!
In this blog we will learn How we can Add and Delete items in dropdown in JavaScript. .In the bellow example we are going to add items in dropdown and delete selected item from the dropdown list on specific button click .
<html la
We use ng-repeat to iterate over the properties of an object. It instantiates or clones a template once for each item in a collection.
Similarly,angular.foreach invokes a function that is an iterator function once for each item in an obj collection.
Hello All,
In this blog we will discuss about how to query mongodb with "like".
In MySql you might have normally used below code to find by like
select * from users where name like '%text%'
But for using “like” in mongoDb you have to write in
