maxresdefault

Apple keyboard shortcuts for business users

October 13, 2019 admin 0

Apple keyboard 20 shortcuts for business users Command + Tab (Apple keyboard 20 shortcuts for business users) This key combination will allow you to cycle through open applications. Start by holding down the “command” key and pressing “tab” to cycle through applications.  Each time you press tab, it will switch […]

ap550x55016x121transparentt.u1

Arduino Introduction

August 3, 2019 admin 0

What is Arduino and why it is used? Arduino Introduction Arduino consists of both a physical programmable circuit board (often referred to as a microcontroller) and a piece of software, or IDE (Integrated Development Environment) that runs on your computer, used to write and upload computer code to the physical board. Used for? […]

android pie screens 640x360

Android Pie

July 28, 2019 admin 0

Android Android 9 adapts to you and how you use your phone, learning your preferences as you go. Your experience gets better and better over time, and it keeps things running smoother, longer. Click HereClick HereClick Here The newest version of Android is here! Named Android Pie, and version 9.0 […]

AsyncTask Example Android Flow

AsyncTask Android

June 14, 2019 admin 0

AsyncTask Android Asynctask(Asynchronous task) in android enable us to perform the task in Background thread giving us the way to separate our tedious work from UI Thread and publish our work back to UI thread after our work get completed. It has following method onPreExceute doInBackGround publishProgress onProgressUpdate onPostExceute Share on […]