Skip to content
#

vaibhavmojidra

Here are 361 public repositories matching this topic...

Kotlin Flows are particularly useful in Android development due to their ability to handle asynchronous operations and data streams efficiently. ViewModel is a part of Android Jetpack and is used to manage and store UI-related data in a lifecycle conscious way1. It allows data to survive configuration changes such as screen rotations.

  • Updated Mar 11, 2024
  • Kotlin

SAPUI5 Diagnostics Tools are essential for debugging and optimizing the performance of SAPUI5 applications. These tools offer insights into various aspects of your application's runtime behavior, allowing you to identify and resolve issues efficiently.

  • Updated Nov 30, 2023
  • JavaScript

In SAPUI5, formatters are functions that allow you to format data dynamically in your user interface. They are often used in bindings to transform the data before displaying it in the UI. Custom formatters are user-defined functions that you can create to meet specific formatting requirements.

  • Updated Nov 14, 2023
  • JavaScript

In SAPUI5, aggregation binding is a key concept used to bind and display data within UI controls that have aggregations. Aggregations are collections of elements or controls within a UI control, and aggregation binding allows you to dynamically populate and update these collections based on data from a model.

  • Updated Oct 28, 2023
  • HTML

Improve this page

Add a description, image, and links to the vaibhavmojidra 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 vaibhavmojidra topic, visit your repo's landing page and select "manage topics."

Learn more