Posts

How to Make Your First App in Java Sequence # 2

Image
 How to Make Your First App in Java Sequence # 2 Begin With Android Studio To make an Android application, you really want an Integrated Development Environment (IDE), and Android Studio is the authority IDE for making Android Apps. Install Android Studio To install and begin with Android Studio, look at my post on How to Use Android Studio. Since Android Studio is prepared to utilize, you can begin by making your first undertaking. Give your venture a name and give it a novel bundle name as well. Then, at that point, pick the base SDK you need to help with your application. As it says underneath the Minimum SDK bar, with every API level, the elements that you can use in your application increment. In any case, your application will run on less gadgets. The Create New Project exchange incorporates an assessor for the level of gadgets your application will run on. You will then, at that point, be approached to choose the design of your application. We should pick Empty Activity so ...

How to Make Your First App in Java sequence # 1

Image
  How to Make Your First App in Java NOTE: WE NEED ANDROID STUDIO AND ITS TOOLS TO CREATE FIRST ANDROID APP.. NOW FOLLOW THESE INSTRUCTION: TO INSTALL JDK (JAVA DEVELOPMENT TOOL & ANDROID STUDIO FOR WINDOWS ND LINUX OPERATING SYSTEM ). Android Studio Basics Environment Building: ➔ Download JDK ➔ Install JDK in Windows / Ubuntu ➔ Environmental Variable JAVA_HOME ➔ Prerequisite Android Studio ➔ Download Android Studio ➔ Install Android Studio ➔ Clarify created folders related to Android Studio ➔ Build & Run First App Prerequisite Windows ➔ Microsoft® Windows® 8/7/Vista/2003 ( 32 / 64 -bit) ➔ 2 GB RAM minimum, 4 GB RAM recommended ➔ 400 MB hard disk space ➔ Min. 1GB Android SDK, emulator system images  & caches ➔ 1280 x 800 minimum screen resolution ➔ Java Development Kit (JDK) 7 or higher ➔ Optional for accelerated emulator: Intel®  processor with support for Intel® VT-x, Intel® EM64T (Intel® 64), and Execute Disable (XD) Bit  functionality ➔ Create separat...