Dark Mode
Image

Sensor Tutorial

Sensors can be used to monitor the three-dimensional device movement or change in the environme...

Wifi

The android.net.wifi.WifiManager class can be used to manage the wifi connectivity. It can...

Bluetooth List Paired Devices

The getBoundedDevices() method of BluetoothAdapter class provides a set containing list of all paired or bounded blue...

Bluetooth Tutorial

Bluetooth is a way to exchange data with other devices wirelessly. Android provides Bluetooth A...

send email

We can easily send email in android via intent. You need to write few lines of code only as given below

send sms

We can send sms in android via intent. You need to write only 4 lines of code the send sms in android.

Image