Android E-Commerce Shopping App

Submitted by Inducesmile on
Android Ecommerce Shopping App with Pay Pal Integration. You can also look at the tutorial on how you can create your own android shopping app and integrate Paypal as a payment method. The complete source code for this tutorial is attached below. The Premium version (Paid) of this android ecommerce app has the following features listed below
  1. Material Design
  2. Product Categories
  3. Detailed Product Page
  4. Best Selling Product
  5. Products on Promotion
  6. Notification
  7. Order History
  8. Favorite Products
  9. Store In

Python: Simple CRUD Application Using SQLite - Part 1

Submitted by razormist on
In this tutorial we will create a simple CRUD ( Create, Read ) Application using Python/SQLite. Python is a computer programming language that lets work faster and convenient because of its user - friendly environment. Python supports packages and modules, which encourage a developer to program in a modularity and reusable way. By the way this tutorial is consist of two parts, for now we will tackle only about create and read on Python with SQLite database.

Student Monitoring System Using RFID

Submitted by winex01 on
PHP requirement: at least 5.0 The system use RFID to count the total number of the student who logged. Similar to logged book but it's automated. Features: 1. can add,edit,delete,view student 2. count student log by course 3. can log in using RFID(usb)Scanner 4. RFID frequency is 125khz 5. can log in, in web based or in windows form note: i will just add the link of the uploaded windows form

Add/Remove Rows and Validating Cells DataGridView Control

Submitted by Thongkorn on
This project is an advanced VB.Net (2010) code but it is a base implementation in every project. I write all the code in the @Run Time. Because of the flexibility to control the program for work as we want. This will make users feel to “Friendly used”. It consists of locking the keyboard in each cell of the DataGridView. In case of an integer, it can only be numbered from 0 to 9. In case of a

Library Management System

Submitted by Jiju P on
Library Management System 1.0.0 FEATURES 1. Books Entry (For Students/Staffs) 2. Book Reservation (Staff) 3. Book Purchase Entry. 4. Reports. and many more..... RFID and BARCODE Support on Version 1.1.0 (Available Soon) Visual Studio 2010, SQL Server 2008 R2, Crystal Report2010, Dev Expresss 15.2 All credits goes to source codester family. Those who need to learn from it, you can use this code

Reversing String Programmably

Submitted by Wisdom Agbenu on
This simple app teaches beginners how to manipulate strings in C#, the app reverses any string you key in and tries to reverse the string for you and when the reverse string and the original string matches the app writes 'Match' and 'not match' if otherwise. For a example lets say you key in { man} the reverse would be {nam} meaning its not the same - character wise, so the out put would be 'not