Skip to main content

Posts

Showing posts with the label Information

Cloud Computing - The Future of Technology

From past few days, indeed months, the cloud computing technology is hovering rapidly over our head since we got introduced with some recent upgrades in the modern everyday technology. In the simple words, cloud computing defines the working and integration of your everyday computing tasks and servers. Founding such systems is not a new deal, as Internet based virtual drives or simply servers are there in the story since last two decades. However, the cloud will evolve to take up a greater fraction on the duties, till then the only things to be existed at your side will be an input and output devices. Such devices are the most important part of the story to complete your computing tasks. Whatever they should be. A laptop or just a tiny phone. Its just good if they are enough capable of doing such cloud computing tasks.  We are quite familiar with OnLive. They’re offering a cloud gaming platform and a cloud desktop solution. Without any doubt, they’re synchronized, re...

Lets get inside the overview of Android

Android is a software stack for portable devices such as mobiles and tablets. The Android operating system is based on modified Linux kernel. The Android developer community extends the functionality of the devices beyond the stock applications. Currently more than hundred thousand Android apps are available in the Google Play Store. Coding for these applications is mainly done in Java using Google-developed Java libraries. The Android platform is coded in C for its core, C++ for third party libraries, and Java for the user interface. Most of the coding is stable under the Apache license as free and open source software. The recent stable release for the Android operating system is an Android 4.1 Jelly Bean, for Smartphones and Tablets. It supports ARM, MIPS, and Power and x86 platforms. Android's open source stack runs on a Java-based, object oriented application framework. It can be operate on the Java core libraries running on the Dalvik Virtual Machine (VM). Prior to ...