apradanas / simple-linkable-text

Simple way to create linked text, such as @username or #hashtag, in Android TextView and EditText
Other
74 stars 13 forks source link

How to get Context in onClick method #13

Open anasqadrei opened 7 years ago

anasqadrei commented 7 years ago

I want to start and activity in the onClick() callback method. How to get my context to pass it to the intent?