Skip to content
#

vaibhav-mojidra

Here are 131 public repositories matching this topic...

MS-SQL-Database-Query-Executer-Using-Java

Isn’t it annoying using the command line to execute Database Queries? If mistakenly closed the command line all queries are to be re-typed.!!! Copy Paste is also an annoying task on command line when you have to control by keyboard. Also, Using SQL Server Manager for executing simple queries consumes high memory. When it comes to developers, Usi…

  • Updated Nov 30, 2020
  • Java

Note Maker is a simple note making app to save notes. Front end is designed using Bootstrap 4 so its responsive to PC browser as well as mobile browser. Business Logic is coded in Java using JSP Servlets and Hibernate to connect Database. Microsoft SQL Server is used as database of this Project.

  • Updated Jan 3, 2021
  • Java

The ViewModelFactory is a class in the Android Architecture Components that is used to create instances of ViewModel classes. In Android, a ViewModel is used to store and manage data that is used in an activity or fragment, and survives configuration changes, such as screen rotation.

  • Updated May 24, 2021
  • Java

LiveData is an observable data holder class. Unlike a regular observable, LiveData is lifecycle-aware, meaning it respects the lifecycle of other app components, such as activities, fragments, or services. This awareness ensures LiveData only updates app component observers that are in an active lifecycle state.

  • Updated Jun 1, 2021
  • Java

LiveData is an observable data holder class. Unlike a regular observable, LiveData is lifecycle-aware, meaning it respects the lifecycle of other app components, such as activities, fragments, or services. Instead of viewmodel..observe and setting the value to view we can directly use in XML @{vm.obj}

  • Updated Jun 3, 2021
  • Java

Navigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within your app. Android Jetpack's Navigation component helps you implement navigation, from simple button clicks to more complex patterns, such as app bars and the navigation drawer.

  • Updated Jun 6, 2021
  • Java

RecyclerView makes it easy to efficiently display large sets of data. You supply the data and define how each item looks, and the RecyclerView library dynamically creates the elements when they're needed.When an item scrolls off the screen, RecyclerView doesn't destroy its view.Instead, it reuses the view for new items that have scrolled onscreen.

  • Updated Jun 8, 2021
  • Java

Improve this page

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

Learn more