summaryrefslogtreecommitdiff
path: root/README.Android.txt
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-03-12 20:10:49 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-03-12 20:10:49 +0000
commitb0a514366eed9b5ef4d7f99768af0d7e89755728 (patch)
tree7c175f0e1ade365bd2a259286c803f40f9bb2618 /README.Android.txt
parent1b52ead802e1f3b24c33cadacb8d67dbfb209253 (diff)
Android: added support for Fl::add_timeout() and friends.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12742 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'README.Android.txt')
-rw-r--r--README.Android.txt21
1 files changed, 17 insertions, 4 deletions
diff --git a/README.Android.txt b/README.Android.txt
index e31811766..58c817e48 100644
--- a/README.Android.txt
+++ b/README.Android.txt
@@ -9,7 +9,8 @@ WARNING: FLTK FOR ANDROID IS WORK IN PROGRESS IN A PRETTY EARLY STAGE.
==========
1 Building FLTK with Android Studio 3
- 2 DOCUMENT HISTORY
+ 2 Limitation of FLTK on Android
+ 3 DOCUMENT HISTORY
BUILDING FLTK SAMPLE WITH ANDROID STUDIO 3
@@ -31,9 +32,21 @@ device, you are ready to install FLTK.
- click "run"; the project should compile and run out of the box
+ Limitation of FLTK on Android
+===============================
+
+Android support for FLTK is in a very early stage. As of March 2018, very basic
+rendering work and mouse clicks are detected.
+
+- the screen size is currently always 600x800 and is scaled up
+- there is no support for multiple windows (yet)
+
+
DOCUMENT HISTORY
==================
-Mar 6 2018 - matt: moved project to ide/AndroidStudio3/
-Mar 2 2018 - matt: rewriting Android port and documentation from scratch
-Feb 9 2016 - matt: recreated document with more warnings and active support
+Mar 12 2018 - matt: started list of limitation that serevs as information to the
+ user as much as a todo list for core developers
+Mar 6 2018 - matt: moved project to ide/AndroidStudio3/
+Mar 2 2018 - matt: rewriting Android port and documentation from scratch
+Feb 9 2016 - matt: recreated document with more warnings and active support