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 - Regular Expressions
Java provides the java.util.regex package for pattern matching with regular expressions. Java regular expressions are very similar to the ...
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...
Android - UI Layouts
The basic building block for user interface is a View object which is created from the View class and occupies a rectangular area on t...
Android - Overview
What is Android? Android is an open source and Linux-based Operating System for mobile devices such as smartphones and tablet comput...
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...
Android - Application Components
Application components are the essential building blocks of an Android application. These components are loosely coupled by the applicatio...
Java - Polymorphism
Polymorphism is the ability of an object to take on many forms. The most common use of polymorphism in OOP occurs when a parent class refe...
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...
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...
No comments:
Post a Comment