'How to create a Terminal / Console like layout in android studio [closed]

How to create a terminal or console like layout in android studio like the Termux android app has as shown in the image abovewhite text on the black background

I downloaded the termux app project prom github but didn't understand anything there



Solution 1:[1]

Create a recyclerview that alternates EditText and TextViews. The EditTexts will obviously be your input, and the TextViews will be output. Then just style as needed.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 eimmer