Thursday, January 25, 2018

Top Niit Blogs

SONU GIRI                     ==========>> http://sonugiri.blogspot.in

MANOJ                           ==========>> http://mkniit.blogspot.in

KAMAL SHARMA            ==========>> http://kamalniit.blogspot.in

RAJESH MALLICK           ==========>> http://mallickrajesh.blogspot.in

DEEPAK                         ==========>> http://deepniitsolution.blogspot.in

NIIT                                 ==========>> http://niitlatestdumps.blogspot.in

NIIT                                 ==========>> http://sql-plsql.blogspot.in

NIIT                                 ==========>> http://niitallanswers.blogspot.in

NIIT                                 ==========>> http://crackgniit.wordpress.com

NIIT                                 ==========>> http://niit-csharp.blogspot.in

NIIT                                 ==========>> http://finalpmrniit.blogspot.in

NIIT                                 ==========>> http://csharpdemos.blogspot.in

NIIT                                 ==========>> http://needdumies.blogspot.in

NIIT                                 ==========>> http://anuraglabs.blogspot.in

NIIT                                 ==========>> http://anisulkhan8.blospot.in

NIIT                                 ==========>> http://oopsystem.blogspot.in

NIIT                                 ==========>> http://manpreetsinghcsharp.blogspot.in

NIIT                                 ==========>> http://niitexambooster.blogspot.in

NIIT                                 ==========>> http://vikrana1991.blogspot.in

NIIT                                 ==========>> http://advancedexcellabhelp.blogspot.in

Wednesday, January 24, 2018

Activities..

An activity represents a single screen with a user interface,in-short Activity performs actions on the screen. For example, an email application might have one activity that shows a list of new emails, another activity to compose an email, and another activity 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 launched.
An activity is implemented as a subclass of Activity class as follows −
public class MainActivity extends Activity {
}
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.
There are following four main components that can be used within an Android application −
Sr.NoComponents & Description
1
Activities
They dictate the UI and handle the user interaction to the smart phone screen.
2
Services
They handle background processing associated with an application.
3
Broadcast Receivers
They handle communication between Android OS and applications.
4
Content Providers
They handle data and database management issues.

Tuesday, January 23, 2018

ANDROID ARCHITECTURE

Android operating system is a stack of software components which is roughly divided into five sections and four main layers as shown below in the architecture diagram.