Relative Content

Tag Archive for androidxmlkotlin

text don’t appear in viewFlipper

I used viewFlipper to make onboarding screen and tried to add text in every slide, but I don’t know how to display it in the activity_slider.

How to make textView text go second line in case of overlap?

I have a ConstraintLayout, TextView and three buttons.
TextView is always visible. But buttons are by default gone and shows in adapter view depends on the data type (thats why I am not constraining end of the text to start of the button).

Where can I learn Kotlin and XML for Android UI development?

I am new to Android development with Kotlin and XML. I’m unsure where to learn how to use Kotlin to handle XML elements, such as setOnClickListener and other functions. Additionally, I need resources for learning XML components like EditText, ImageView, etc. Can anyone recommend comprehensive tutorials or documentation for these topics?

Android ScrollView LinearLayout not scrolling

I have a scrollview, a linearlayout inside it, and other layout and textinputlayout components inside the linearlayout. But when I open the keyboard, my textinputedittexts at the bottom of keyboard cannot be scrolled. I tried the adjustResize and adjustPan keys in the manifest file, but they did not work either. My problem here is that ScrollView does not work at all.