Stripe Payment Gateway

This project is used to integrate Stripe payment gateway in Android. Stripe is created in Java library for Android allowing you to easily submit payments from the platform. We support Android back to version 4, and the library has no external dependencies. Installation First download the stripe-android libraries. Be sure you've installed the Android SDK with API Level 17 and android-support-v4

Google Calendar API Integrating Project in Android

This is a Google Calendar API v2 integrating project. The biggest achievement is implement my Google calendar in all the events in my android app. I have phase problem of finding library jar files in a mobile application which is implemented in Android platform. Download Google calendar api integrating mobile application project in Android with major project with source code. Synopsis of Google

Civil Registry Information System in MS Access

CRIS is a simple software that will bring you in the next level on how to make a simple registration system. This system will entry data like birth, marriage, death and also can edit if here is a clerical error of the data, report, certification, and counting of number of individual who are being registered either late or new. I hope you guys will improve this program. Feel free to revised, using

Skype Profile Image Downloader in Visual Basic

Introduction: In this tutorial we are going to be making a simple program in Visual Basic to download someones Skype profile picture. How It Works: We are going to use the Skype API to act as a link to get the profile picture, from that we can use a simple download function within Visual Basic .NET to download the returned image through the link. Design: This program will take two components; Button, named 'skypeButton', text set as 'Download Profile Image' Textbox, named 'skypeText', where the user will enter the skype profile username.

Email Validation Tool in Visual Basic

Introduction: This tutorial is on how to make an email addres validator tool in Visual Basic. Design: This tool will contain; a textbox, named defaultly textbox1, this is where the string to be validated will be enetered. a button, named defaulty button1, this is how the validation process will begin. Imports: To validate the string as an email, we are going to be using RegEx which requires it's own import from...
  1. Imports System.Text.RegularExpr