in C and CPP
Today a business may want to communicate private information with a customer via WhatsApp. In order to do that securely, the business must first establish trust that they are communicating with the right person via authentication (this is done off WhatsApp today). Once trust is established between a business and a WhatsApp account, the business […]
in C and CPP
To setup Wireless Serial Communication, HC-05 Bluetooth Module is most demanding and popular due to its low price and extremely high features. This module can be used in Master or Slave Mode and easy switchable between these two modes, By default Slave mode is configured. Modes can be changed using AT Commands. The slave mode […]
in C and CPP
To enable jetifier, add those two lines to your gradle.properties file: The Android Gradle plugin provides the following global flags that you can set in your gradle.properties file: android.useAndroidX: When set to true, this flag indicates that you want to start using AndroidX from now on. If the flag is absent, Android Studio behaves as if the flag […]
You must be logged in to post a comment.