
Search In
Vue.js is a library of javascript that can be used to build any web application. It has MVVM(Model-View-ViewModel) architecture. It is easy to learn and also more flexible.
Here you will see how you can use this js in your application.
Adding Vue.js
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 in..
Hi, guys, today will learn how to pass data from one view controller to another in iOS
1. First & foremost you have to analyse the type of data that is in your first ViewController that you have to pass ahead to the next view controller.
2. Supp
I have created a script within Google Scripts Editor so that when a user clicks on a menu on the toolbar in Google Sheets it brings up an application box where users click to print.
However, i'm not sure how I could add custom sizes for tha
Content provider provides data from one application to another on their requests. These requests for data are handled by classes extending contentresolver class. Data in contentresolver class can be saved in various ways like in Database, Files, or e
"Handling IndexOutOfRangeException"
Before learning how to handle this exception, we should know why this Exception is thrown
IndexOutOfRangeException:
This Exception is raised when we are trying to
I am creating this blog which will let you understand how to create a module in Magento 1.*
There's two controllers you need to be concerned about. The module/frontName controller, and then the MVC controller.
Lets start and know how to setup a
Step-1 Install basic module like below:
1-account_payment_extension
2-base_external_mapping
3- magento_connect
4-product_attributes
4-product_images_olbs
6-product_m2mcategories
7-sale_payment
Step-2 After that we have to customised magento_co
Meteor.js is a framework for JavaScript that allows us to write JavaScript code reusable in both client and server-side. Whereas, pm2-meteor is a CLI tool that will establish the Meteor app as a Node.js bundle and run with PM2.
I h
The thought of starting your own company has entered your mind and you now need to figure out the next step. What needs to happen to create this amazing idea into a fantastic way to make money and have a successful business? You need to create a busi
