python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
not able to apply span to first letter in a word
I am working on an animation that involves setting OutlineSpan to individual letter in a word .
However when i apply the OutlineSpan to first letter its not reflecting
val string = "f"
val s...
Ayush Bansal
Votes: 0
Answers: 1
How to multiply value from spinner to display in textview2
I would like to know how to take value from a spinner which is displayed in textview1 and multiply it with a double (0.032) so it can display in textview2.
my code is below
double num1 = Integer.pars...
Sindano
Votes: 0
Answers: 1
Data missing in multiple View in RecyclerView using retrofit response
I am facing an issue in multiple view type recycler view i think the code in myadapter is lacking something which i am not able to figure out pls help. Here is the detailed description :
I have a resp...
tintin
Votes: 0
Answers: 0
illegal Argument Exception from TextView android
The error I got from the log is Error inflating class TextView Caused by: java.lang.IllegalArgumentException: Failed to create internal object. maybe invalid font data
This happens in the SplashActivi...
Nithis Kumar
Votes: 0
Answers: 0