Home Tags API

Tag: API

Android App Development: Hardware and Sensors

3
I’m back with another article on Android application development. This time, we will discuss how to access some of the phone’s hardware components like...

The Socket API, Part 3: Concurrent Servers

4
In this part of the series, we will learn how to deal with multiple clients connected to the server. Welcome to another dose of socket...

Creating Your Own Server: The Socket API, Part 2

5
Earlier, we created a simple server and client program using the socket API. This time, we'll first start with a program, and then explain...

Integrating Google App Engine and Eclipse

0
Ever wondered what Google App Engine and cloud computing is all about? Here's an easy way to try it out, by integrating it with...

Connecting to MySQL with Python and PHP

1
We all know the power of MySQL -- one of the most used open source databases and a challenge to proprietary products of the...

Creating Your Own Server: The Socket API, Part 1

5
In this series of articles aimed at newbies to network programming (knowledge of C is a prerequisite), we'll learn how to create network clients...

Making Your Web Apps Social with Facebook

0
Thinking about making your Web application talk to Facebook? Or do you need tighter integration for your website? Alternately, do you just want to...

Graphics Using Xlib, Part 1

0
This article introduces you to the X Window System, with the aim of helping developers understand how to use the Xlib library effectively. The X...

Get Started with Pygame

2
Gaming has become a major field in the computing world. It is the favourite entertainment for many users, but a challenging job for developers,...

Android Application Development: Android Fragments API

6
In this article, we will look at the new Android UI API, the Fragments API. Part of the Android 3.0 SDK, it allows developers...