Vaibhav Mojidra (VaibhavMojidra)

VaibhavMojidra

Geek Repo

Company:Deloitte USI

Location:Mumbai

Home Page:https://vaibhavmojidra.github.io/site/

Twitter:@VaibhavMojidra

Github PK Tool:Github PK Tool

Vaibhav Mojidra's repositories

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.

Language:KotlinLicense:MITStargazers:0Issues:1Issues:0

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.

Language:KotlinLicense:MITStargazers:0Issues:1Issues:0

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.

Language:KotlinLicense:MITStargazers:0Issues:1Issues:0

Android-Kotlin---Demo-Flows

Kotlin Flows are particularly useful in Android development due to their ability to handle asynchronous operations and data streams efficiently.

Language:KotlinLicense:MITStargazers:0Issues:1Issues:0

code-comment-generate-using-ai-prompt-helper

This a basic website which help you generate comments for code giving you prompt for AI

Language:HTMLStargazers:0Issues:0Issues:0

DemoAndroidAppForGitPratice

This is repository for Git Android Dev Team practices only

Language:KotlinStargazers:0Issues:0Issues:0
Language:KotlinStargazers:0Issues:0Issues:0

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.

Language:HTMLLicense:MITStargazers:0Issues:1Issues:0

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.

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

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.

Language:HTMLLicense:MITStargazers:0Issues:1Issues:0

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.

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

SAP-UI5---Demo-Data-Types

SAP UI5 provides a variety of data types that can be used to format, parse, and validate data

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

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.

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

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.

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

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.

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0

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.

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

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.

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

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.

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

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.

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

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.

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

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.

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

SAP-UI5---Demo-Shell-Control-As-Container

The Shell Container is a key component in SAPUI5 that provides a common frame for applications, making them look and feel consistent within the SAP ecosystem.

Language:HTMLLicense:MITStargazers:0Issues:0Issues:0

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.

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

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.

Language:HTMLLicense:MITStargazers:0Issues:1Issues:0

SAP-UI5---Demo-Styling-Using-Standard-Classes

SAP UI5 provides a set of standard CSS classes that you can use to style your application.

Language:HTMLLicense:MITStargazers:0Issues:1Issues:0

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.

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

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.

Language:HTMLLicense:MITStargazers:0Issues:1Issues:0

site

Caution: This repository of Vaibhav Mojidra's live website is strictly copyrighted by Vaibhav Mojidra.

Language:HTMLStargazers:0Issues:1Issues:0

VaibhavMojidra

This repository is just for Vaibhav Mojidra GitHub Profile's README.md.

Stargazers:0Issues:1Issues:0

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.

Language:HTMLStargazers:0Issues:1Issues:0