Home Tags Java

Tag: Java

‘Hundreds Working on Open Source Projects at Yahoo!, and We’ll Continue...

4
Yahoo! is a brand associated with open source, particularly for its contributions to the open source community. LINUX For You caught up with Hari...

Joy of Programming: Language Transition Bugs

2
There are subtle differences between languages like C, C++, Java and C#. Programmers transitioning from one language to another should beware of such differences. When...

Android Application Development: Playing with SQLite Database

64
In this article, I will focus on building an Android app using an SQLite database; I assume readers are familiar with the basics of...

Joy of Programming: Penny Wise and Pound Foolish!

1
We often try to use a smaller data type to save space. Though it looks like clever programming, it can cause nasty bugs. Let’s...

CodeSport

0
Welcome to CodeSport! In this month's column, we feature a medley of questions covering C/C++, data structures, algorithms and operating systems. We close the year...

App Inventor: Develop Android Apps in a Jiffy

0
Here's introducing Google's new App Inventor service (the beta version) to design graphic applications for the Android platform. The Android in question is 1.5...

Securing Apache, Part 3: Cross-Site Request Forgery Attacks (XSRF)

0
Intended for information security experts, systems administrators, and all those concerned about Web security, this third article in the series moves on from SQL...

Android Application Development Basics

10
Here's a basic Android application -- a Simple Interest Calculator, which illustrates the application development method. To follow this tutorial, you should have written...

A Desktop Twitter Client in 15 Minutes

0
Twitter, the fun social-networking micro-blogging service, has taken the world by storm. Millions of "tweets" -- real-time text messages of up to 140 characters...

Let’s GO: A First Look at Google’s Go Programming Language

0
Go is a new systems programming language launched by Google, and has received wide attention in the programming community. This article gives you an...