Hello geeks, nowadays social media android applications are in very trend so, here we are going to design Login page of Instagram in Android Studio.… Read More
Tag Archives: Android-Studio
UI testing is the process of testing the visual elements of an application to ensure whether they appropriately meet the anticipated functionality. Verifying the application… Read More
Firebase is a mobile and web application development platform. It provides services that a web application or mobile application might require. Firebase provides secure file… Read More
While developing applications in Android Studio we might encounter many errors while writing code in the editor. We know that there’s an error since the… Read More
UML (Unified Modeling Language) is the general-purpose modeling language used to visualize the system. It is a graphical language that is standard to the software… Read More
Almost all Android devices are having a wallpaper set on their home screen. For setting this wallpaper to the screen many Android devices provides a… Read More
Gradle has its own Groovy library, thus it is not necessary to install Groovy. Gradle ignores any current Groovy installation. Gradle will utilize the first… Read More
Resources are the files and static content that the application’s code uses, such as animations, images, layouts, and string values. These files stored in the… Read More
An android support library is part of Android SDK tools. You can use the Android Support Library for backward-compatible versions of new Android features and… Read More
Eclipse is a standard package that is ideal for java and plug-in development, as well as introducing new plugins. Eclipse is mostly used for Java… Read More
In this article, we will discuss that how to check the file explorer and see all the folders inside the android. This is useful when… Read More
While developing your favorite app, you might at some point of time arrived upon this strange error, :GfGapp:processDebugResources FAILED FAILURE: Build failed with an exception.… Read More
Working on some important java project with Java code involved, and just when you hit that Build hammer icon, you get this: Error:Execution failed for… Read More
Gradle assemble-info provided me an indication that the manifestations do not have various versions of SDK and can not be integrated. And after hours of… Read More
The SO file stands for Shared Library. You compile all C++ code into the.SO file when you write it in C or C++. The SO… Read More