Author: Lucas

shape
shape
shape
shape
shape
shape
shape
shape
Standard

Android Studio: Opening Multiple Windows (Projects)

To open multiple instances of Android Studio, there is a setting for this: File > Settings > Appearence & Behavior > System Settings Check the“Open Project in a new window” box. It will now be possible to open multiple instances and projects in Android Studio.

Standard

Android Studio compileSdkVersion Requires JDK 1.8

Android SDK version 22 requires at least JDK 1.7. Android SDK 24 requires at least JDK 1.8. How do I change the JDK version in Android Studio? Considering that you already have JDK 1.8 installed, to change the JDK version in Android Studio go to: File > Project Structure > SDK Location Then change the

Standard

Angular JS: How to display a String variable in HTML

Before version 1.2 of Angular JS it was possible to use the following directive: <p ng-bind-html-unsafe=”chamado.descricao”></p> However, this directive was removed in later versions for security reasons. How to display a variable in HTML without escaping the tags ? 1 – In your Controller pass the $scope and $sce variables. var MeuCtrl = function($scope, $sce)

Standard

Is PCI Express 3.0 or PCI Express 2.0 worth it?

  The PCI Express 2.0 standard was introduced in 2007, 3 years later (in 2010) PCI Express 3.0 appeared. I’ll briefly explain in this article how the 2.0 standard is still usable even after so many years, in most cases not requiring an UPGRADE to support the latest GPUs. Let’s take a look at the

Latest news

Latest news directly from our blog.