skip to main
|
skip to sidebar
Zemenpost
Pages
Home
Android
Drama
News
Operating System
programming
web development
Most Important Computer shortcuts
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
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...
Java - Basic Datatypes
Variables are nothing but reserved memory locations to store values. This means that when you create a variable you reserve some space in ...
C++ Tutorial
C++ is a middle-level programming language developed by Bjarne Stroustrup starting in 1979 at Bell Labs. C++ runs on a variety of platform...
C++ - Overview
C++ is a statically typed, compiled, general-purpose, case-sensitive, free-form programming language that supports procedural, object-orie...
Operating System Tutorial
An operating system (OS) is a collection of software that manages computer hardware resources and provides common services for computer pr...
Java - Overriding
In the previous chapter, we talked about superclasses and subclasses. If a class inherits a method from its superclass, then there is a ch...
Java - Modifier Types
Modifiers are keywords that you add to those definitions to change their meanings. Java language has a wide variety of modifiers, includin...
Android - Styles and Themes
A style resource defines the format and look for a UI. A style can be applied to an individual View (from within a layout file) or to...
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...
No comments:
Post a Comment