Skip to content

NaldoDj-zz/HDroidGUI

 
 

Repository files navigation

HDroidGUI

Android GUI framework for Harbour

###The structure of HDroidGUI distribution:

  • buildall.bat, buildall.sh - command scripts for the whole framework cross-compiling, bat - if you do it under Windows, sh - if under Linux.
  • clear.bat, clear.sh - command scripts for deleting the results of compiling.
  • comp.bat, comp.sh - command scripts for compiling of "Java" - code of the framework.
  • ndkBuild.bat, ndkbuild.sh - command scripts for compiling of "C" and "Harbour" - framework code.
  • setenv.bat, setenv.sh - command scripts to set the environment variable to compile the framework, you need to edit it - set the paths, which are correct for your system.
  • jni/Android.mk, jni/Application.mk - makefiles to build dynamic libraries ("so") of the "native" part of the framework.
  • jni/libharbour.so - prebuilt Harbour dynamic library, which is used to create dynamic libraries of the "native" part of the framework.
  • static/jni/Android.mk, static/jni/Application.mk - makefiles to build static library of the "native" part of the framework.
  • src/ - the directory for the framrwork sources.
  • src/include/* - header files for Harbour-code.
  • src/prg/* - Harbour and C sources.
  • src/su/harbour/hDroidGUI/* - Java sources.
  • utils/newproject.prg - a source file of an utility for creating a new project.

###HDroidGUI compiled files (binaries) - (the result of buildall work):

  • _lib/armeabi/libh4droid.so, lib/armeabi/libharbour.so* _ - dynamic libraries of the "native" part of the framework.
  • lib/libh4droida.a - static library of the "native" part of the framework.
  • libs/su/harbour/hDroidGUI/* - compiled Java classes.

About

Android GUI framework for Harbour

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 50.4%
  • xBase 43.3%
  • C 2.5%
  • Shell 1.3%
  • Makefile 1.3%
  • Batchfile 1.2%