skip to main
|
skip to sidebar
Zemenpost
Pages
Home
Android
Drama
News
Operating System
programming
web development
Mogachoch Part 86
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
Java - Loop Control
There may be a situation when you need to execute a block of code several number of times. In general, statements are executed sequentiall...
Operating System - Memory Management
Memory management is the functionality of an operating system which handles or manages primary memory and moves processes back and forth b...
Operating System - I/O Hardware
One of the important jobs of an Operating System is to manage various I/O devices including mouse, keyboards, touch pad, disk drives, disp...
Drupal - Installation
This article provides step-by-step procedure for Drupal installation. Befor installing Drupal, you require following system requirements. ...
Operating System - I/O Softwares
I/O software is often organized in the following layers − User Level Libraries − This provides simple interface to the user program t...
C++ Loop Types
There may be a situation, when you need to execute a block of code several number of times. In general statements are executed sequentiall...
C++ Arrays
C++ provides a data structure, the array , which stores a fixed-size sequential collection of elements of the same type. An array is use...
Operating System - Virtual Memory
A computer can address more memory than the amount physically installed on the system. This extra memory is actually called virtual memo...
Android - Hello World Example
Let us start actual programming with Android Framework. Before you start writing your first example using Android SDK, you have to make su...
Android - Drag and Drop
Android drag/drop framework allows your users to move data from one View to another View in the current layout using a graphical drag and ...
No comments:
Post a Comment