Skip to content
#

entity

Here are 15 public repositories matching this topic...

This is an android app using which users can chat to people nearby them with help of Bluetooth. This app is developed in Kotlin programming language. It is still in its early stages of development and currently let user to one-person-one-time chat at a time. It is under heavy development 😅😅

  • Updated Dec 20, 2022
  • Kotlin

MVVM, or Model-View-ViewModel, is an architectural pattern for building user interfaces. It separates the UI components (View) from the data and business logic (Model) with an intermediary layer called ViewModel. This pattern promotes code organization, testability, and maintainability by enforcing separation of concerns..

  • Updated Mar 17, 2024
  • Kotlin

Improve this page

Add a description, image, and links to the entity topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the entity topic, visit your repo's landing page and select "manage topics."

Learn more