fltk/ide/AndroidStudio3
Matthias Melcher 1bb5eea696 Android: implemented complex clipping at the first level.
Clipping areas are calculated for overlapping windows, named "Desktop
Windows". The first level implementation works if the resulting complex
region is just a rectangle. Higher complexity (sub-rectangles) is next.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12746 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2018-03-14 23:13:48 +00:00
..
app Android: implemented complex clipping at the first level. 2018-03-14 23:13:48 +00:00
FL Android: moved include files as well 2018-03-05 23:27:31 +00:00
gradle/wrapper Android: moved to IDE directory. 2018-03-05 23:17:51 +00:00
AndroidStudio3.iml Android: moved to IDE directory. 2018-03-05 23:17:51 +00:00
build.gradle Android: moved to IDE directory. 2018-03-05 23:17:51 +00:00
gradlew Android: moved to IDE directory. 2018-03-05 23:17:51 +00:00
gradlew.rename_to_bat Android: yet another name for the .bat file 2018-03-06 20:26:44 +00:00
HelloAndroid.iml Android: moved to IDE directory. 2018-03-05 23:17:51 +00:00
README.md Android: moved to IDE directory. 2018-03-05 23:17:51 +00:00
settings.gradle Android: finally taught AndroidStudio where the SVN root directory is 2018-03-10 17:35:00 +00:00

Hello Android

Hello Android is an FLTK sample app that derives from the Android Studio sample project Native Plasma. This sample uses Android Studio 3 and CMake.

Pre-requisites

  • Android Studio 3.0+ with NDK bundle.

Getting Started

  1. Download Android Studio
  2. Launch Android Studio.
  3. Open the Android directory inside the FLTK directory.
  4. Open the AndroidStudio project by loading the HelloAndroid directory.
  5. Click Run/Run 'app'.

Micrososft Windows Users

The file 'gradlew.zip' must be unzipped before you can use AndroidStudio. It contains the required file 'gradlew.bat'. This was neccessary because some svn setups block anything that looks like an executable file, including files that end in .bat .

Support

If you've found an error in these samples, please file an issue. Patches are encouraged, and may be submitted via the same FLTK Bug & Feature system.

Please visit the FLTK Forum for additional help.

License

FLTK is provided under the terms of the GNU Library Public License, Version 2 with exceptions that allow for static linking.