Tag Archives: Android

android

Windows – Microsoft authenticator and authentication on Facebook with 2FA features.

The tutorial for today will show you how to use an authentication app for two-factor authentication on Facebook with 2FA features. This method use 2FA features provide by software and produce a new numeric code every 30-seconds. The application-based 2FA solutions are available for mobile, wearables, or desktop platforms — and even work offline. Install… Read More »

Dropbox Paper collaborative workspace.

Today I discovery this old feature from the Dropbox tool. Dropbox Paper, or simply Paper, is a collaborative document-editing service developed by Dropbox. Originating from the company’s acquisition of document collaboration company Hackpad in April 2014, Dropbox Paper was officially announced in October 2015 and launched in January 2017. It offers a web application, as… Read More »

Android Studio – simple gradient example.

I used Android Studion 3.6.1 on Ubuntu Linux. I start an Empty Project and I change the activity_main.xml file into this:

You can see I change the Hello Word! text into GRADIENT COLORS. I add this source line of code:

I create this resource XML into res – drawable folder with click right… Read More »

About TensorFlow Lite.

TensorFlow Lite is an open-source deep learning framework for on-device inference working on Android, iOS, and Windows. This framework comes with a collection of the TensorFlow Lite applications. The TensorFlow Lite can run on CPU, GPU, or via NNAPI. TensorFlow has APIs available in several languages like Python, JavaScript, C++, Java, Go, Swift. TensorFlow Lite… Read More »