Skip to main content

Android Application 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.
There are following four main components that can be used within an Android application:
ComponentsDescription
ActivitiesThey dictate the UI and handle the user interaction to the smartphone screen
ServicesThey handle background processing associated with an application.
Broadcast ReceiversThey handle communication between Android OS and applications.
Content ProvidersThey 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 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 {

}

Services

A service is a component that runs in the background to perform long-running operations. For example, a service might play music in the background while the user is in a different application, or it might fetch data over the network without blocking user interaction with an activity.
A service is implemented as a subclass of Service class as follows:
public class MyService extends Service {

}

Broadcast Receivers

Broadcast Receivers simply respond to broadcast messages from other applications or from the system. For example, applications can also initiate broadcasts to let other applications know that some data has been downloaded to the device and is available for them to use, so this is broadcast receiver who will intercept this communication and will initiate appropriate action.
A broadcast receiver is implemented as a subclass of BroadcastReceiver class and each message is broadcasted as an Intent object.
public class MyReceiver  extends  BroadcastReceiver {

}

Content Providers

A content provider component supplies data from one application to others on request. Such requests are handled by the methods of the ContentResolver class. The data may be stored in the file system, the database or somewhere else entirely.
A content provider is implemented as a subclass of ContentProvider class and must implement a standard set of APIs that enable other applications to perform transactions.
public class MyContentProvider extends  ContentProvider {

}
We will go through these tags in detail while covering application components in individual chapters.

Additional Components

There are additional components which will be used in the construction of above mentioned entities, their logic, and wiring between them. These components are:
ComponentsDescription
FragmentsRepresents a behavior or a portion of user interface in an Activity.
ViewsUI elements that are drawn onscreen including buttons, lists forms etc.
LayoutsView hierarchies that control screen format and appearance of the views.
IntentsMessages wiring components together.
ResourcesExternal elements, such as strings, constants and drawables pictures.
ManifestConfiguration file for the application.

Comments

Popular Post

Most Important Topics. International , Science , UPSC, BPSC..

  International Relations Prev First in-Person Meeting of Quad Countries           Star marking (1-5) indicates the importance of topic for CSE Tags:  GS Paper - 2 Groupings & Agreements Involving India and/or Affecting India's Interests Why in News Recently, the first in-person meeting of  Quad  leaders was hosted by the US. Issues like climate change, Covid-19 pandemic and challenges in the Indo Pacific, amidst China's growing military presence in the strategic region, were discussed in the meeting. Key Points Background: In  November 2017, India, Japan, the US and Australia gave shape to the long-pending proposal of setting up the Quad  to develop a new strategy to keep the critical sea routes in the Indo-Pacific free of any influence. China claims nearly all of the disputed  South China Sea , though Taiwan, the Philippines, Brunei, Malaysia and Vietnam all claim parts of it. The South China Sea is an arm of the Western ...

The discovery of Gravitational Waves.

वैज्ञानिकों  ने  अंतरिक्ष  में  गुरूत्वीय  तरंगों  की ऐतिहासिक    की: वैज्ञानिकों ने 11 फरवरी 2016 को घोषणा की कि उन्होंने अंतत: उन गुरूत्वीय तरंगों की खोज कर ली है, जिसकी भविष्यवाणी महान वैज्ञानिक आइंस्टीन ने एक सदी पहले कर दी थी। ब्रह्मांड में जोरदार टक्करों के कारण पैदा होने वाली इन तरंगों की खोज खगोलविदों को इसलिए उत्साहित कर रही है क्योंकि इससे ब्रह्मांड का अवलोकन उसकी क्रमबद्धता में करने का एक नया रास्ता खुल गया है। इस नयी खोज में खगोलविदों ने अत्याधुनिक एवं बेहद संवेदनशील लेजर इंटरफेरोमीटर ग्रेविटेशनल वेव ऑबजर्वेटरी (लीगो) का इस्तेमाल किया, जिसकी लागत 1.1 अरब डॉलर है। लीगो की मदद से उन्होंने दूर दो ब्लैक होल के बीच हुई हालिया टक्कर में पैदा हुई गुरूत्वीय तरंग का पता लगाया। गुरूत्वीय तरंगों की सबसे पहली व्याख्या आंइस्टीन ने वर्ष 1916 में अपने सापेक्षिता के सामान्य सिद्धांत के तहत की थी। ये चौथी विमा दिक्-काल में असाधारण रूप से कमजोर तरंगें हैं। जब बड़े लेकिन सघन पिंड, जैसे ब्लैक होल या न्यूट्रॉन स्टार आपस में टकराते हैं तो उनके गुरूत्...

History of Ladakh

History of Ladakh History of India The standoff at Galwan river raised the question of the significance of Ladakh to India and China. History 1. Ladakh was initially part of Tibetan empire but later broke off in 742 CE after the assassination of King Langdarma. 2. Until the Dogra invasion in 1834, Ladakh was an independent Himalayan state similar to Sikkim and Bhutan. 3. It was integrated into the state of Jammu and Kashmir by the Dogra ruler Gulab Singh. 4. In 1841, Tibet under the Qing dynasty of China tried to invade Ladakh but was defeated by the Sikhs. This led to the Treaty of Chushul by which Tibet agreed to not invade again. 5. After the Anglo-Sikh war in 1845-46, Ladakh was brought under British suzerainty. Significance of Ladakh 1. Ladakh served as an entrepot between Central Asia and Kashmir. Tibetan pashmina shawl was traded through Ladakh to Kashmir. 2. Trade flourished from Karakoram pass to Yarkand and Kashgar to Chinese Turkestan. China’s inte...

Mobile hacking code.

               Hack Code. 1] *#0000# Displays Your Phones software version,Ist line: Software version, 2nd line: software release date,3rd line: compression type 2] *#9999# Phones softwares version if *#0000# does not work 3] *#06# For checking the international Mobile Equipment identity(IMEI number) 4] *#2640# Displays security Code in use 5] #pw+1234567890+1# Provides Lock Status(use the * button to obtain the "p,w,+" symbols for following codes)  6] #pw+1234567890+2# Network Lock Status(use the * button to obtain the "p,w,+" symbols for following codes)  7] #pw+1234567890+3# Country lock Status (use the * button to obtain the "p,w,+" symbols for following codes)  8] #pw+1234567890+4# SIM card Lock status(use the * button to obtain the "p,w,+" symbols for following codes) 9] *#21# Allows u to check the number that "All Calls" are diverted to 10] *#30# Lets u see the private number 11] *#43# Allows u to ch...

India Art And Culture.

Manjusha Art:It is believed that Manjusha art originated in Anga Mahajanapada, it is also known as Angika Art. It was used in Bihula-Vishahri Pooja, a festival dedicated to Snake God, Celebrated in Bhagalpur(Bihar) in the month of August. It is one of the very old and historically very important Art. It is often referred to as Snake Paintings by foreigners as swirling snakes in the art depict the central character Bihula’s tale of love and sacrifice

Follow the Page for Daily Updates!