JGoodies for Android?

I am looking for a plugin library for Android, like JGoodies for Swing.

It must be configured with or without an existing library (which means that if the library exists, it displays the user interface component for the library, otherwise, android ui is used) by default

Regards, QIWI

+4
source share
2 answers

Although I don't know how JGoodies are, I think the following two links will help you:

+1
source

I think the answers still don't make sense to JGoodies (and where I assume the question is not about look and feel). This is basically not a library of views and sensations, it is a mechanism for automatically including relevant events in the GUI, based on other changes on the same screen.

+1
source

Source: https://habr.com/ru/post/1384928/


All Articles