1. Install Precompiled TensorFlow Lite 2.16 on Raspberry Pi
  2. Install Precompiled Dlib on Raspberry Pi
  3. Install Precompiled libfacedetection on Raspberry Pi
  4. Install Precompiled OpenCV 4.9 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.16 on Raspberry Pi
  2. Install Precompiled Dlib on Raspberry Pi
  3. Install Precompiled libfacedetection on Raspberry Pi
  4. Install Precompiled OpenCV 4.9 on Raspberry Pi
  5. Install PHP 8.3 on Raspberry Pi
  6. Install Node.js 16 and npm on Raspberry Pi
Generate MD5 Hash

Generate MD5 Hash

MD5 is a cryptographic hash function that accepts a string of any length and returns a 128-bit fixed-length digest value, commonly represented as a sequence of 32 hexadecimal digits. MD5...
Display Shapeable Image in Android

Display Shapeable Image in Android

Material Components library allows displaying a shapeable image. By setting corner radius and family we are able to change the shape of the image to circle, rhombus, octagon, etc. Firstly...
Display Options Menu in Android

Display Options Menu in Android

The options menu is the main collection of menu items associated with an activity. In this menu, we should place actions that have a global impact on the application. For...
Schedule Alarms in Android

Schedule Alarms in Android

The Alarm Manager allows scheduling the alarms based on time. An alarm can be one-time or repeated. By using the alarms, we can perform tasks at certain point of time...
Use Storage Access Framework in Android

Use Storage Access Framework in Android

The Storage Access Framework (SAF) provides a file picker that allows to browse, create, and open files hosted by storage services (document providers). It can be external storage, cloud-based storage...

Generate QR Code

QR code is a two-dimensional barcode which stores encoded data. It can be a website URL, contact details, location coordinates, email address, plain text, etc. QR code can store more...