Android – Alert Dialog
A Dialog is small window that prompts the user to a decision or enter additional information. Some times in your application, if you wanted to ask the user about taking…
A Dialog is small window that prompts the user to a decision or enter additional information. Some times in your application, if you wanted to ask the user about taking…
Android application publishing is a process that makes your Android applications available to users. Infect, publishing is the last phase of the Android application development process. Once you developed and…
Android provides Built-in applications for phone calls, in some occasions we may need to make a phone call through our application. This could easily be done by using implicit Intent…
XML Database is used to store huge amount of information in the XML format. As the use of XML is increasing in every field, it is required to have a secured…
A Namespace is a set of unique names. Namespace is a mechanisms by which element and attribute name can be assigned to a group. The Namespace is identified by URI(Uniform Resource Identifiers).…
The Document Object Model (DOM) is the foundation of XML. XML documents have a hierarchy of informational units called nodes; DOM is a way of describing those nodes and the relationships between them.…
An XML document is always descriptive. The tree structure is often referred to as XML Tree and plays an important role to describe any XML document easily. The tree structure contains root…
We can create short text passages called text-only pop-up messages that appear when a user clicks a linked term. Creating text-only pop-ups Select the text in the Design Editor and…
Link controls are navigational alternatives to the TOC and index. A link control works like a link and can appear as text, a button, or an image. Link controls can…
Maintaining and repairing links is a very important component of RoboHelp. Let us learn how this is done and what its advantages are. Update and Remove Links To update and…