There are no reviews yet. Be the first to send feedback to the community and the maintainers!
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.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.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.Push-Notifications-Below-And-Above-Android-Oreo-Common-Code-Using-Java
Common Code for Push Notifications below And above Android OreoNote-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.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.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 CloudAndroid-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.Java-MCQ-Web-Application
This is a java web application for Java Multiple Choice Questions Exam.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.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.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.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.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.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.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 BindingAndroid-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.Love Open Source and this site? Check out how you can help us