https://kotlinlang.org logo
Title
u

user

07/09/2022, 9:51 PM
i tried to override the ServiceConnection interfcae method but i got this error ComponentName ,IBinder and Intent not resolved I tried to handle the below task in kotlin android I have an application with a button that show the time when it is clicked , The time will gotten from a bound service and will be shown on Textview on Activity when I run the application i got the below error however it is alreday defined in the import e: D:\boundService\app\src\main\java\com\example\boundservice\MainActivity.kt: (24, 52): Unresolved reference: ComponentName e:...