Skip to content

Tag: android

How to remove underline in hyperlink

I have a TextView on my ‘settings’ activity: I have defined my URL on the string. On my settings.kt page I have the following code onCreate: From what I have found, I need to add a ‘spannable’ in relation to the above (settings.kt) but I’m not sure how to apply it, as everyone ad…

Read Firestore Data in Android Java

i am working on android application and i am trying to read data from the firestore. One of the key contains further object data which i want to read. i was able to read the data for purchases but purchases has further array data with contains products keys. i am unable to read that. i want a simple solution,…