Android

Android Intent Example

Whenever we want to switch or transfer data from one application to another application or one activity to another activity, at that time you have to use Intent. An intent is an abstract description of an operation to be performed. It is a way of 'Message passing between two or more than two components of android'. Different activities interact with each other with the help of intent in Android. In Android, basically, there are two type of intent. Types of Intent: Implicit Intent Explicit Intent In this blog post we will be explaining about Implicit Intent, in next blog we will be...
Keep Reading

PayPal Express Checkout in PHP for Digital Goods

PayPal Digital goods feature allows you to sell digital goods online like eBooks, music file, video & images, script and programming codes as well. In our previous blog post, we have covered the PayPal Express Checkout for Single Product using PayPal PHP SDK. In this blog post, we are going to explain how we can use Paypal Express Checkout for Digital goods to sell goods online. Paypal Express Checkout for Digital goods feature uses, 'JavaScript with Express Checkout API' to unify the checkout process for buyer of digital goods, where merchants wanting to keep customers on their site while completing a standard PayPal...
Keep Reading

PayPal Transaction Details using Transaction ID

In our previous blog post we have covered the PayPal Express Checkout for Single Product using which you can collect more user information entered at the time of purchase. What happened if admin have lots of payer transaction id and admin wants to see details of any specific transaction.? In this blog we are going to demonstrate how we can get all transaction data using transaction id for doing this we are using PayPal PHP SDK.   PayPal Transaction Detail using Transaction ID Note: Install.txt file is given in the download folder   Project Integartion In our last post we...
Keep Reading

Make Your First Android App- BMI Calculator

In this blog, we will make our First Android applications by using text views, button and image view for background. You can learn about Views in Android from our previous blog. BMI Android Application will take weight and height from the users to calculate Body Mass Index (BMI)  with the information, whether user is underweight, normal or overweight. In previous blogs we have already learned how to make an android application project and basic designing using views in XML that you can refer first before moving forward in this post.     Designing First Android Application (BMI Calculator) For making an application...
Keep Reading

PayPal Express Checkout in PHP for Single Product

Express Checkout is a fast and very easy way for buyer to pay for the product they are buying. In our previous blog post we have covered the PayPal Integration in PHP Using PDO using which you can sell products via PayPal securely without SDK. But in this post we will be doing same task using PayPal PHP SDK with Express Checkout, which will help to collect more user information entered at the time of purchase. According to PayPal adding the Express Checkout button to your website can increase your sales up to 18 percent.   Paypal Express Checkout for Single...
Keep Reading

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 called  Hello world (built in XML code). The program was created to show text output in the AVD. Views are used to create input and output fields in the an Android App. It can be input text field, radio field, image field etc. They are...
Keep Reading

PayPal OAuth Login using PHP

In our previous blog, we have seen, how to use facebook and google OAuth for logging into any particular website. In this blog post, we will do the same task using PayPal OAuth. Which means that if you have already an account in PayPal, then you can login into that website directly which has this option in the login page without filling out the signup form.   Watch the live demo or download code from the below-given links   Note: Install.txt file is given in the download folder.   How to implement it The download folder contains all the required files, like...
Keep Reading

Paypal Coupon Code in PHP using PDO

We have already discussed in our previous blog, how to Integrate PayPal payment gateway using PHP and PDO (PHP Data Objects) to collect online payments. Think, if you want to add a coupon feature also so that users get attracted to your offers and go for a payment instantly. Here, in this tutorial we will be going to see, how we can add Coupon Code feature in our PayPal payment system.   Watch the live demo or download code from the below-given links Note : The installation documentation is given in the download file.   Basic concept of generating coupon code:...
Keep Reading

Android Hello World Program Example Using Eclipse

In our previous blog post we have seen what are the tools and software required to start creating a basic android program. Continuing with it, in this post we will be creating our first android program to see that how it actually works. It will be a simple program in which we will see how to output a sample text, say, Hello World in an android virtual device.     We hope that you have followed our previous blog which was based on tools required for Android basic program, like SDK, JDK and Eclipse (IDE). Also, we have illustrated how to launch Eclipse, set...
Keep Reading

Introduction To Android and Its Installation

Android is an operating system based on Linux, specifically developed for mobile devices such as cell-phones and tablets. It includes all the frameworks and that let you create and deploy your own custom applications. The Operating system uses touch inputs that  correspond to real-world input actions, Ex: swiping, tapping, pinching, and reverse pinching, and a Virtual keyboard, which is also being used in games, digital cameras, regular personal computers and other electronics .   Different versions of android Android has different versions began with the release of the Android beta in November 2007. The first commercial version, Android 1.0, was released in...
Keep Reading

PayPal Integration in PHP Using PDO

In our previous blog, we have already discussed, how can we use PayPal button for collecting payments online. This time we came up with slight changes in that tutorial. Here, we will be going to see how we can Integrate PayPal payment gateway using PHP and PDO (PHP Data Objects). Using PDO you can Integrate your script to any Database which supports PDO. The complete motive of this tutorial is to showcase an online product selling website that we call as a ECommerce website, using which one can sell his product using a secure payment mode, i.e. PayPal. Watch the...
Keep Reading

POST data using fsockopen() Function

As we have previously learnt about sending data using GET and POST in php. Both methods are used for sending data from one page to another, but using POST that can be done in hidden manner and in GET the data is traveled in the url, that is quite insecure if we sends a important information. Here, we will be going to learn about fsockopen function in php, which will make POST method a highly secure method to send the information from one page to another that can't even hacked by using JavaScript too. [php]$socket = fsockopen($host, 80, $errno, $errstr, 15);[/php]...
Keep Reading

Collect Payments Safely with FormGet Forms

Collecting payments through FormGet forms is a hassle free and easy task altogether. May it be a form for collecting registration fee for a seminar or a form accepting recurring monthly subscription fee of an email marketing service, one can collect payments safely and securely using FormGet forms.   FormGet allows two modes of payments through its forms, PayPal and Stripe. Both of these extensions help you to collect online payments through your forms. With these extensions you can : Instantly accept credit card payments through FormGet forms. Create all types of online forms that accept payments. Dynamically calculate total amount based on...
Keep Reading

CodeIgniter PayPal Checkout

Suppose you want to sell your product online with a secure payment mode then here is the solution that you can use. The thing we are talking about is a PayPal buy now button. You can use it simply, only you have to generate the code for the button and place it in your website to collect the online payment form in a secure way. Actually the button which is generated is not secure enough to collect the payment, since user can alter the amount if he/she have some coding skills. So we bring up to you a revised code using which...
Keep Reading

Creating and Embedding Form in Simple Way

Form views play a pivotal role while deciding a sign-up. It is important where a form( Web Form ) is placed in the website and how does it appear in front of a user. After creating a beautiful form, one has to embed its code in his website to make it visible. There can be many ways of embedding a form, but three are predominant, namely Sliding Form ( bottom tabbed form, left tabbed form, right tabbed form ). Embed Full Form ( with full designing header and footer ). Embed Plain Form( without designing header and footer ). To understand better, we'll follow these Web Form Generator one by...
Keep Reading

Know Your Best Times to Send Emails to Get Maximum Open Rates

You make a superb marketing email, following all the best practices of email marketing and send it to a very big list on a Saturday night when everybody is busy partying..!!! Result, An open rate of less than 5% !!! You were hoping to get a great response since the content was very good and your mailing list too was long. Then what went wrong? Find out here...
Keep Reading

Salesforce Integration in FormGet

This tutorial deals with integration of Salesforce with FormGet to collect and store leads and contacts data through forms. The first requirement here would be a salesforce account, which I'm sure you must be having already. Now the next move is to generate your "Security Token". For this follow these simple steps : Step 1 : Go to Salesforce Home, click on your User Menu and then on "My Settings" tab.   Step 2 : Now click on "Personal" and then on "Reset My Security Token" button.   Step 3 : Here, on this page click on "Reset Security Token". You will get your...
Keep Reading

10 Types Of Welcome Emails to Increase Subscriber Engagement

When I started MailGet, I used to send welcome emails to everyone who signed up for it. But to my disappointment, my welcome emails were failing to get the right response from my recipients. And, I was getting very low CTR (Percentage of people opening to an email) nearly around 1.45%, which was quite below the industry standards. Then, I decided to find out the reason behind all this. So, I examined 545 welcome emails of over 300 companies and determined what exactly a welcome email should hold. Later on, when I applied my analysis on my welcome emails, I...
Keep Reading
‹ 1 … 95 96 97 98 99 … 109 ›
Our Solution
  • Subscription Billing
  • Form Builder
  • Email Marketing
  • Email List Cleaning
Connect With Us
  • Contact Us
  • Careers
Company
  • About Us
  • Privacy Policy
  • Terms and Conditions
  • Affiliate
  • Branding
Resources
  • Blog
  • Blog Categories
  • FormGet Features
  • Email Templates
  • Form Templates
Android
Analytics
Android

FormGet © 2021. All rights reserved.

Made with love for you