Big Data Analytics came into picture at the commencement of 21st century. According to IBM, “we generate 2.5 quintillion bytes of data per day, so much that 90 percent of the data in the present world has been created in the last 24 months....
In this iOS Video Tutorial for Beginners we will learn how to:
a) Set region on map view
b) Get location coordinates of point where user taps on map
c) Add annotation on map view
d) Drop animation for adding annotation
Other Topics Co...
Bouncing balls with collision from any 2Dcolliders/wall can be achieved by putting continuous force to the game object and assign a physics material to the game object you like to bounce on collision.
1. Gameobject must have rigidbody attached t...
Hi,
Sometimes we need to show our custom accessory view when UITextField/UITextView is in editing mode or being edited. We can use inputAccessoryView property to assign a view just above the system keyboard.
Input accessory view is ...
Hello Readers,
Hope you are doing good today.
Today on My blog, I am going to explain how you use Form Validation in AngularJS. First, you need to use the AngularJS library in your page. AngularJS provides client-side form validation. Valid...
Hi,
I am using php 7 and I do not know why the following 2 different codes for user the user registration page is not working. The login page php is working, though. I would appreciate the communities feed-backs.
Thank You!
...
The digital age has created numerous opportunities for entrepreneurs to network with others virtually. While you still want to connect with people face-to-face, online networks can help you stay in touch with entrepreneurs you have ...
Consumers face calls-to-action all the time. The classic “Sign up” or “Buy now” messages are so obvious that they've practically lost their meaning. If your landing page converts few leads, you're probably d...
Android Provides MediaPlayer Class to handle the functionality of media player.
MediaPlayer Class can be used to control playback of audio/video files and streams.
In this Android MediaPlayer Video Example, I am using methods of MediaP...
Introduction:
In this blog we will learn about LinkedList.In general terms, LinkedList is a data structure where each element consist of three parts. First part represents the link to the previous element, second part r...
Login with google is very common functionality in iOS applications. We can Implement google login in swift 3.0 either by using pods or google SDK.
We need to install the following pod-
pod 'Google/SignIn'
Then register your app on the ...
As PHP is a server side scripting language it does allow to create, access and manipulate files on the web server.
Let's see how it works.
The very first need to work with files is to open the file. For this purpose, there is a ...
It is a false belief among most marketers that SEO and social media platform are two different aspects of marketing. In recent years, people have understood the interconnection between the two aspects that can increase company&rsquo...
Hello Reader's,
Sometimes we require to calculate the age of user from the date of birth to current date during registration of a new user to check whether he/she is eligible or not to participate in any competitions. In that case, you need ...
The sentence case is one in english language in which the first character of the sentence is in capitals
and the rest ones are in lower case.
Lets see how can we convert the given string in sentence case in php.
$st...
This .Net Video Tutorial, provide you the Introduction of ASP.Net Core it's features, Advantages and it will also provide you and Example to Build Basic ASP.Net Core Application.
ASP.NET Core is the whole new web c...
In this Android Video Tutorial we will learn about Runtime Permission in Android with Example
Android M has introduced a new concept of permissions model with its release.
Each Android application is started in its own process thus are isolat...
Content marketing is the best way to build and increase the awareness about a brand and establish a direct interaction with the customers and potential customers. Using content marketing techniques, one can tell the audience a uniqu...
In this Android Video Tutorial, we will learn about Services in Android. Basically, in this tutorial, I am explaining what Service is?, providing a demo of Started Service using Service class and IntentService class.
Android service is a ...
Hello everyone, in this iOS Video Tutorial we will learn Delegation in iOS with Example.
Delegate is simply just a means of communication between objects of iOS applications. You can think delegation as a simple way of connecting objects ...
Just an upgrade or a devious maneuver!
A lot has changed since the February 2009, when first lines of the code for WhatsApp were written. Started with the quintessential idea of building an application that lets your close friends an...
This tutorial will guide you about "How to enable CURL in PHP". CURL is one the most basic and essential requirement as it allows you to connect different protocols such as HTTP, HTTPS, FTP etc. By default CURL is not enable in php.ini ...
In this Tutorial of iOS Beginners Video Tutorial Series, we will learn the following things:
a) Adding a UITabbarController
b) Setting icon and title to Tab bar items
c) Adding view controller to Tab bar controller
d) Rearranging/reordering...
Hi,
CocoaPods is a dependency manager built on Ruby. It has thousands of libraries and more than a million of apps which helps to scale our project in a graceful and stylish manner. It saves a lot of time when dealing with various de...
Let us suppose you have to create post request params in below mentioned format:
Here I have to send a user object which include the picture parameter ,to achieve this you have to create HashMap which include RequestBody as paramete...
Well, I’m using it but not got the desired results. I have also heard that it is intended for the paid ads. What do you think? It is reliable? What are the best alternatives? TIA
In this iOS Video Tutorial we will learn the following points
a) Add collection view
b) Implement UICollectionViewDataSource methods to populate cells on collection view
c) Using custom UICollectionViewCell
d) Setting size of cells by i...
Swift provides various Control flow and Conditional Statements. Although these are similar to Objective C but with improved enhancements and usability. These statements can be used to check, iterate over various conditions and values.
In this Sw...
App Store Optimization is a necessary element to focus for any of your mobile application uploaded to Google Play Store & Apple App Store. ASO defines the basic guidelines to meet ranking fundamentals of app stores and help apps to rise o...
A style guide is a well-defined set of standards for designing and writing documents. This document may be for general use or for particular organisation. The guide helps implementing better styles to facilitate better communicati...
Hi,
Presenting popover from storyboard is easy and developer friendly. One can handle Popover from storyboard itself with a little code handling.
Following are the steps to present Popover from storyboard.
1- Draw an action seg...
With the growing use of the Internet, busier schedules and more work hours, more and more retail outlets are opening up ecommerce stores to cater to the large chunk of Internet users who want to order from the comfort of their hom...
Hello everyone,
In previous Video Tutorial I had explained about iOS UITableView Basic using Swift and Xcode 8 - Video Tutorial with Example.
So continuing the series now this iOS Video Tutorial will guide you to Implement&nbs...
In this iOS Video Tutorial talk about the basic of table view in iOS and iOS 10 using hardcoded value and basic array using SWIFT 3.0 and XCode 8.
In our Next Video Tutorial, we will talk about iOS UIPopover Viewcontroller Using...
Hi,
Swift has introduced a new keyword called 'defer'. Based on its meaning ‘defer’ puts off an action or event to a later time. It runs when the execution is about to leave the code block. You can use ‘defe...
To read data from Project Server 2013 and Project Online using CSOM
The Project Server CSOM includes three assemblies for development of client applicationsMicrosoft.ProjectServer.Client.dll
Microsoft.SharePoint.Client.dll
Microsoft.Sha...
Actually I have an online book store and I want to promote it and want to reach out to the maximum audience. My budget for advertising is also very limited, someone suggested me to go for Online Advertising instead of marketing thr...
I'm creating an admin class and i need to know how to auto instantiating the class vars
class Admin{
public $admin_id ;
public $admin_name ;
public $admin_email ;
public $admin_type ;...
Hi,
In this Video Tutorial on Swift Basic, we will learn about Operators in Swift.
Based on fundamentals of C and objective-C, Swift offers various operators to check, change, compare and combine value. These operators can b...
Step 1: First open up a new document. Set the width and height of the canvas.
Step 2 : Using the Pen Tool (P) to draw two lines with white stroke color.
Step 3 : Apply 3D effect on it. Select the objec...
Conversion Operators are helpful in transforming the type of the item in a collection.
In linq, We have a three types of conversion operators:-
1. As operators(AsEnumerable and AsQueryable)
2. To operators(ToArray, ToDictionary, ToList a...
In this Video Tutorial, I am aiming to send and receive message in the Enterprise Service Bus Queue(ESB) and routing the message using Logic App in Microsoft Azure.
Prerequisites:
1. You need an Azure account (Microsoft Account can al...
What is Link Building?
There is no any standard definition found for link building. It’s not like link building is a secret many surveys has shown that 75% of companies that are active in SEO work are spending $1,000 or m...
As we know that there are a lot of ways to make your logo attractive and whenever you require to rebuild or reconstruct your logo you need some guidelines to follow because the logo is an essential thing to be worldwide, especially, when it repre...
Hey I'm looking for talented and passionate individuals to partner up with on creating a new social app i already have a idea on what I'm creating just need someone with an open mind and a real interest in changing the worl...
Hello Reader's, If you are developing an Arabic website where you want to convert English date into Arabic Date then this blog is very helpful to you.
In Hijri date the number symbols are convert into islamic language.
So first we...
You have a brilliant idea of an app that is going to revolutionize the market. You are all set to develop it. Developing an app is an elaborate process that requires much planning. After the idea is conceived, developed and designed...
As we all are aware that Swift is new programming language launched by apple for iOS, MacOS, WatchOS and TVOS app development. Although many parts of swift will be familiar to you if you've experience on developing in C and Objectiv...
Whether you are a supervisor, manager or CEO, effective communication with employees is essential to business success. Your interaction with co-workers affects how they see you and how they react to organizational announcements. A r...