Skip to content

Commit e873dcf

Browse files
authored
Add MobileUI and Mobile Development Category (akullpp#862)
1 parent 8579e05 commit e873dcf

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ A curated list of awesome Java frameworks, libraries and software.
4747
- [Messaging](#messaging)
4848
- [Microservice](#microservice)
4949
- [Miscellaneous](#miscellaneous)
50+
- [Mobile Development](#mobile-development)
5051
- [Monitoring](#monitoring)
5152
- [Native](#native)
5253
- [Natural Language Processing](#natural-language-processing)
@@ -622,7 +623,6 @@ _Tools for creating and managing microservices._
622623

623624
_Everything else._
624625

625-
- [Codename One](https://www.codenameone.com) - Cross-platform solution for writing native mobile apps. (GPL-2.0-only WITH Classpath-exception-2.0)
626626
- [CQEngine](https://github.com/npgall/cqengine) - Ultra-fast, SQL-like queries on Java collections.
627627
- [Design Patterns](https://github.com/iluwatar/java-design-patterns) - Implementation and explanation of the most common design patterns.
628628
- [Failsafe](https://github.com/jhalterman/failsafe) - Simple failure handling with retries and circuit breakers.
@@ -642,7 +642,6 @@ _Everything else._
642642
- [MinimalFTP](https://github.com/Guichaguri/MinimalFTP) - Lightweight, small and customizable FTP server.
643643
- [Modern Java - A Guide to Java 8](https://github.com/winterbe/java8-tutorial) - Popular Java 8 guide.
644644
- [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.
646645
- [OctoLinker](https://github.com/OctoLinker/OctoLinker) - Browser extension which allows to navigate through code on GitHub more efficiently.
647646
- [OpenRefine](http://openrefine.org) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases.
648647
- [PipelinR](https://github.com/sizovs/pipelinr) - Small utility library for using handlers and commands with pipelines.
@@ -654,6 +653,14 @@ _Everything else._
654653
- [XMLBeam](https://github.com/SvenEwald/xmlbeam) - Processes XML by using annotations or XPath within code.
655654
- [yGuard](https://github.com/yWorks/yGuard) - Obfuscation via renaming and shrinking.
656655

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.
663+
657664
### Monitoring
658665

659666
_Tools that monitor applications in production._

0 commit comments

Comments
 (0)