hanggrian / socialview

Android TextView and EditText with hashtag, mention, and hyperlink support
http://hanggrian.com/socialview/
Apache License 2.0
324 stars 81 forks source link

No Java Code for example #9

Closed TheinvinciblePrints closed 7 years ago

TheinvinciblePrints commented 7 years ago

No java code provided for the example as it is written in Kotlin

hanggrian commented 7 years ago

Hi, I'm sorry I was rather busy these past weeks. The java example code is provided in README.md. Or if you are interested in particular kotlin classes in example app, pick some of them and I will convert them to java.

vivchik1337 commented 7 years ago

Please, convert the 4th activity to java, because it is very usefull to show not nick name of user, but show for example Full name and surname: not @nick1337, but @NickDylan

hanggrian commented 7 years ago

@sfucko okay this is my bad, I should have written more about how to use custom adapter in readme. Give me a day to update it and I'll write you the java version afterwards.

vivchik1337 commented 7 years ago

ok, thanks, my friend

30 июня 2017 г. 2:24 пользователь "Hendra Anggrian" < notifications@github.com> написал:

@sfucko https://github.com/sfucko okay this is my bad, I should have written more about how to use custom adapter in readme. Give me a day to update it and I'll write you the java version afterwards.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/HendraAnggrian/socialview/issues/9#issuecomment-312134361, or mute the thread https://github.com/notifications/unsubscribe-auth/ANB5G3aDp0zOkongtoSbDggoZGX9wfuIks5sJDJIgaJpZM4N2aa4 .

hanggrian commented 7 years ago

@sfucko you may look at this test custom adapter and its implementation in readme. Also, make sure to use version 0.14.0. Let me know if it is still unclear to you.

hanggrian commented 7 years ago

Java example module has just been added.