All Questions
11 questions
1
vote
1
answer
1k
views
Grid of radio buttons in Android
I want to display multiple radio buttons in a layout with multiline style as an item inside a RecyclerView. Look at the code I provided below and suggest how I can ...
1
vote
1
answer
167
views
Sign Up layout in android
I have created a sign up layout as image below.
Does this part of code looked bad since the dp I used for the floating button are quite large.
...
4
votes
0
answers
4k
views
Creating Android layout with GridLayout
I'm trying to create a Layout with two columns which are next to each other (I'm accomplishing this behavior with a LinearLayout).
Inside each column, I have two TextViews and two Buttons, which I ...
3
votes
1
answer
2k
views
Android Authentication Activity with Fragments
I have an Activity called AuthActivity and I would like all of my authentication Fragments to be in this ...
3
votes
0
answers
5k
views
A BaseActivity to render toolbar and navigation drawer
I'm new to Android programming and this is my first project so I'm not sure if this is the correct method of rendering the toolbar or the navigation of the drawer on the screen:
So I have a ...
3
votes
0
answers
791
views
Tablayout code for Android
I am using Tablayout for an Activity in my app but for some reason icons for each tab using ...
2
votes
1
answer
638
views
Design a row in a listview
I want to design a row of the following style in my Android project:
I have the following code for this:
...
1
vote
1
answer
714
views
Search layout with 2 edittext and 2 buttons
I'm building an Android app and I'm new on building the UI on an .xml file. I've built a simple layout but I think that is not optimize very well.
This component is a search layout with 2 edittext ...
2
votes
1
answer
405
views
Optimizing a Google card layout
I'm developing an Android app in which I would build a card layout with a custom library. I think that my layout has not been optimized, but I don't know how I can this. It's not a very simple layout ...
5
votes
1
answer
48k
views
Android layout with equal spacing between elements [closed]
I am trying to make a nice set of items, which are equally spaced from each other.
On example below, I set buttons between empty textview. Every button and text view has ...
7
votes
1
answer
29k
views
Dividing the screen in two halves using LinearLayout
I want to divide the screen in two halves. The layout is locked on portrait mode. The top half will have one button and the bottom half will have many buttons. That's why I choose this division, since ...