You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
add screenshot; update README
This commit is contained in:
@@ -21,8 +21,8 @@ A:
|
||||
For one, it doesn't use any of the complex compat layers, it just directly subclasses Activity.
|
||||
Second, it uses only two basic UI elements (TextView and LinearLayout), and yes these are
|
||||
the only ones implemented (and partially at that, only the absolutely required functionality).
|
||||
Third, it doesn't do much - it just sets up it's static, non-changing UI, and since the current
|
||||
GUI implementation is just printing stuff to stdout, we might as well let the app finish after onCreate.
|
||||
Third, it doesn't do much - it just sets up it's static, non-changing UI (though it can process
|
||||
a layout xml, as well as reflect changes to a TextView done in OnCreate)
|
||||
|
||||
##### Roadmap:
|
||||
|
||||
@@ -33,3 +33,8 @@ then we need to settle on language / UI toolkit.
|
||||
I would like to shim stuff to C for performance, and use GTK 4 for UI - because
|
||||
that seems like a lot of fun, and we need to be honest with ourselves, why
|
||||
would anyone help with this project if not for fun ;)
|
||||
|
||||
__UPDATE__:
|
||||
|
||||
- Started work on shimming stuff to C
|
||||
- Use Gtk4 for displaying the app's GUI (see screenshot.png)
|
||||
|
||||
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 265 KiB |
Reference in New Issue
Block a user