Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by VaibhavMojidra
A curated list of projects in awesome lists by VaibhavMojidra .
https://github.com/vaibhavmojidra/python---demo-string
A string is a sequence of characters. A character is simply a symbol.
mojidra python python3 strings strings-manipulation vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java-web---demo-ajax-1
ajax java javascript jsp jsp-servlet mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/sap-ui5---demo-using-builtin-ui-modules
UI modules in SAPUI5 typically refer to reusable components or libraries that developers can use to build the user interface of their applications. These modules are essential building blocks for creating consistent, visually appealing, and interactive user interfaces.
fiori javascript mojidra sap ui5 vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/blog-app-using-react-native
Blog App Using React Native where we can add delete update read the blogs
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/calculator-using-kotlin-desktop-application
Calculator Using Kotlin Desktop Application without operational logic we have use eval function to make it work for heavy calculations.
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin-demo-notification-tap-action
Every notification should respond to a tap, usually to open an activity in your app that corresponds to the notification. To do so, you must specify a content intent defined with a PendingIntent object and pass it to setContentIntent().
android-kotlin mojidra notification-android notifications vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin---demo-pure-dependency-injection-using-methods
Dependency injection (DI) is a technique widely used in programming and well suited to Android development. By following the principles of DI, you lay the groundwork for good app architecture. Implementing dependency injection provides you with the following advantages: 1. Reusability of code 2. Ease of refactoring 3. Ease of testing
android android-development dependency-injection kotlin mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin---demo-work-manager-periodic-request
WorkManager is the recommended solution for persistent work. Work is persistent when it remains scheduled through app restarts and system reboots. Because most background processing is best accomplished through persistent work, WorkManager is the primary recommended API for background processing.
android android-application android-studio androidarchitecturecomponets mojidra vaibhav vaibhav-mojidra vaibhavmojidra workmanager-kotlin
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin---demo-work-manager-one-time-request
WorkManager is the recommended solution for persistent work. Work is persistent when it remains scheduled through app restarts and system reboots. Because most background processing is best accomplished through persistent work, WorkManager is the primary recommended API for background processing.
android android-application android-studio androidarchitecturecomponets mojidra vaibhav vaibhav-mojidra vaibhavmojidra work-manager work-manager-kotlin
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin---demo-work-manager-chaining
WorkManager is the recommended solution for persistent work. Work is persistent when it remains scheduled through app restarts and system reboots. Because most background processing is best accomplished through persistent work, WorkManager is the primary recommended API for background processing.
android android-library androidarchitecturecomponets mojidra vaibhav vaibhav-mojidra vaibhavmojidra workmanager workmanager-kotlin
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin---push-notifications-below-and-above-android-oreo
A notification is a message that Android displays outside your app's UI to provide the user with reminders, communication from other people, or other timely information from your app. Users can tap the notification to open your app or take an action directly from the notification.
android-kotlin androidstudio mojidra notifications vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin---demo-simple-data-binding
vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin---demo-pure-dependency-injection-using-constructor
Dependency injection (DI) is a technique widely used in programming and well suited to Android development. By following the principles of DI, you lay the groundwork for good app architecture. Implementing dependency injection provides you with the following advantages: 1. Reusability of code 2. Ease of refactoring 3. Ease of testing
android android-kotlin android-studio dependency-injection kotlin mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin---demo-room-db
The Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.
android kotlin kotlin-android livedata-viewmodel mojidra room room-database vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin---demo-recyclerview
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.
android android-kotlin mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin---demo-navigation-architecture-components-kotlin
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.
android android-architecture-components databinding kotlin mojidra navigation-architecture-component vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin---demo-notification-action-buttons
A notification can offer up to three action buttons that allow the user to respond quickly, such as snooze a reminder or even reply to a text message. But these action buttons should not duplicate the action performed when the user taps the notification.
android android-application android-development android-library android-notification android-sdk android-studio mojidra notifications-action-button vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin---demo-dagger-2-using-application-class-for-shared-component
Dagger 2 is one of dependency injection framework in Android that can provide us dependencies in a particular class. It’s probably the most used dependency injection framework in Android development.
android android-application androidarchitecturecomponets dagger dagger2 dagger2-android dependency-injection mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin---demo-notification-direct-reply
The direct reply action, introduced in Android 7.0 (API level 24), allows users to enter text directly into the notification, which is delivered to your app without opening an activity. For example, you can use a direct reply action to let users reply to text messages or update task lists from within the notification.
android android-application android-studio mojidra notifications vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin---demo-dagger-2-field-injection
Dagger 2 is one of dependency injection framework in Android that can provide us dependencies in a particular class. It’s probably the most used dependency injection framework in Android development.
android android-application android-development android-kotlin dagger2 dagger2-android dependency-injection mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin---demo-pure-dependency-injection-using-field
Dependency injection (DI) is a technique widely used in programming and well suited to Android development. By following the principles of DI, you lay the groundwork for good app architecture. Implementing dependency injection provides you with the following advantages: 1. Reusability of code 2. Ease of refactoring 3. Ease of testing
android android-application android-studio dependency-injection kotlin kotlin-android mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin---demo-dagger-2-module-demo
Dagger 2 is one of dependency injection framework in Android that can provide us dependencies in a particular class. It’s probably the most used dependency injection framework in Android development.
android android-development android-kotlin dagger dagger2 dagger2-android mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-java---demo-work-manager-one-time-request
WorkManager is the recommended solution for persistent work. Work is persistent when it remains scheduled through app restarts and system reboots. Because most background processing is best accomplished through persistent work, WorkManager is the primary recommended API for background processing.
android android-studio androidarchitecturecomponets mojidra vaibhav vaibhav-mojidra vaibhavmojidra workmanager
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin---demo-dagger-2-injecting-interface
Dagger 2 is one of dependency injection framework in Android that can provide us dependencies in a particular class. It’s probably the most used dependency injection framework in Android development.
android android-kotlin android-studio dagger2 dagger2-android dependency-injection mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin---demo-live-data
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.
android androidarchitecturecomponets kotlin livedata mojidra vaibhav vaibhav-mojidra vaibhavmojidra viewmodel
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin---demo-dagger-2-singleton
Dagger 2 is one of dependency injection framework in Android that can provide us dependencies in a particular class. It’s probably the most used dependency injection framework in Android development. Singleton annotation can be put in other component and as long as the component alive the singleton annotated object will alive as well.
android android-application android-kotlin androidarchitecturecomponets dagger dagger2 dagger2-android dependency-injection mojidra singleton-scope vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin---demo-dagger-2-state-of-module
Dagger 2 is one of dependency injection framework in Android that can provide us dependencies in a particular class. It’s probably the most used dependency injection framework in Android development.
android android-application androidarchitecturecomponets dagger dagger2 dagger2-android dependency-injection mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-java---demo-work-manager-periodic-request
WorkManager is the recommended solution for persistent work. Work is persistent when it remains scheduled through app restarts and system reboots. Because most background processing is best accomplished through persistent work, WorkManager is the primary recommended API for background processing.
android android-development android-library android-studio androidarchitecturecomponets mojidra vaibhav vaibhav-mojidra vaibhavmojidra workmanager workmanager-architecturecomponent
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-java-demo-notification-tap-action
Every notification should respond to a tap, usually to open an activity in your app that corresponds to the notification. To do so, you must specify a content intent defined with a PendingIntent object and pass it to setContentIntent().
android-library android-studio mojidra notifications tap-action vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-java---demo-room-db
The Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.
android-java androidarchitecturecomponets mojidra room-database room-persistence-library vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin---demo-dagger-2-constructor-injection
Dagger 2 walks through the dependency graph and generates code that is both easy to understand and trace, while also saving you from writing a large amount of boilerplate code you would normally need to write by hand to obtain references and pass them to other objects as dependencies.
android android-app android-kotlin dagger dagger2 dagger2-android dependency-injection mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-java---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.
android androidarchitecturecomponets data-binding live-data livedata mojidra two-way-databinding vaibhav vaibhav-mojidra vaibhavmojidra viewmodel
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-java---demo-pure-dependency-injection-using-field
Dependency injection (DI) is a technique widely used in programming and well suited to Android development. By following the principles of DI, you lay the groundwork for good app architecture. Implementing dependency injection provides you with the following advantages: 1. Reusability of code 2. Ease of refactoring 3. Ease of testing
android android-development dependency-injection kotlin kotlin-android mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-java---demo-recyclerview
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.
android android-ktx mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-java---demo-pure-dependency-injection-using-methods
Dependency injection (DI) is a technique widely used in programming and well suited to Android development. By following the principles of DI, you lay the groundwork for good app architecture. Implementing dependency injection provides you with the following advantages: 1. Reusability of code 2. Ease of refactoring 3. Ease of testing
android android-application dependency-injection java mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-java---demo-pure-dependency-injection-using-constructor
Dependency injection (DI) is a technique widely used in programming and well suited to Android development. By following the principles of DI, you lay the groundwork for good app architecture. Implementing dependency injection provides you with the following advantages: 1. Reusability of code 2. Ease of refactoring 3. Ease of testing
android android-library android-studio dependency-injection kotlin-android mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-java---demo-notification-direct-reply
The direct reply action, introduced in Android 7.0 (API level 24), allows users to enter text directly into the notification, which is delivered to your app without opening an activity. For example, you can use a direct reply action to let users reply to text messages or update task lists from within the notification.
android android-app android-application android-studio mojidra notifications vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-java---demo-navigation-architecture-components-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.
android android-architecture-components android-java architecture databinding java mojidra navigation-architecture-component vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-java---demo-dagger-2-using-application-class-for-shared-component
Dagger 2 is one of dependency injection framework in Android that can provide us dependencies in a particular class. It’s probably the most used dependency injection framework in Android development.
android android-application android-java androidarchitecturecomponets dagger dagger2 dagger2-android dependency-injection mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-java---demo-notification-action-buttons
A notification can offer up to three action buttons that allow the user to respond quickly, such as snooze a reminder or even reply to a text message. But these action buttons should not duplicate the action performed when the user taps the notification.
android android-application android-studio mojidra notifications vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-java---demo-data-binding-with-objects-viewmodel
Instead of using onclick listener for binding.buttton and calling the change() of ViewModel we can directly bind it in <data> tage where we create viewmodal obj and call the change() in button onClick attribute.
android androidarchitecturecomponets livedata mojidra vaibhav vaibhav-mojidra vaibhavmojidra viewmodel
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-java---demo-dagger-2-singleton
Dagger 2 is one of dependency injection framework in Android that can provide us dependencies in a particular class. It’s probably the most used dependency injection framework in Android development. Singleton annotation can be put in other component and as long as the component alive the singleton annotated object will alive as well.
android android-app android-application androidarchitecturecomponets dagger-android dagger2 dagger2-android dependency-injection mojidra singleton-scope vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-java---demo-dagger-2-state-of-module
Dagger 2 is one of dependency injection framework in Android that can provide us dependencies in a particular class. It’s probably the most used dependency injection framework in Android development.
android android-app android-application android-studio dagger dagger2 dagger2-android mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-java---demo-2-simple-data-binding
In Android, 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.
android android-java coding data-binding mojidra programming vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/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.
database hibernate jsp-servlets maker mojidra pc-browser vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/node.js-demo---asynchronous-non-blocking
Running code in seperate Thread i.e asyncronously
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/node.js-demo---require-and-module.exports
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-while-loop
While loop is used to iterate a part of the program repeatedly until the specified Boolean condition is true. As soon as the Boolean condition becomes false, the loop automatically stops.
java mojidra vaibhav vaibhav-mojidra vaibhavmojidra while while-loop
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-primitive-data-type-float
The float data type is a single-precision 32-bit IEEE 754 floating point.Its value range is unlimited. It is recommended to use a float (instead of double) if you need to save memory in large arrays of floating point numbers. The double data type is a double-precision 64-bit IEEE 754 floating point. Its value range is unlimited.
data-types double float java mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-primitive-data-type-char
The char data type is a single 16-bit Unicode character. Its value-range lies between '\u0000' (or 0) to '\uffff' (or 65,535 inclusive).The char data type is used to store characters.
char data-type data-type-char java mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java-web---demo-ajax-3
ajax java javascript jsp jsp-servlet mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java-console-sample-data-set-generator
This API allows user to generator different random list.
api data-structures jar java mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-switch-case
Switch statement executes one statement from multiple conditions. It is like if-else-if ladder statement. The switch statement works with byte, short, int, long, enum types, String and some wrapper types like Byte, Short, Int, and Long. Since Java 7, you can use strings in the switch statement.
mojidra switch switch-case vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-relational-operators-logical-operators
The == and != operators can be used with any primitive data types as well as objects. The <, >, <=, and >= can be used with primitive data types that can be represented in numbers. Logical operators are used to performing logical “AND”, “OR” and “NOT” operations, i.e. the function similar to AND gate and OR gate in digital electronics.
java logical mojidra operators relational vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-primitive-data-type-integer
Primitive Integer data types - includes byte, short, int, long. The byte data type is an 8-bit signed two's complement integer. The short data type is a 16-bit signed two's complement integer. the int data type is a 32-bit signed two's complement integer. The long data type is a 64-bit two's complement integer.
byte data-type int integer java long mojidra primitive short vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-string-and-string-methods
In Java, string is basically an object that represents sequence of char values. An array of characters works same as Java string. Java String class provides a lot of methods to perform operations on strings such as compare(), concat(), equals(), split(), length(), replace(), compareTo(), intern(), substring() etc.
data-type-string java mojidra string string-methods vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-arrays
Java array is an object which contains elements of a similar data type. Additionally, The elements of an array are stored in a contiguous memory location. It is a data structure where we store similar elements. We can store only a fixed set of elements in a Java array.
arrays arrays-in-java java mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-scanner-class-in-java
Scanner is a class in java.util package used for obtaining the input of the primitive types like int, double, etc. and strings. It is the easiest way to read input in a Java program, though not very efficient if you want an input method for scenarios where time is a constraint like in competitive programming.
input-from-user java mojidra scanner-class vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/data-structures---binary-tree-in-java
A tree in which each node (parent) has at most two-child nodes (left and right) is called a binary tree. The top most node is called the root node. In a binary tree a node contains the data and the pointer (address) of the left and right child node.
algorithms data-structures java mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-arithmetic-operators
The Java programming language supports various arithmetic operators for all floating-point and integer numbers. These operators are + (addition), - (subtraction), * (multiplication), / (division), and % (modulo).
arithmetic-operators basic-math-operations java mojidra operators vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-for-loop
A for loop is a repetition control structure that allows you to efficiently write a loop that needs to be executed a specific number of times
for for-loop java mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/react-native-demo---drawer-navigation-demo
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-if-else-and-elseif
if to specify a block of code to be executed, if a specified condition is true. else to specify a block of code to be executed, if the same condition is false. else if to specify a new condition to test, if the first condition is false.
else elseif if if-else if-else-elseif java mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/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
mojidra mongodb react-native vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/react-native-demo---state-demo-using-colors-app
Last synced: 06 Nov 2024