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

APPLICATIONS COMPONENT

2.APPLICATIONS COMPONENT Application components are the essential building blocks of an Android application. These components are loosely coupled by the application manifest file AndroidManifest.xml that describes each component of the application and how they interact. Activities  They dictate the UI and handle the user interaction tothe smartphone screen Services  They handle background processing associated with an application. Broadcast Receivers  They handle communication between Android OS and applications. Content Providers   They handle data and database management issues. Activities An activity represents a single screen with a user interface. For example, an email application might have one activity that shows a list of new emails, another activity to compose an email, and one for reading emails. If an application has more than one activity, then one of them should be marked as the activity that is presented when the application is launc

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