How To Install Android Studio on Ubuntu?

Android studio is the official IDE for android application development by Google. It is based on JetBrains’ IntelliJ IDEA software. Android studio has various features such as Gradle build , android specific refactoring and quick fixes, built-in for google cloud platform, etc. It also includes AVD (an emulator) to run and debug apps quickly. … Read more

How To Install JDK And JRE In Ubuntu?

Java is one of the most popular programming languages used today. One of the biggest reasons why Java is so popular is platform independence. That means a program written in java can run on several different types of machines. But the only thing is JRE(Java Runtime Environment) should be installed on the computer where you … Read more