Skip to content

p-samuel/pisces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

122 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pisces - 双鱼座

Pisces is a set of classes to provide rapid access for Android Widgets JNIs (Android.JNI.Widget). It serves a few list of attributes to build native Android views (JView) using simple pascal classes only. Read introduction notes here.

uses
  Pisces;

type
  [ LinearLayout('screen'),
    BackgroundColor(107, 174, 200),
    FullScreen(True),
    DarkStatusBarIcons(False),
    Orientation(TOrientation.Vertical),
    Gravity([TGravity.Center])
  ] TScreen = class(TPisces)
  private 
  
  end;

Target

Notes

  • ⚠️ In development
  • Not a production-ready libray, it's just a proof of concept.
  • Not a cross-platform library, it only works on Android.
  • Not taked into account the many versions of Android and the different versions of the Android SDK. It assumes the latest version being Android 14 with the Android SDK API level 34.

Art By @Macrovector from Freepik

About

Android Widgets via JNI Bindings for Delphi

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages