Tag: apps

  • Ways to Use Google Apps Script to Fetch Databases to a Google Spreadsheet

    It is pretty common to export information from a WordPress database to an Excel sheet or in a CSV format. However, you may realize that there is a problem with exporting and importing files. One of the most common ones is that the process is sometimes not too intuitive and all files need to be…

  • Knowing What Is Augmented Reality and Its Implementations

    Augmented reality is a new digital phenomenon that changes the environment around you into a digital interface. It places virtual objects in the real world and in real-time. Therefore, it provides the power of learning and technology together. Nowadays, you can experience augmented reality through a wide variety of activities. This is because AR aims…

  • The Activity Lifecycle of Android

    In Android activity lifecycle, there are four activities that permit the activity to know a state has changed. They include creating, stopping or resuming an activity or destroying the process in which the activity resides. Through activity lifecycle concept, web developers and android developers can learn to understand how your activity works properly when the…