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).
How to set a custom icon in Android’s ActionBar using Kotlin?
I’m trying to replace the default back button icon in my Android Activity’s ActionBar with a custom icon. I’m using Kotlin and have tried the following code in my Activity:
Typeface.createFromAsset causing app crash on button click
I’m trying to set a custom font to a TextView in my Android app using Kotlin. I’ve placed the font file (iran_sans.tff) in the assets folder and am using the following code:
Keyboard does not open when clicking on EditText
I have an EditText
animation transition from fragment to activity
i want to make animation transition between fragment and activity, there is no errors but the animation does not work, the intent work without animation.
ALIGNING OBJECTS IN FLOW FROM TOP LEFT TO RIGHT (XML, Android Studio, Kotlin)
I’m considering Flow as a tool for a tag system, and it seems to be working fine, but I haven’t found a way to align from top left to right. Is there a way to do this? I’m not using Jetpack Compose, I’m interested in a solution for XML layout.
ALIGNING OBJECTS IN FLOW AT THE TOP FROM LEFT TO RIGHT (Kotlin, xml, Android Studio)
I’m considering Flow as a tool for a tagging system, and it seems to work fine. However, I haven’t found a way to align items at the top from left to right. Is there a way to achieve this? I’m not using Jetpack Compose, I’m looking for a solution for XML layout.
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.