This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "title": "Comedy Night Thursdays @ Mikki's", | |
| "venueLine": "Mikki’s Speakeasy • North Lauderdale, FL", | |
| "dateLine": "Thursday, May 28, 2026 • 8:30 PM", | |
| "url": "https://www.eventbrite.com/e/comedy-night-thursdays-mikkis-tickets-1984735992782", | |
| "imageUrl": "https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1179353928%2F2992916185842%2F1%2Foriginal.20260309-030108?auto=format%2Ccompress&q=75&sharp=10&s=fff154aaa444ae982c48eb5c15ab9a3a" | |
| }, | |
| { | |
| "title": "Malcolm McFly at the Ft Lauderdale Improv", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.io.*; | |
| public class HelloWorld { | |
| public static void main(String []args){ | |
| // Declare test values in variables | |
| String test1 = "I like recess"; | |
| String test2 = "I like computer science"; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class ChatViewModel (private val sendChatMessageUseCase: CompletableUseCase<SendMessageParams>, | |
| private val openChatChannelUseCase: ObservableUseCase<String>){ | |
| var messages= mutableListOf<MessageItemUi>() | |
| var notifyNewMessageInsertedLiveData = MutableLiveData<Int>() | |
| fun openChatChannel() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class MyMessageViewHolder(val view: View) : MessageViewHolder<MessageItemUi>(view) { | |
| private val messageContent = view.findViewById<TextView>(R.id.message) | |
| override fun bind(item: MessageItemUi) { | |
| messageContent.text = item.content | |
| messageContent.textColor= item.textColor | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class ChatAdapter(var data: MutableList<MessageItemUi>) : RecyclerView.Adapter<MessageViewHolder<*>>() { | |
| override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): MessageViewHolder<*> { | |
| val context = parent.context | |
| return when (viewType) { | |
| TYPE_MY_MESSAGE -> { | |
| val view = LayoutInflater.from(context).inflate(R.layout.my_message_item, parent, false) | |
| MyMessageViewHolder(view) | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Name: Flash | |
| Serial: eNrzzU/OLi0odswsqnHLSSzOqDGoca7JKCkpsNLXLy8v1ytJTczVLUotKNFLzs8FAJHYETc= | |
| if anyone wants to thank ETH: 0x527c2aB55b744D6167dc981576318af96ed26676 | |
| Thank you! |