1. Install Precompiled TensorFlow Lite 2.18 on Raspberry Pi
  2. Install Precompiled Dlib on Raspberry Pi
  3. Install Precompiled libfacedetection on Raspberry Pi
  4. Install Precompiled OpenCV 4.10 on Raspberry Pi
  5. Install PHP 8.3 on Raspberry Pi
  6. Install Node.js 16 and npm on Raspberry Pi
  1. Install Precompiled TensorFlow Lite 2.18 on Raspberry Pi
  2. Install Precompiled Dlib on Raspberry Pi
  3. Install Precompiled libfacedetection on Raspberry Pi
  4. Install Precompiled OpenCV 4.10 on Raspberry Pi
  5. Install PHP 8.3 on Raspberry Pi
  6. Install Node.js 16 and npm on Raspberry Pi
Discover Bluetooth Devices in Android

Discover Bluetooth Devices in Android

The Android platform support Bluetooth wireless technology, which allows exchanging the data between nearby devices. An application can discover or scan available devices by using Bluetooth API. If we want...

WebSocket Echo Client

WebSocket is a two-way communication protocol over a TCP. WebSocket provides a persistent connection between a client and server. It means that both of them can send data at any...
Read SMS Messages in Android

Read SMS Messages in Android

Android allows to read SMS messages using Telephony Provider. It manages access to a central repository that stores the data related to phone operation, SMS and MMS messages. The Telephony...
Display Preferences Screen in Android

Display Preferences Screen in Android

Settings allow users to change the application behavior and functionality. Preferences screen can be integrated into the application using the AndroidX Preference Library. It manages preferences displayed on screen and...
Display Google Map in Android

Display Google Map in Android

Google Maps is a web-based mapping service that can be integrated into an Android application. The Google Maps Android API is a part of the Google Play Services. So, we...