Vaibhav Mojidra (@VaibhavMojidra)
  • Stars
    star
    48
  • Global Rank 351,264 (Top 13 %)
  • Followers 20
  • Following 3
  • Registered over 5 years ago
  • Most used languages
    Java
    44.4 %
    Kotlin
    38.9 %
    JavaScript
    5.6 %
    Python
    5.6 %
    HTML
    5.6 %
  • Location ๐Ÿ‡ฎ๐Ÿ‡ณ India
  • Country Total Rank 12,657
  • Country Ranking
    Java
    1,095
    Kotlin
    1,159

Top repositories

1

Send-Notification-from-one-user-to-another-using-Firebase-using-JAVA

Send Notification from one user to another using Firebase Cloud Messaging by retrofit library.
Java
19
star
2

Doctor-s-Appointment-Application-Using-Firebase

This is an Android based application using Firebase. Use to fix an appointment with any doctor and can search for symptoms for any disease.
Java
10
star
3

Virtual-Machine-Operating-System-VMOS-Using-Java

VMOS is A Virtual Operating System. It is Multithreading Operating System.i.e performs multiple task at same time.
Java
5
star
4

Push-Notifications-Below-And-Above-Android-Oreo-Common-Code-Using-Java

Common Code for Push Notifications below And above Android Oreo
Java
2
star
5

Note-Maker-Web-App-Using-Bootstrap-4-Hibernate-JSP-Servlet

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.
Java
2
star
6

SAP-UI5---Demo-Descriptor-For-Applications-Or-Manifest-JSON

In SAPUI5, the Descriptor for Applications (often referred to as the "app descriptor" or "manifest.json") is a JSON file that is used to configure and describe various aspects of a SAPUI5 application.
HTML
1
star
7

Tracker-App-Using-React-Native-And-MongoDB

Tracker App is an tracking application which allow you to record and save the tracks/routes that you have been walk through. This app is made over React Native hence it runs on both IOS and Android. And all the data is stored on MongoDB Cloud
JavaScript
1
star
8

Android-Jetpack-Compose---Demo-Scrollable-Column

In Android Jetpack Compose, the equivalent of ListView for creating a scrollable column is the Column composable. While Column alone doesn't have built-in support for efficiently handling large datasets or dynamic content, you can combine it with other components to achieve similar functionality.
Kotlin
1
star
9

Java-MCQ-Web-Application

This is a java web application for Java Multiple Choice Questions Exam.
Java
1
star
10

Android-Jetpack-Compose---Demo-TextField

Android Jetpack Compose provides the TextField component, which is a flexible and customizable text input field for building user interfaces in Android apps. The TextField in Jetpack Compose offers a more declarative and composable approach compared to traditional Android EditText views.
Kotlin
1
star
11

Send-Notification-from-one-user-to-another-using-Firebase-using-KOTLIN

Send Notification from one user to another using Firebase Cloud Messaging by retrofit library.
Kotlin
1
star
12

Android-Jetpack-Compose---Demo-Lazy-Column

In Android Jetpack Compose, the equivalent of RecyclerView for creating a scrollable column with efficient item handling and recycling is the LazyColumn composable. It provides similar functionality to RecyclerView, such as handling large datasets, recycling and reusing item views, and efficiently rendering only the visible items on the screen.
Kotlin
1
star
13

Android-Kotlin---Demo-2-Work-Manager-Periodic-Work-Request

A PeriodicWorkRequest is a specific type of work request in WorkManager that allows you to schedule a task to be repeated at fixed intervals. It's useful for executing tasks that need to occur periodically, such as syncing data with a server or performing regular maintenance tasks.
Kotlin
1
star
14

Android-Java---Demo-2-Navigation-Architecture-Components

Navigation is a framework for navigating between 'destinations' within an Android application that provides a consistent API whether destinations are implemented as Fragments, Activities, or other components.
Java
1
star
15

Python---Demo-Reading-CSV-Rows-As-Dictionary

The csv library provides functionality to both read from and write to CSV files. Designed to work out of the box with Excel-generated CSV files, it is easily adapted to work with a variety of CSV formats. The csv library contains objects and other code to read, write, and process data from and to CSV files.
Python
1
star
16

Popular-Movies-Artists-TV-Shows-Using-Clean-Architecture

Popular Movies, Artists & TV Shows (PMATS) is a demo project to demonstrate app made using latest android app architecture components and using Clean Architecture Model where there is separation of concern. Fetches data from remote data source using Retrofit. Stores data to local data source using Room DB. Fetches data from local data source using Room DB. Stores data to cache data source using caching technique. Fetches data from cache data source using caching technique. Using Dagger for dependency injection and separation of concern. Using MVVM and Data Binding
Kotlin
1
star
17

Android-Java---Demo-Hilt

Android Hilt is a dependency injection framework provided by Google for Android app development. It is built on top of the popular dependency injection library called Dagger. Hilt simplifies the process of implementing dependency injection in Android applications and helps manage the dependencies of your app's components.
Java
1
star
18

Android-Kotlin---Demo-Two-Way-Data-Binding

The Data Binding Library is a support library that allows you to bind UI components in your layouts to data sources in your app using a declarative format rather than programmatically.
Kotlin
1
star