摘要:
调用的例子方法: uses Androidapi.JNI.GraphicsContentViewText, FMX.Helpers.Android, Androidapi.JNI.Net; procedure Call_URI(const AAction : JString;const AURI: 阅读全文
摘要:
var surf:TBitmapSurface; astream:TmemoryStream; begin surf:=TbitmapSurface.Create; astream:=TmemoryStream.Create; try Surf.Asssign(Image1.Bitmap); TBi 阅读全文
摘要:
uses Androidapi.JNI.GraphicsContentViewText, FMX.Helpers.Android, FMX.Surfaces; //JBitmap转Bitmap function JBitmapToBitmap(const AImage: JBitmap): TBit 阅读全文
摘要:
Androidapi.JNI.Support引用这个单元 procedure _InstallApk(Apk: string); var LFile: JFile; LIntent: JIntent; begin LFile := TJFile.JavaClass.init(StringToJStr 阅读全文