Today Almost all web and mobile apps allow you to log in with Google and Facebook. In this tutorial, we will describe how to integrate Google Sign-in to your Android Application, We will be creating a sample Google Login app...
Tag - android studio
Every application must have an AndroidManifest.xml file (with precisely that name) in its root directory. The manifest file provides essential information about your app to the Android system, which the system must have before it...
Http Multipart requests are used to send heavy data data or files like audio and video to the server. Android Volley gives you a very faster and optimized environment to send heavy data or files to the server. Here I post a...
You should place each type of resources in a specific subdirectory of your project’s res/ directory. For example, here’s the file hierarchy for a simple project: MyProject/ src/ MyActivity.java res/ ...
1. Setup the Development Environment. Step 1 – Setup Java Development Kit (JDK) Download the latest version of JDK from Oracle’s Java site: Java SE Downloads. After you have downloaded and installed the Java...