Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

Category: Posts

Digital solution partner

Send android application in background

To send in background your Delphi application on Android you can simply call the moveTasktoBackGround method of the mainActivity class defined in the FMX.Platform.Android library. To do this task during the application startup phase on the main form we suggest to use a timer object so that the main form can completely render before going…
Read more

A beautiful app to manage cameras for Android built with Firemonkey

  available on Play Store at this link  

synUPtica

    grande affidabilità del’infrastruttura synatica 🙂

Delphi XE5 – Share JCalendar Event on Android

{$IFDEF ANDROID},Androidapi.JNI.GraphicsContentViewText, FMX.Helpers.Android, IdURI, Androidapi.JNI.JavaTypes, Androidapi.Jni.Net, Androidapi.JNIBridge {$ENDIF}; The Java TimeInMills is similar to UnixTime but is in Millisenconds, so to convert it : JavaTimeinMills := DateUtils.DateTimeToUnix(now) * 1000; procedure TfrmTimeDetail.btnShareClick(Sender: TObject); {$IFDEF ANDROID} var Intent: JIntent; CalendarIni: JCalendar; Uri : string; begin Uri := ‘content://com.android.calendar/events’; Intent := TJIntent.JavaClass.init(TJIntent.JavaClass.ACTION_EDIT, TJnet_Uri.JavaClass.parse(StringToJString(TIdURI.URLEncode(uri)))); //Intent.setType(StringToJString(‘vnd.android.cursor.item/event’)); intent.putExtra(StringToJString(‘beginTime’), DateTimeToUnix( (clDay.Date +…
Read more

best GUI for mySQL

Hello, after so many tools tested, I tried dbforge which in my opinion is the best, first of all there is the “express” version which is free and at the same time very complete. In addition, there is also a paid version whose prices are more than affordable. For those interested, the link to the…
Read more

ClipArt & Icons for All – other repository

Canva is a service that allows you to create effective graphic projects quickly and easily. Within the portal there is also a section where hundreds of free icons and clipart are available at https : //www.canva.com/it_it/strumenti/icone-gratis/ . With Canva you can also create graphic projects directly online using your resources (uploading files and videos) or…
Read more