PhoneGap GPS / PhoneGap Geolocation Plugin

Geolocation can be defined as the real time geographic location of anything. To build an app, we’re going to integrate PhoneGap’s Geolocation Plugin API with Google Maps Javascript API. PhoneGap’s Geolocation Plugin API will grab user’s current location and Google Maps Javascript API will grab nearby addresses. Idea Of The App: Features A multi screen. Show nearby ATMs, Hospitals and Restaurants on the …

10 ESP’s With Google Analytics Tracking Platform 2022

Are you able to trace the results generated by your emails marketing campaigns? If not Google Analytics Email Tracking will help you do so. It will help you explore the performance of your email campaigns, then you can groom and intensify your campaigns to make them more appealing one’s which eventually head you towards acquiring …

Import Email Contacts Lists To Send Bulk Email

How To Import Subscriber’s List –  For importing subscribers in your MailGet account,  you can follow the steps given below. But before moving forward, there is some essential piece of information which you should know while importing your subscribers. Points To Be Considered – Make sure that your email list is in comma-separated value (CSV) …

Postmark SMTP with MailGet : Complete Setup

MailGet allows any SMTP integration in your MailGet account easily to send emails as per your requirement. Below we are going to discuss connecting Postmark SMTP with MailGet. Postmark can be used to send transactional emails only. Collect API token from Postmark Step 1:  Go to Postmark website and create an account to use it. Step 2: After creating an account in postmark click …

Bootstrap Form

Bootstrap makes it easy with the simple HTML markup and extended classes for different styles of forms. Bootstrap greatly simplifies the process of styling and alignment of form controls like labels, input fields, select boxes, textareas, buttons, etc. through predefined set of classes. HTML forms are the integral part of the web pages and applications, …

Setup Amazon SES Account for Handling Bounces

That’s no wonder if your mailing list contains a large number of invalid email addresses. So we recommend you to configure SNS with your SES account and get rid of any such invalid/expired emails containing in your mailing list. When next time your emails will be sent, all the bounced email addresses will be filtered out from your contact list. Just follow …

Android View Classes

In this tutorial I’ve given brief explanation about Andriod View Class. View Class are the basic building block for user interface components. A View occupies a 2-dimensional area (say: rectangle) on the screen, which is responsible for framing and handling different type of events. In our previous blog posts, we have learned Android installation steps and made first program …