First of all you need to install java JDK latest version. JDK and after installation you need to setup an environment variable in your user space to simplify terminal commands. In Windows x64 you need to add this : C:\Program Files\Java\{JDK_VERSION}\bin to the Path environment variable….
read moreCreate First Android App In Android Studio: Beginners Step By Step Complete Video Link here Step 1: Create a new project Step 2: Open res -> layout -> activity_main.xml (or) main.xml. Here we are going to create the application interface like add…
read more