Cross domain Ajax calls and Same Origin policy in web browser
This section of tutorial tutorial explains Cross domain Ajax calls and Same Origin policy in web browser. All modern browsers today are following the same policy.
How Does Reference Counting Garbage Collection Work
This article will help you to understand the basic concept of Garbage Collection and the process flow for…
What is Garbage Collector and how it works ?
This article will help you to understand the basic concept of Garbage Collection like dangling pointer, memory leak and strategies to avoid and reduce memory costs.
Game Design Documentation Checklist
This article explains the Game Design Documentation Checklist for feature specifications, profile Specification, and audio while making a…
Difference between mobile and PC game development
This article will explain you the difference between Mobile game development and conventional PC and Play Station game…
Overview of Software Testing Strategies
This tutorial, explains test Verification and Validation (V&V) with their specific definitions. Verification and validation encompasses a wide…
How to download Image in blackberry
This tutorial explains “How to download Image in blackberry” from remote server using HTTP connection on different networks…
Rapid Application Development Model
This section of tutorial explains rapid application development methodology and its different phases of development with its drawbacks.
Serial or Linear Sequential Development Model
This Model also called as the Classic life cycle or the Waterfall model. The Linear sequential model suggests…
Getting Started with Airplay SDK for Mobile Application Development
Airplay saves development time by writing app using vanilla C++ in the IDE of your choice. It supports…
How to save data using PersistentStore in blackberry
This sample explains “How to save data using PersistentStore in blackberry”. Example is a login screen demo implementing…
Standard Title Bar in Blackberry
This article will help you to understand the usage of StandardTitleBar in blackberry. Follow the example below for more understanding.
Learn to Shoot Game Artificial Intelligence – Part I
This part of tutorial explains, how to shoot—as true action game bots should. The shooting behaviors are split…
Prioritizing the network connections in Blackberry
This class aims to simplify HTTP requests on the BlackBerry platform. It could be extended for other uses…
How to Block Incoming Call in Blackberry
BlackBerry application can listen to the status of incoming and outgoing phone calls. To do this our application must implement the PhoneListener interface (net.rim.blackberry.api.phone.PhoneListener) or AbstractPhoneListener class (net.rim.blackberry.api.phone.AbstractPhoneListener)
How to Record Incoming Phone Call in Blackberry
To record call in blackberry we should have the knowledge of PhoneListener interface to listen phone call events, Player class to record the call. And, finally FileConnection API to save the recorded file in file system.
How to create a custom ListField in blackberry
ListField Contains rows of selectable list items. A ListField uses a class that implements the ListFieldCallback interface to perform drawing tasks. A ListField must register a class that implements the ListFieldCallback interface using the setCallback method before the class can be used.
How to create borderless transparent popup screen in blackberry
This tutorial will explain you the way to create a transparent popup in blackberry using blackberry SDK. A BlackBerry application requires at least one screen to display information. There are various extensions of the Screen class available in the BlackBerry API set.
Importing existing blackberry keys to eclipse
Research In Motion must track the use of sensitive APIs noted as signed when used by applications for…
Sending Email with Attachment in Blackberry
This tutorial explains how to send email with attachment in blackberry. Before sending email, make sure that your blackberry device is configured with mail application.