Articles on Trending Technologies

Technical articles with clear explanations and examples

Difference between Android Activity Context and Application Context

Vaibhav Ahire
Vaibhav Ahire
Updated on 09-May-2023 5K+ Views

What is Context? A Context gives us information about the current state of an application. It allows us to interact with Android Components. It allows us to access files and other resources such as pictures, Activities, Fragments and Services. The Context Class provides access to several resources and services that are needed to build an Android application including − Resources − The resources such as layouts, images and strings which are stored in resource objects are accessed through the Context. System Services − It provides access to system services such as Power Manger, Notification Manager and Location ...

Read More

How to create animations using relative value in jQuery

Aman Gupta
Aman Gupta
Updated on 09-May-2023 470 Views

Overview The relative values are the values which are incremented or decremented with respect to any units. In the relative while performing the animation the object is not reset to its initial position but it starts growing from its current state. So to create a relative value animation can be achieved by using the jQuery ‘animate()’ method with any selector element. So we will learn how to use the relative value with animate method in jQuery with an example which will help you to learn about the relative value and animation. Syntax The syntax of the animate() method with respect ...

Read More

How to create outline button in Bootstrap 4

Aman Gupta
Aman Gupta
Updated on 09-May-2023 637 Views

Overview Bootstrap is a Cascading Styles Sheet (CSS) framework which provides us with a different style and layout of buttons. So to use the bootstrap buttons we need to import the Content Delivery Network (CDN) link of bootstrap to our HTML document, the link can be imported from the official page of bootstrap. The official page provides the link in various bootstrap versions. To create the outline button using the bootstrap we need to import the certain classes to our HTML element. These classes are btn, btn-outline-colorName. We can change the color of the button by replacing the colorName with ...

Read More

What does @hide mean in the Android source code?

Vaibhav Ahire
Vaibhav Ahire
Updated on 09-May-2023 1K+ Views

What is the meaning of the keyword ? Keywords are the unique words which are present in android source code to add a specific action for a function within an android application. Keywords are already defined with a certain set of actions to it. When we add a keyword in front of any function it will help to specify the action to it. There are different types of keywords used within android source code such as @hide, @findViewByID, public, private, @hide and many more. In this article we will specifically take a look at the @hide keyword within our android ...

Read More

Strikethrough Text in Android

Vaibhav Ahire
Vaibhav Ahire
Updated on 09-May-2023 3K+ Views

Introduction In many android applications we can get to see that a text view is being striked through a line on it. We can get to see this type of text view in most of the ecommerce applications where the original price of the product is striked through with the discounted price. In this article we will take a look at adding a Strikethrough on our text view in Android. Implementation We will be creating a simple application in which we will be creating a text view in which we will be displaying the heading of our application. After that ...

Read More

StackView in Android

Vaibhav Ahire
Vaibhav Ahire
Updated on 09-May-2023 1K+ Views

Introduction Many times while developing an android application, we have to display a set of data in the form of a stack. For example if we are displaying a bundh of cards within our application we can display those cards in the form of a stack in our android application. In this article we will take a look at using a Stack View within our android application. Implementation We will be creating a simple application in which we will be displaying the stack of numbers from one to five and swiping each down we will be displaying another number. Now ...

Read More

Service vs Intentservice in Android

Vaibhav Ahire
Vaibhav Ahire
Updated on 09-May-2023 3K+ Views

Introduction Service is a component in Android that runs in the background for performing specific tasks or long running operations without the interaction with the user interface. The main objective of the Service is to ensure that the service remains active in the background and the user can multiple applications at the same time. Here are some of the steps to implement services in android Create a Service class: The first step is to create a Service class that extends the android.app.Service class. This class will define the behavior of the service. Start the service: You need to call ...

Read More

Running Google Maps v2 on the Android Emulator

Vaibhav Ahire
Vaibhav Ahire
Updated on 09-May-2023 1K+ Views

Introduction Many android applications nowadays use Google Maps within it to display the map to the users. For example we use many food delivery applications in which we can get to see our order status along with the location of the delivery boy on Google Maps. In this article we will take a look on How to run Google Maps v2 on the android emulator. Implementation We will be creating a simple application in which we will be displaying a simple Google Map within our application and we will be adding a marker on that map to the Delhi location. ...

Read More

The Role of Quality Management in Social Media Marketing

Anurag Gummadi
Anurag Gummadi
Updated on 09-May-2023 956 Views

Social media marketing is becoming more and more important for businesses of all sizes. Quality management plays an essential role in the success of any social media marketing campaign. Quality management ensures that content is engaging, relevant, accurate, and up-to-date. It also helps to measure the impact of campaigns and identify areas needing improvement. By using quality control techniques such as regular monitoring, feedback surveys, and focus groups, companies can make sure their message reaches its intended audience in a way that resonates with them. With quality management strategies in place, businesses can ensure that their social media presence has ...

Read More

The Importance of Quality Management in The Travel Industry

Anurag Gummadi
Anurag Gummadi
Updated on 09-May-2023 1K+ Views

The travel industry is an ever-growing and dynamic sector of the global economy, with a focus on providing quality experiences for travelers. Quality management is essential to ensure that customer satisfaction and safety are maintained throughout all aspects of the travel experience. Quality management helps to identify problems before they arise, as well as develop strategies to improve processes and services. It also enables companies in the travel industry to become more competitive by focusing on customer service excellence. With a comprehensive quality management system in place, organizations can enhance their operational efficiency while simultaneously improving customer satisfaction levels. Additionally, ...

Read More
Showing 37031–37040 of 61,297 articles
Advertisements