im trying to show view layout which it's xml layout while performing api request and remove it after the request is done the layout contains TextView ...
im trying to show view layout which it's xml layout while performing api request and remove it after the request is done the layout contains TextView ...
I have a constraint layout as below: Below code is added in the manifest When we use the adjustResize, UI components gets overlapped with each o ...
I have seen in the following answer: https://stackoverflow.com/a/24035591 of another post that to get the width of an element after the drawing phase ...
While I am typing the message it encodes it into white but when I have sent it, it turns to black which is the same with the response that I have been ...
When I try to to see the design of a layout, it shows a gray screen instead.This started happening in every project. Even the new projects that I didn ...
I have a list view with a list view adapter in my kotlin project. It works perfectly fine for the first thirteen entries, once I go past that the next ...
I have created a app where on the first screen there will be a image, if the user click on that image a suggestion screen will open to change that ima ...
i created a drawer layout it showing in design but app doesn't open . also i included a other layout behind of drawer but i doesn't creeated actionbar ...
I am currently programming an app in android studio and right now I am trying to get a stock Symbol from the user and print out the current price of t ...
I'm trying to create a LinarLayout which will contain 5 more LinearLayout as children, each having a weight of 1. So they will take the same amount of ...
[![Image 1]Need help regarding my xml.The problem is I want the venue label (venue) to have the venue name next to it. However any time I run the app ...
This is the layout of my CustomerSearchFragment. It has a CoordinatorLayout with a AppBarLayout and a ScrollView with a FrameLayout inside. <andr ...
I am new to android development please help me in creating this type design I want to add text in the center of the top borders in the card please h ...
I have a ConstraintLayout with 2 AppCompatTextview's with exactly the same text. I am using app:autoSizeTextType="uniform" attribute to autoSize the t ...
**this is my xml and kotlin code for round image, ** this is my output what I'm getting I need to show like this help me to solve this problem. ...
I have recently updated Android Studio to Android Studio Electric Eel | 2022.1.1. For xml layout if we are using simple view like TextView/Button , i ...
I want to set the max hight of my RecyclerView not to exeed my constraint layout max parameters. I tried many solutions from stack overflow but nothin ...
I am learning to create UI in XML now, and I'm struggling with such a problem. I create UI which looks like this: UI in Android Studio And on the ph ...
I have this problem in flutter : I want to return a different page accordingly to a specific result after doing some functions. Some functions are asy ...
I want to make custom edit text like this :This is I want but I tried to make it. It looks like this : This is wrong one I use inputLayoutText when ...