comparison android/dw.cpp @ 2671:0ed61ddb9957

Add a mobile platform text file with instructions on how to create projects. iOS and Android currently can't be built using the command line system we use on other platforms, so these instructions provide the means to get Dynamic Windows running on mobile platfoms. There might be better ways to do this, so considering the information a work in progress. Also the Android C++ file had now incorrect requirement information.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 18 Oct 2021 12:44:57 +0000
parents e3a95940c18f
children a7868380098f
comparison
equal deleted inserted replaced
2670:e3a95940c18f 2671:0ed61ddb9957
3 * A GTK like GUI implementation of the Android GUI. 3 * A GTK like GUI implementation of the Android GUI.
4 * 4 *
5 * (C) 2011-2021 Brian Smith <brian@dbsoft.org> 5 * (C) 2011-2021 Brian Smith <brian@dbsoft.org>
6 * (C) 2011-2021 Mark Hessling <mark@rexx.org> 6 * (C) 2011-2021 Mark Hessling <mark@rexx.org>
7 * 7 *
8 * Requires Android API 19 (KitKat) or higher. 8 * Requires Android API 23 (Marshmallow) or higher.
9 * 9 *
10 */ 10 */
11 11
12 #include "dw.h" 12 #include "dw.h"
13 #include <stdlib.h> 13 #include <stdlib.h>