About 1,070,000 results
Open links in new tab
  1. Registration Form using LinearLayout | Example of LinearLayout

    May 5, 2020 · Today, I’m going to teach you about Android UI Design examples. Watch to learn how you can make registration form using linear layout also I discuss about Wh...

  2. Create a linear layout | Views | Android Developers

    Jun 27, 2024 · To create a linear layout in which each child uses the same amount of space on the screen, set the android:layout_height of each view to "0dp" for a vertical layout, or the android:layout_width of each view to "0dp" for a horizontal layout.

  3. Easy Login Page in Android Studio using Java – 5 Steps Only!

    We have created a minimal and beautiful design for the login page in android studio. We have used Linear Layout in which a CardView is present and then further two EditText and one Button. To give it a style, we have added the CardView background as custom_edittext.xml which will provide round corners with purple color.

  4. LinearLayout and its Important Attributes with Examples in Android

    Jan 28, 2025 · LinearLayout is one of the most basic layouts in android studio, that arranges multiple sub-views (UI elements) sequentially in a single direction i.e. horizontal or vertical manner by specifying the android:orientation attribute.

  5. Android registration form - Stack Overflow

    May 30, 2015 · I am designing the registration form for my application. I am trying to make it look like that; Meanwhile I have succeeded designing the components as I want (With linear layout and rounded corner...

  6. Linear Layout Inside ScrollView Example In Android Studio

    Here in this example of Linear Layout inside ScrollView we create a custom layout for user registration form using different views (TextView, EditText etc). After creating different views we enclose them inside Linear Layout and then we enclose the whole layout in ScrollView to make all the element or views scrollable.

  7. Nesting Of Layouts In Android With Example

    In this example we create a Registration Form with multiple fields using Nested Linear Layouts. For that we set vertical orientation for parent Linear Layout and horizontal orientation for child Linear Layout. Below you can download code, see final output and step by step explanation:

  8. Simple registration form UI and app login UI using constraint layout

    Developed a user registration form for an Android application using ConstraintLayout for efficient layout management. The form includes several input fields such as name, email, password, phone number, and gender.

  9. How to Create User Interface Login & Register with Android Studio

    Nov 13, 2018 · In this section, I want to share with you about the User Interface on Android and we will create a Login page and a Register page. Some components that I will use: 1. Viewpager. 2. Fragment. 3....

  10. android - Best layout for form-style screen - Stack Overflow

    Aug 17, 2019 · I can achieve this by doing root linear layout with nested linear layouts (best alignment). Or by doing constraint layout and linking everything together (but so much xml code to do, sometimes hard to follow).

  11. Some results have been removed
Refresh