Vaibhav Mojidra's repositories
SAP-UI5---Demo-Remote-OData-Service
A Remote OData service refers to an OData (Open Data Protocol) service that is hosted and accessible over a network, typically the internet. OData is a standard protocol for building and consuming RESTful APIs.
Android-Jetpack-Compose---Demo-Annotated-String
AnnotatedString in Jetpack Compose allows you to create and format text with rich metadata, enabling color, font, style changes, hyperlinks, and custom actions for specific text segments.
Android-Jetpack-Compose---Demo-Flows
Kotlin Flows are particularly useful in Android development due to their ability to handle asynchronous operations and data streams efficiently.
Android-Jetpack-Compose---Demo-Flows-With-ViewModel
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.
Android-Jetpack-Compose---Demo-ViewModel-To-Save-State
ViewModel is a part of the Android Architecture Components library. It's designed to store and manage UI-related data in a lifecycle-conscious way, allowing data to survive configuration changes such as screen rotations.
Android-Kotlin---Demo-Flows
Kotlin Flows are particularly useful in Android development due to their ability to handle asynchronous operations and data streams efficiently.
code-comment-generate-using-ai-prompt-helper
This a basic website which help you generate comments for code giving you prompt for AI
DemoAndroidAppForGitPratice
This is repository for Git Android Dev Team practices only
SAP-UI5---Demo-Aggregation-Binding-Using-List
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.
SAP-UI5---Demo-Basic-UI-Typo-Error-Debugging-Using-SAPUI5-Diagnostics-Tools
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.
SAP-UI5---Demo-Custom-CSS
Customizing the appearance of SAP UI5 applications with custom CSS (Cascading Style Sheets) can be a powerful way to create a unique and visually appealing user interface. SAP UI5 is a framework for building web applications with a consistent design and user experience, but it also provides the flexibility to customize the styles using CSS.
SAP-UI5---Demo-Custom-Formatters
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.
SAP-UI5---Demo-Data-Types
SAP UI5 provides a variety of data types that can be used to format, parse, and validate data
SAP-UI5---Demo-Expression-Binding
SAP UI5 provides Expression Binding as an enhancement of the SAPUI5 binding syntax, which allows for providing expressions instead of custom formatter functions.
SAP-UI5---Demo-Filtering-Using-SearchField
In SAP UI5, you can implement filtering using a SearchField control to allow users to search and filter data in a list or table. The SearchField control provides an input field where users can enter search terms, and you can use the entered value to filter the data accordingly.
SAP-UI5---Demo-Fragment-And-Dialog-Callbacks
Fragments are reusable UI elements that can be embedded into views, and dialogs are pop-up windows that display additional information or allow user interaction. You can use callbacks in SAPUI5 fragments and dialogs to handle user interactions and pass data between the fragment/dialog and the calling view.
SAP-UI5---Demo-Fragments-And-Dialogs
Fragments are light-weight UI parts (UI subtrees) which can be reused but do not have any controller. This means, whenever you want to define a certain part of your UI to be reusable across multiple views, or when you want to exchange some parts of a view against one another under certain circumstances.
SAP-UI5---Demo-Icons
SAPUI5 provides a variety of icons that you can use to enhance the user interface of your web applications. Icons can be used in buttons, menus, lists, and other UI elements to provide visual cues and improve the overall user experience.
SAP-UI5---Demo-Integration-Test-With-OPA
OPA (One Page Acceptance) is a testing framework provided by SAPUI5 for integration testing. OPA tests simulate user interactions with the application and check if the application behaves as expected.
SAP-UI5---Demo-Mock-Server-Configuration
In SAPUI5, the mock server mimics OData backend calls. It simulates the OData provider and is completely client-based, meaning that no network connectivity to a remote host is required. It intercepts HTTP calls made to the server and provides a fake output to the client.
SAP-UI5---Demo-Nested-Views
In SAPUI5, you can create nested views using mvc:XMLView by including one XML view within another XML view. This approach allows you to break down your user interface into smaller, reusable components.
SAP-UI5---Demo-Simple-Routing-And-Navigation
Routing and navigation are crucial aspects of building single-page applications (SPAs) to provide a smooth user experience. In SAPUI5, routing and navigation are handled by the sap.ui.core.routing library.
SAP-UI5---Demo-Sorting
In SAP UI5, Sorting the list items can be done on list by adding a declarative sorter to our binding syntax.
SAP-UI5---Demo-Styling-Using-Standard-Classes
SAP UI5 provides a set of standard CSS classes that you can use to style your application.
SAP-UI5---Demo-Unit-Test-With-QUnit
Unit testing is an essential part of the software development process, and SAP UI5 applications can be tested using QUnit, a popular JavaScript testing framework. QUnit is commonly used for testing client-side code, including UI5 applications.
SAP-UI5-Demo-Grouping
In SAP UI5, Grouping the list items can be done on list by adding a declarative sorter with group equals true to our binding syntax.
VaibhavMojidra
This repository is just for Vaibhav Mojidra GitHub Profile's README.md.
website-test
This repository is dedicated to website testing prior to going live. It does not contain stable code and is subject to changes. When no testing is in progress, you will find an index.html file with a 'No testing' message.