Mobile Login, Register and Update User Profile Using ActionScript 3.0

Submitted by rinvizle on
In this tutorial, we will teach you on how to create a Login, Register and Update User Profile Using Action Script 3.0. This project is very known in mobile applications. This application creates a Login form and a registration form for every user, each user can access and update their profile.

Day Book Register

Submitted by Rajan on
A Day Book register for daily Transactions Cash payment Cash Receipt Journal entries Purchase and Sales etc. Record all your day to day transactions and search them, print, privew group reports, Ledagers, various filtering ..... Many more...... User Name Password: Rajan Password: abc User Name Password: Varghese Password: 123

Creating A Registration And Login Using AngularJS - Part 1

Submitted by razormist on
In this tutorial we will create a registration form using AngularJS. The AngularJS is a structural framework for dynamic webpage nowadays. It is a kind of template that extends HTML ,and it use a directives to trigger the syntax that is in a structural form. This time we will try to collaborate angularjs with PHP script to make a registration form. By the way this tutorial is divided into two parts registration and login form, the one that we will try to work on is a registration form.

Mobile SMS Using ActionScript 3.0

Submitted by rinvizle on
In this tutorial we will create a Mobile SMS Application in ActionScript 3.0. This application is very useful for the android developers, the application create a message from the field and generate a group of contacts using drop-down from the database. This Mobile SMS application relies to the users mobile data to access or to send a message in every contacts.

Simple CRUD Operation Using AngularJS - Part 2

Submitted by razormist on
In this tutorial, we will create a Simple CRUD(update, delete) Operations Using AngularJS. In my last tutorial Simple CRUD Operation Using AngularJS - Part 1 we already created a function that can create and read a data. This time we will try add some function that can update and delete the existing data. Before we proceed I hope that you read the previous tutorial and have already the code to

Using Android Fingerprint API for User Login and Registration

Submitted by Inducesmile on
If you want to use Android Fingerprint API in your android app for user login, this source code will help you achieve it. You have the option of using only Fingerprint or double authentication which requires both Fingerprint and password. You can read and learn more from Android Fingerprint tutorial on inducesmile.com