Found 1966 Articles for Apps/Applications

Get current time and date on Android

Ankith Reddy
Updated on 30-Jun-2020 05:28:09

9K+ Views

As per Oracle documentation, SimpleDateFormat is a concrete class for formatting and parsing dates in a locale-sensitive manner. In this example, we have imported simple date format class from java as shown below -import java.text.SimpleDateFormat; import java.util.Date;Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.     In the above code, we have given text view, it going to print the current date on the window manager.Step 3 − Add the following code to ... Read More

How to use Android sequence layout?

George John
Updated on 30-Jul-2019 22:30:24

380 Views

Before getting into android sequence layout, we should know what is sequence layout in android. Sequence layout contains a sequence of steps with the progress bar. According to sequence, it follows an animated progress bar.This example demonstrates How to use Android sequence layout.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Open build.gradle(app) and add design support library dependency.apply plugin: 'com.android.application' android {    compileSdkVersion 28    defaultConfig {       applicationId "com.example.andy.myapplication"       minSdkVersion 19     ... Read More

How to check edit text's text is email address or not in Android?

Chandu yadav
Updated on 30-Jul-2019 22:30:24

184 Views

Before getting into an example, we should know the test scenario. In the login page, usually, we take email id and password from edit text. While taking email id from edit text. we should know, it is the valid format or not.This example demonstrates how to check the edit text's text is an email address or not.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.         In the above layout, we ... Read More

What are some of the applications of LASER?

Ridhi Arora
Updated on 30-Jul-2019 22:30:24

593 Views

LASER is an acronym for Light Amplification by Stimulated Emission of Radiation. The LASER action was first proposed by Einstein.Applications of a LASERA LASER can be used in many fields. Some of its usages are given here.Used In Welding and Melting: The laser beam welding is mainly used for joining components using high welding speeds and low thermal distortion.Used In Holography: The reason that a hologram cannot be made without a LASER source is that coherence length for laser source can be very high due to which sustained interference pattern will be recorded on a hologram. This suggests the indispensable ... Read More

How do I use tabHost for Android?

Arjun Thakur
Updated on 30-Jul-2019 22:30:24

445 Views

Before getting into example we should know what is tab host in android. Tab host holds set of tabs. Each tab contains either fragment or activity as per project specification. The user can scroll tabs from left to right or right to left.This example demonstrates how to use tab host in android.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.                             ... Read More

What are intent-filters in Android?

George John
Updated on 30-Jun-2020 05:29:17

4K+ Views

An intent filter is an instance of the IntentFilter class. Intent filters are helpful while using implicit intents, It is not going to handle in java code, we have to set it up in AndroidManifest.xml. Android must know what kind of intent it is launching so intent filters give the information to android about intent and actions.Before launching intent, android going to do action test, category test and data test. This example demonstrate about how to use intent filters in android.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required ... Read More

How to set Adapter to Auto Complete Text view?

Ankith Reddy
Updated on 30-Jul-2019 22:30:24

1K+ Views

 Before getting into an example, we should know what is autocomplete textview in android. Autocomplete textview is just like an edit text and it is a subclass of editext, but it is going to show suggestion from a list as a dropdown list. We have to set up Threshold value to auto-complete text view. for example, we have set it up Threshold as 1 so if user enters one letter is going to give suggestion according to Threshold letter.This example demonstrates about how to set up an adapter to auto-complete Textview.Step 1 − Create a new project in Android Studio, ... Read More

Which is the best and genuine digital marketing training providing institute in Hyderabad?

Knowledge base
Updated on 30-Jul-2019 22:30:24

81 Views

Digital Marketing course has a booming market wherein you have nearly 30, 000 training institutes in Hyderabad that provide digital marketing training. In fact, it is really surprising to find out that you get this training for Rs.4, 000 to Rs.28, 000. A huge variation, right?Of course, it depends on the way they teach, the lab, their timings, facilities and especially the certifications they provide.There are government certified institutes likeDigital VidyaTech MarshalsThey provide a government certified course completion certificate. Facebook marketing certification and LinkedIn content marketing certification fees might also get included. The google partner company like Adonai advertising also provides ... Read More

What is the best use of a smartphone?

Madhuparna
Updated on 30-Jul-2019 22:30:24

75 Views

A smartphone is the most common device often seen in the hands of people, starting from the small kids to a 60 years old man. What is so special about this gadget? Does it only make life easier? What are the additional benefits this gadget offers? Numerous questions come to the mind of the users when they are buying the smart phone for the first time.For some folks, these gadgets are nothing but an instrument of entertainment. For some, it is the way to communicate to people around the world; some use it as the camera, whereas some may use ... Read More

What are some of the best free softwares available online for editing image?

Knowledge base
Updated on 30-Jul-2019 22:30:24

103 Views

We all use images for our varied purposes and a picture has to serve the purpose for which it has been shot. However, there are times we don't get the desired result after the shoot despite using a good camera. Here comes an editing tool into the picture. There are a good number of online software available not only to edit them but also to make them perfect for your needs.Photoshop SuiteAdobe Photoshop suite is the ultimate user-friendly tool appreciated worldwide for image editing. Though expensive, the Photoshop elements offer you a wide range of editing tools. But it’s better ... Read More

Advertisements