The login page is very necessary for an application. Both android applications and or web-based applications. Without a login page, anyone can make changes to the data. However, not everyone is aware of the importance of the login page. In this tutorial article, I will provide steps on how to make it.… Read the rest
Some people don’t know how to give space between TextView in Android Studio. Two TextView if not given space will look too tight. Therefore, give a space between the two. To provide space between two elements, there are several ways. That element can be TextView with TextView, TextView with buttons, or buttons with other buttons.… Read the rest
In this article, I will show you How to Divide LinearLayout in Android Equally. I use Android Studio version 3.6.1. Build #AI-192.7142.36.36.6241897, built on February 27, 2020. Runtime version: 1.8.0_212-release-1586-b4-5784211 amd64. VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Powered by open-source software.
Follow this article step by step to create linear layout in Android:
In an article that I published on Dec. 23, 2018, entitled How to set Gradient Background colors in Android Studio, only explained for limited colors. This article will explain How to Set Android Gradient Background Multiple Colors. Yes, many colors.
Currently, on November 16, 2019, I am using:
Android Studio version 3.5
Build #AI-191.8026.42.35.5791312, built on August 9, 2019
Before writing about Android Studio Textview, there are other articles that can be read. That article is an android gradient background, please read if you are interested. This article is intended for beginners in Android Studio. In this article, I will only give a basic tutorial.… Read the rest