Receive SMS In Android

Submitted by admin on
This Android App allows you to receive SMS. Once the SMS is received, it display the message at the top of your phone using Toast class. In desktop programming, it’s just like a message box. The SMS received display without focus. Those it is unobtrusive to the user. Download the code and study how SMS works on your phone.

Free Flow Game For Android

Submitted by admin on
In this game, the player is tasked to connect all the matching colors with the pipe. It can be done by pressing a certain color and then holding it while dragging it to its matching color. There is one ultimate goal – to connect all the matching colors without the pipes intersecting or overlapping with each other. This game which is perfect for everyone who loves tricky puzzles is also perfect for someone like you who wants to level up his programming skills. Studying its code will surely give your programming skills a big leap.

Ruby: How To Connect To SQLite Database

Submitted by razormist on
In this tutorial we will create A Simple Database Connection Using Ruby/SQLite.Ruby is a dynamic, object-oriented, general-purpose, easy syntax kind of programming language. Most developers find it enjoy to work around with Ruby, and enjoyment is a great motivator for beginners. Ruby display an understandable errors, so you'll still be able to track the problematic part of errors. So let's start

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.