Relative Content

Tag Archive for ui

Re-usable UI components for mobile apps

I see a few super apps on mobile that partner with other apps to provide their services without leaving the super app. How are they achieving this with regard to UI components?
The back-end is made re-usable using APIs but when it comes to UI components, how do they embed UI of another app into the super app? Do they use micro-front ends or embedded SDK or any other technology?

Best practice with respect to anonymous classes in UI applications

When working with user interface based Java programs, one way of attaching behaviour to a certain actions (e.g. to a button click) is through the use of anonymous classes. In the example below, the GUI framework is SWT, however I have the same issues with Swing or Android UI components. Namely the structuring of my programs.