To Implement Facebook login in swift 3.0, we can use following steps.
1. install pod
pod 'FacebookCore'
pod 'FacebookLogin'
2.Register your app on the Facebook developer account. After registration,Go to you info.plist, right ...
Controllers are used to adding behaviors to $scope object. When you are building a large application,the best practice is to split your controllers into different files according to the purpose that it fulfills. So, you need to follow these very ...
Install pods named as- pod 'GoogleMaps'
Import <GoogleMaps/GoogleMaps.h> in your class.
On your view controller where you want to show the map take a UIview & adjust its size according to the size you want to show the map...
If you are heading up your own business, you will have a need for IT services, and unless you happen to be a web designer, or similar, you will have little choice but to outsource this section of the business. There are many specialist companies ...
In this tutorial we will learn how to create custom keyboard in android. We can customise keyboard by adding extra buttons, change keyboard theme, set image as keyboard background etc.
Here in this example we are going to add two extra buttons...
Hi All,
In iOS, AppExtension and its containing application and groups of application use App Groups capability to share data between them. For example if keyboard extension app want to share data with its containing application.
Using app ...
I am a trainee content writer, doing my internship with one of the reputed companies in India. Content Writing really fascinates me. I want to learn more. Can someone guide me through the entire Content Writing process? Also, how can I build a co...
I have a website for retail sales that I'd like to be maintained on a part time basis. Also, some SEO and social networking to promote the website for google organic searches. I have a small budget so price is important.
To core ...
I have been exercising for years, using an excel-based diary to see how far I have been going.
I've bicycled a distance from my hometown in Norway to Moscow, via Kiev and Chisinau through Europe, across Crete, then from Metulla in Israel a...
Hi All ,
Some time we have to create a file to store some data for our application and also read that file whenever we need it. So in this tutorial we will learn how to create a file on MAC system using python and also reading and wr...
Hi,
Here we’ll learn how to send messages programatically in Swift. With the use of provided MessageUI framework we will implement message functionality in our app. This framework has MFMessageComposeViewController class which prov...
Set View Dimensions at runtime
Welcome to another tutorial of setting view dimensions at runtime.
Following is a simple way to set your view dimensions at runtime (there is another way also for doing same but will discuss in another blog).
...
Magento is one of the most widely used CMS for building ecommerce website. The CMS offers a number of highly useful tools that allow businesses to build responsive and optimised sites that drive in traffic and retain users. Magento, unlike WordPr...
To remove an element we use remove() method. The remove() method removes all text, data and events of selected elements.
To add an item to select option we use append() method.
Syntax of remove() method:-
$("#selectBox...
Hi All,
HTTP request is a two way process i..e client - server communication .Three basic features that make HTTP a powerful protocol and these are:
HTTP is connection less
HTTP is media independent
HTTP is stateless:
Ther...
In this tutorial, we will learn "How to upload multiple files with the help of Codeigniter's customized upload class named as CI_Upload_Multiple in the file named Upload_Multiple.php in the Codeigniter's library". With the help ...
Hi,
Here I’m exploring how to send mails programatically in Swift. Apple has provided MessageUI framework to implement mail functionality in your app. This framework has MFMailComposeViewController class which provides an inter...
So, you want to ‘start a blog’. Well, you’ve come at the right place.
A blog is a timely updated online diary or a personal journal. It’s a place to share your thoughts and express yourself to th...
Hi,
If you want to get the HexaDecimal String code for any color then below code will surely help you to come out with the hexa color string.
Here are the steps to get hexa code string for any color.
1- Declare the va...
Services are the Javascript functions (stateless object) that are responsible to do some specific tasks. We can use service to share some data or functions throughout the application within a controller or between different controllers. Services ...
Marvelous Process for EDB Recovery into Outlook File
Use EDB to PST Recovery Software to Recover EDB to PST
If you need to recover EDB File to PST file and you have no idea how to recover EDB File? So, in this condition ...
Ah interns. The butt of so many jokes: going on latte runs and picking up dry cleaning, making copies, and wandering cluelessly around the office. There’s a lot of debate surrounding internships for just this reason: paid or unpaid, many in...
HI Druplers, Today I m going to share a very useful code for drupal 8.I am going to create a list of the pages which also have search functionality with any code with the help of drupal most famous module which is view.
Step 1: ...
Some of the most famous games for mobiles are found on Android. In recent years we have seen an influx of so many games in different genres. First, we saw many parts of Angry Birds taking off on Android and later we saw famous games like Candy Cr...
Hi,
I am using Yuphoria 5010 and Lenovo Vibe K5 smart phones running stock Android 5.1.1. Both the phones are installed with 16 GB Class 10 memory cards.
I moved many applications to the SD card. Now, whenever these apps are updat...
Abstract
Discussion boards provide you efficient method of finding answers to various challenging questions. You can take professional and personal advice online.
Content
Students & Business Professional...
Below example will helps you to add the digital signature in OpenERP/Odoo, you just have to follow the steps mentioned below:
Step-1 Install the web_digital_sign module from Odoo apps to addons
Step-2 After installation you have t...
Hi All,
In this tutorial we will update list as user enter an entry to the list. We create an entry field and a button to get details from the user and label to show the list. First we will create a user interface.
1) First step is to creat...
Backlinks are the links with which one website can visit another website just like incoming links to reach a web page. When a web page is linked to other web page, it is known as a backlink. Any web page with lots of backlinks tends to have h...
Hi,
Like UIButtons we don’t have IBActions for SKSpriteNode and what if we have to trigger the click event on SpriteNodes. Solution comes here by handling touch methods provided by UIResponder class.
Start by creating a subc...
Guys,
After getting putoff from php.net to learn php 7 (because it is not beginner friendly) and raoming around youtube for 1.5mnth to learn php and failing to get proper tutorials there, I returned to php.net. Was reading the CONSTANT chapter...
#!/usr/bin/python3.5
from weasyprint import HTML
url = "http://ekstrabladet.dk/112/nye-oplysninger-i-30-aar-gammel-mordgaade/6579176"
HTML(url).write_pdf("test.pd")
The problem is that the final pdf has only part of the webpage.
I...
Playing video file in unity game is as simple as drag and drop.
The only requirement is that the video that you have to add must be in .mov, .mpg, .mpeg, .mp4, .avi, .asf formats.
Then simply put video file(.mp4,.avi etc) in unity assets folder...
As we all know that validation plays an important role in any technology. In cakephp 3.x we will implement either model validation or javascript validation. Steps to implement model validation is as follow.
Step 1: Fisrt we have to set the val...
Hi All,
We have properties to set content according to content length and device screen size which help us to manage user interface of an application. Content hugging priority and content compression resistance priority helps you to maintain U...
CSV ( Comma-Separated Values ) is a simple file format which is used to store data in tabular format like spreadsheets, database. Here, in this blog we will import the CSV file data into MYSQL database using PHP.
Let us consider we have the fo...
Hello everyone,
This Android Video Tutorial will provide you clear idea about "What Android ViewPager is and How to Implement it in Android App?".
Basically ViewPager is an application or a ...
Hi,
As we all know that Swift comes with new and variety of enhancements over objective C. Returning a function as a return type of a function is also one of them.
Here we are defining two functions which are accepting Int kind of...
Hello everyone,
With the help of this Android Video Tutorial, you will get a clear idea about "Google Maps in Android" or we can say that this tutorial you will let you know "How to Integrate Google Map in Android...
This is my latest shortened version of the homepage in my reg-login site PHP.
When you login to your account, your homepage welcomes you with your first & surname.
Then it is supposed to show you your bio ($row "bio" in tbl) and s...
Odoo-7 and Odoo-8 support the angularjs using Odoo Web Services but Odoo-9 and Odoo-10 does not supports angular js, the reason is that Odoo-9 and Odoo-10 supports back-bone.js.
Below are few steps how Odoo-7...
In this blog we will be integrating Google Plus OAuth Login functionality using Cakephp. So, let's start with the first foremost step, i.e, creating the Google Apps to get the Google OAuth Client Id and Client Secret Key.
Step 1:...
Hello everyone,
In this Android Video Tutorial, we will learn "How to Send an Email in Android with Video Example".
Note: For further reference, you can download the EmailSending.zip fi...
Hello again,
This Android Network Connectivity Video Tutorial will demonstrate you about "How to Determine and Monitor the Connectivity Status in Android Device and Apps".
Note: For further reference, you ...
Workplace productivity is the assessment that how well an employee is responsive towards a given task and this evaluation much crucial element for the progress of any organization. Only the efficient and effective group of employees can be the ke...
Hello everyone,
In this Android Video Tutorial, we will learn "How We Can Check App Status (Background or Foreground) in Android with Video Example".
Note: For further reference, you can download the AppStatusD...
Tin Can Api is an elearning software solution specification, also known as experience Api. It has the ability to constantly track and capture valuable data that revolves around the user’s learning activities across various devices. Stil...
If you have a business in place you must be wondering how to make it click. Well there are a number of ways to do that. However, most of the available options could be on the higher side for a startup, most startups often require affordable tips ...