You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ A curated list of awesome Java frameworks, libraries and software.
47
47
-[Messaging](#messaging)
48
48
-[Microservice](#microservice)
49
49
-[Miscellaneous](#miscellaneous)
50
+
-[Mobile Development](#mobile-development)
50
51
-[Monitoring](#monitoring)
51
52
-[Native](#native)
52
53
-[Natural Language Processing](#natural-language-processing)
@@ -622,7 +623,6 @@ _Tools for creating and managing microservices._
622
623
623
624
_Everything else._
624
625
625
-
-[Codename One](https://www.codenameone.com) - Cross-platform solution for writing native mobile apps. (GPL-2.0-only WITH Classpath-exception-2.0)
626
626
-[CQEngine](https://github.com/npgall/cqengine) - Ultra-fast, SQL-like queries on Java collections.
627
627
-[Design Patterns](https://github.com/iluwatar/java-design-patterns) - Implementation and explanation of the most common design patterns.
628
628
-[Failsafe](https://github.com/jhalterman/failsafe) - Simple failure handling with retries and circuit breakers.
@@ -642,7 +642,6 @@ _Everything else._
642
642
-[MinimalFTP](https://github.com/Guichaguri/MinimalFTP) - Lightweight, small and customizable FTP server.
643
643
-[Modern Java - A Guide to Java 8](https://github.com/winterbe/java8-tutorial) - Popular Java 8 guide.
644
644
-[Modernizer](https://github.com/gaul/modernizer-maven-plugin) - Detect uses of legacy Java APIs.
645
-
-[Multi-OS Engine](https://multi-os-engine.org) - Open-source, cross-platform engine to develop native mobile (iOS, Android, etc.) apps.
646
645
-[OctoLinker](https://github.com/OctoLinker/OctoLinker) - Browser extension which allows to navigate through code on GitHub more efficiently.
647
646
-[OpenRefine](http://openrefine.org) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases.
648
647
-[PipelinR](https://github.com/sizovs/pipelinr) - Small utility library for using handlers and commands with pipelines.
@@ -654,6 +653,14 @@ _Everything else._
654
653
-[XMLBeam](https://github.com/SvenEwald/xmlbeam) - Processes XML by using annotations or XPath within code.
655
654
-[yGuard](https://github.com/yWorks/yGuard) - Obfuscation via renaming and shrinking.
656
655
656
+
### Mobile Development
657
+
658
+
_Tools for creating or managing mobile applications._
659
+
660
+
-[Codename One](https://www.codenameone.com) - Cross-platform solution for writing native mobile apps. (GPL-2.0-only WITH Classpath-exception-2.0)
661
+
-[MobileUI](https://mobileui.dev) - Cross-platform framework for developing mobile apps with native UI in Java and Kotlin.
662
+
-[Multi-OS Engine](https://multi-os-engine.org) - Open-source, cross-platform engine to develop native mobile (iOS, Android, etc.) apps.
0 commit comments