Pinned Repositories
Angular
Demos and Exercises with AngularJS
Binary-Search
Example of a Java Class for binary search of an array with integers
capacitor-music-controller
This project implements a music controls in capacitor v3
capacitor-music-controls-plugin
An update to Cordova Music Controls plugin to support Capacitor
capacitor-music-controls-plugin-v3
An update to Cordova Music Controls plugin to support Capacitor V3
cordova-bring-to-front
Cordova plugin to bring app to foreground when it is hidden
cordova-music-controls-plugin
A Cordova plugin displaying music controls in notifications (cordova-plugin-music-controls)
cordova-plugin-background-mode
Keep app running in background
cordova-plugin-foreground-service
Enable background processing with a foreground ongoing notification.
cordova-plugin-media
Apache Cordova Plugin media
NorthFred's Repositories
NorthFred/Binary-Search
Example of a Java Class for binary search of an array with integers
NorthFred/Generic-or-Functional-Interfaces
3 examples of usage of Generic or Functional Interfaces with Lambda Expressions
NorthFred/gradle-release-plugin
A simplistic approach to a project release cycle by following the most common practice
NorthFred/Java-Enum-examples
Examples of Enum classes. How to get the values from the enum objects. In this case, the enum class must contain a constructor to set the value, and a public accessor to fetch the value.
NorthFred/Java-Inheritance
Java inheritance example. People > Student | Teacher
NorthFred/Java-Inheritance-Product-Container
Java Class Exercise: Inheritance and using a tool (in different class) to record the history of changes.
NorthFred/Java-Interface-Calculations-1-
Classic example of Java Interface usage in OOP.
NorthFred/Java-Interface-Calculations-2-using-Lambda-Expressions
Using lambda expressions with interfaces (functional programming with Java)
NorthFred/Java-Interface-Storing-things-in-boxes
NorthFred/Java-Online-Shop-Example
An example using List interfaces (ArrayList, Set, Map) to simulate an online shopping experience. Each class (Purchase, ShoppingBasket, Shop, Storehouse) have their own Main program for testing. The full program is tested using "TestShop".
NorthFred/Java-Simple-Interface-Example
An interface test in Java. The interface class is called "Readable". The classes "SMS" and "EBook" implement the method from the interface. "InterfaceTest.java" can be used for testing (main).
NorthFred/Java-Streams-and-Collectors
Some examples on using stream to process data lists. Filtered lists are caught / collected with Collectors.toList()
NorthFred/Java-using-Lambda-Expressions
Usage of Lambda Expressions. Example with String combination and printing.
NorthFred/Raspberry_Pi-Robot
Rasperry Pi Robot Car with Sensors and Camera
NorthFred/Small-Tests
Small Java coding tests for familiarization