Android Architecture

Without proper knowledge of android architecture you may face difficulty in learning android programming. So in this tutorial I will discuss about architecture of android operating system. Read Previous Tutorial: Introduction to Android Programming   Android Architecture Android OS is a stack of different software components. Android architecture is basically divided into five sections and …

Android Architecture Read More »

Java StringBuffer Class

In this tutorial you will learn about Java StringBuffer class and its important methods with examples. StringBuffer in Java is used to create mutable strings. Here mutable means, we can modify or change the strings. StringBuffer class is thread safe which means multiple threads can’t access the same object simultaneously. Apart from StringBuffer, we can …

Java StringBuffer Class Read More »