ChatVoicePlayer
MaterialFX
ChatVoicePlayer | MaterialFX | |
---|---|---|
- | 13 | |
184 | 1,226 | |
- | - | |
0.0 | 2.5 | |
over 3 years ago | about 1 month ago | |
Java | Java | |
MIT License | GNU Lesser General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ChatVoicePlayer
We haven't tracked posts mentioning ChatVoicePlayer yet.
Tracking mentions began in Dec 2020.
MaterialFX
-
RecyclerView + Glide alternatives?
You can have a look at the VirtualizedFX which is a virtual flow that is written from scratch and inspired by Flowless. The author Palexdev (I think the person is on reddit), took inspiration from Flowless, and has documented the code quite well. You can have a look and also implement a virtual grid with it such as a GridView. Honestly, I tried making my virtual flow, that is simple with a few classes as possible (with adequate success), and the inspiration came from it. The VirtualizedFX has now been incorporated in MaterialFX which is another main project by the same author.
-
JavaFX table view not auto updating.
For a more detailed look, please refer to this link.
-
Migrating a JavaFX app to AtlantaFX themes
Probably MaterialFX, but I haven't worked with it yet.
-
How to make cards UI in JavaFX?
Unfortunately I'd like to say I have implemented them in my MaterialFX library but I still haven't done it Definitely on the ROADMAP though
-
MaterialFX reaches version 11.13.2
You can check the full change list here: Changelog
-
How do you limit the character input in a textfeild
You can also check out MaterialFX, the MFXTextField has an inbuilt feature to limit the characters
-
VirtualizedFX, a new VirtualFlow library for JavaFX
Currently, I use Flowless in my main project, MaterialFX and I really like its performance, its cells' concept, but it has some serious flaws:
-
How to prevent squashed elements in GUI on first launch
There's a way to calculate the minimum required width so that the text is not truncated. Check this utility in my JavaFX library: MaterialFX, LabelUtils
-
How to make an auto complete text field?
I could add the control to my project MaterialFX, but I recently did a huge update and currently I'm taking a little pause as usual. If you can wait you gave me a good idea and I can definitely add an auto complete field in the ROADMAP list. I can't give any ETA though
-
My attempt at modern UI-design with JavaFX
Not bad, well done but... Did you know that there's a successor to JFoenix? Take a look at my library here MaterialFX
What are some alternatives?
Native-Floyd-Steinberg-Dithering - Android library for native floyd steinberg dithering on bitmap
JFoenix - JavaFX Material Design Library
ijkplayer - Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.
Recaf - The modern Java bytecode editor
GiraffePlayer - android video player base on ijkplayer
rich-text-area
ContentManager - Android library for getting photo or video from a device gallery, cloud or camera. Working with samsung devices. Made by Stfalcon
JITWatch - Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.
Multimager - Multi Image Picker and Multi Image Capture Library
RichTextFX - Rich-text area for JavaFX
Butterfly - Butterfly - A full-featured navigation framework that supports ActivityćFragment and Compose
VirtualizedFX