Skip to main content

ABOUT US


About Us


Technoxstudy is a technology blog. I regularly update this blog with useful tips and tricks along with latest updates on new technologies. We are sharing our real time user experience on different SoftwareMobile phone applicationsInternet tipsBloggingSocial mediaOperating Systems and many more other useful information. Our motto is to help users by providing real time information and save lot of time for doing a technology related activity.
What We Want From Users? 
Your valuable comments and suggestions will give us more energy to share more and more useful articles.
So please keep reading your favorite articles on Techblogon.

Daily Updates in Your Mailbox-:
Subscribe the daily updates of Internet Techies through different media, so that you will never miss any update from our side.

Comments

Popular posts from this blog

ANDROID ARCHITECTURE

1.ANDROID ARCHITECTURE Linux kernel At the bottom of the layers is Linux - Linux 2.6 with approximately 115 patches.This provides basic system functions like process management, memory management, device management like camera, keypad, display etc. Also, the kernel handles all the things that Linux is really good at, such as networking and a vast array of device drivers, which take the pain out of interfacing to peripheral hardware. Libraries On top of Linux kernel there is a set of libraries including open-source Web browser engine WebKit, well known library libc, SQLite database which is a useful repository for storage and sharing of application data, libraries to play and record audio and video, SSL libraries responsible for Internet security etc. Android Runtime This is the third section of the architecture and available on the second layer from the bottom. This section provides a key component called Dalvik Virtual Machine which is a kind of Java Virtual...