kelalaka153
kelalaka153
I'm using portrait mode in all of the activities. Material Intro version 1.6 also; ``` @android:color/transparent true ``` Process: com.xyz, PID: 21337 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.xyz/com.xyz.firsttime.Welcome}: java.lang.IllegalStateException: Only...
Easiest is disabling the orientation and it worked. How can I disable window translucency only for API 26 devices? >would you like to investigate this issue? Sure
I've checked and the code compiles without the UIKit. Could someone also test this?
@dsn5ft How will this solve my issue? The default layout is fine for me, however, the items are not ready at the compile time. So, I need to use an...
@dsn5ft Thanks for the response. That is one way to solve the toString issue. I used an interface. Another one is using the selected index to access the ID from...
@dsn5ft Thanks again. If I'm using an extension then I can use setSimpleItems. However, considering that in some cases I will need to display more than a string, I must...
@dsn5ft are we on the same page about onItemSelectedListener? In my project, `OnItemSelectedListener` comes from `AdapterView.OnItemSelectedListener` and it doesn't respond to the events. I've found a serious bug on MaterialAutoCompleteTextView...
Printing dots to determine is a long and unstable process since the distances between the labels ( pages) may not be divided perfectly into dots. On the other hand, some...
Ok, I've solved my issue. ```Swift func insertText(_ text: String, at range: Range, in string: String) -> String { let rangeSize = source.distance(from: range.lowerBound, to: range.upperBound) let diff = text.count...
As far as I remember, system's copy past works flawlessly on the editor ( tested now to make sure that). I needed this to insert/replace some text within my application....