Azhar has Published 451 Articles

How to work with Camera in an Android App using Kotlin?

Azhar

Azhar

Updated on 21-Jul-2020 08:53:38

5K+ Views

This example demonstrates how to work with Camera in an Android App using Kotlin.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.Example Step ... Read More

How to create animation using XML file in an Android App using Kotlin?

Azhar

Azhar

Updated on 21-Jul-2020 08:39:40

455 Views

This example demonstrates how to create animation using XML files in an Android App using Kotlin.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.Example ... Read More

How to create GridView Layout in an Android App using Kotlin?

Azhar

Azhar

Updated on 21-Jul-2020 08:32:37

3K+ Views

This example demonstrates how to create GridView Layout in an Android App using Kotlin.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.Example Step 3 ... Read More

How to switch between different Activities in Android using Kotlin?

Azhar

Azhar

Updated on 21-Jul-2020 08:25:27

8K+ Views

This example demonstrates how to switch between different Activities in Android using Kotlin.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.Example Step 3 ... Read More

How to create Tab Layout in an Android App using Kotlin?

Azhar

Azhar

Updated on 21-Jul-2020 08:18:37

3K+ Views

This example demonstrates how to create Tab Layout in an Android App using Kotlin.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.Example Step ... Read More

How to detect if a user is using an Android tablet or a phone using Kotlin?

Azhar

Azhar

Updated on 21-Jul-2020 07:59:31

843 Views

This example demonstrates how to detect if a user is using an Android tablet or a phone using Kotlin.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 ... Read More

How to make a GridLayout fit screen size in Android?

Azhar

Azhar

Updated on 09-Jul-2020 12:07:43

2K+ Views

This example demonstrates how How to make a GridLayout fit screen size 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

How to lay out Views in RelativeLayout programmatically in Android?

Azhar

Azhar

Updated on 09-Jul-2020 06:41:14

939 Views

This example demonstrates how to lay out Views in RelativeLayout programmatically 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.     Step ... Read More

How to send a SMS using SMSmanager in Dual SIM mobile in Android?

Azhar

Azhar

Updated on 09-Jul-2020 06:18:59

1K+ Views

This example demonstrates how do I send 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.             Step ... Read More

How to check if a bluetooth device is connected with Android device?

Azhar

Azhar

Updated on 08-Jul-2020 06:22:24

3K+ Views

This example demonstrates how do I check if a Bluetooth device is connected with android device.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

Previous 1 ... 5 6 7 8 9 ... 46 Next
Advertisements