Android Studio: How to Create a Pop Up Menu for Android App

Create a PopUp Menu for Your Android App

In this tutorial I will show you how to create a pop up menu for your Android App. We start by creating a new project in Android Studio. Make sure to choose Java for the programming language. The minimum API level will be API 15: Android 4.0.3 (IceCreamSandwich). Next, we add a button to the … Read more

Loading

Browse SQLite Database on Windows 10

open android app sqlite database on windows 10

In this tutorial you will learn how to browse SQLite database on Windows 10, using the SQLite DB browser application. First of all, we search for SQLite DB Browser in the browser and search engine of our choice. We open the following link and head to the download section to get the installation file: https://sqlitebrowser.org/dl/ … Read more

Loading

Android Studio: Solving Calling startActivity() issue – from outside of an Activity context

Solving Calling startActivity() from outside of an Activity context issue

In the above video you will find – Solving Calling startActivity() from outside of an Activity context issue. While trying to open a browser intent (webpage), when clicking an item in the recycler view of my test app, I faced the following exception: Calling startActivity() from outside of an Activity context … In the video … Read more

Loading

Conversion of Image Sequence to Video in Photoshop

Conversion of Image Sequence to Video in Photoshop

Adobe Photoshop, is one of the most used photo editing software. One of the features of this software allows converting of image sequence to video. Most current versions, apart from photos, allow you to generate a video as well and do some basic video operation. One of those, is generating a video from an image … Read more

Loading

Microsoft Access 2016: Create, encrypt and decrypt a database

Microsoft Access 2016: Create, encrypt and decrypt a database

In this tutorial you will learn how to create, encrypt and decrypt a database in Microsoft Access 2016. We first create the database and then add a table named ‘Users’.  We then add the columns, of which, the first one is the ID (autonumbered, long integer).  Then we create the ‘UserName’ column, that will hold … Read more

Loading

How To Add AdMob Ads in Android App – Banner Ads

How To Add AdMob Ads In Android App - Banner Ads

In this tutorial you will see how to: add banner ads in your Android App add events in the ad’s lifecycle use Smart Banners What are banners ads? Banners ads are rectangular image or text ads that  occupy a spot within an app’s layout. They stay on screen during the time that the users are … Read more

Loading

Install Visual Studio Code and PHP IntelliSense Extension – Tutorial

Install Visual Studio Code and PHP IntelliSense Extension - Tutorial

In this video we will install Visual Studio Code, install the PHP IntelliSense extension and create a simple PHP file in Visual Studio Code. The video starts with showing you how to download and install Visual Studio Code. The second part is about how to install the PHP IntelliSense in Visual Studio Code. And, finally, … Read more

Loading

XAMPP – Open localhost and MySQL – CREATE and DROP Table – Tutorial

XAMPP - Open localhost and MySQL - CREATE and DROP Table - Tutorial

  This video shows you how to open the XAMPP Open localhost and MySQL page and MySQL PHPMYADMIN. In it we’ll show you how to create a new database, create a new table, insert a record in the newly created table and in the end, we will drop (delete) the table. We assume that you … Read more

Loading