Firemonkey Application Source - Includes Splash Screen & Progress Dialog
I was tired to search a complete firemonkey application with source for educational purposes but as you guess I couldn't find So I have developed one and decided to share it This application...
View ArticleiOS/Android app development with Delphi examples
iOS/Android app development with Delphi examples You can't view the links! Click here to register
View ArticleLucky Patcher 6.6.1 for Android +2.2
Some of the applications that can be downloaded from the Android Market license approval are otherwise inactive after a while the software will not run. Because this software is a file with activation...
View ArticleFiremonkey Toast
Code: // display the message OneToast ('test message!'); // set the font size OneToast ('Test Message!', 20); // Specify the display location OneToast ('Test Message!', 14, TTextAlign.Leading); // on...
View ArticleI can't deploy on IOS - Unable to install package
e800067.PNG (Size: 6.54 KB / Downloads: 6) I use RAD Studio 10.2 Tokyo, Xcode 9.1 and PAServer 19. I can't deploy my apps on IOS, I always get the same kind of error. I do have all the certificates...
View ArticleAll ANDROID SDK to OFFLINE INSTALL (tools, images, etc...)
I found a blog with links direct from Google Downloads to installation OFFLINE to all version (almost) of Android SDK tools, platform-images, etc... Home You can't view the links! Click here to...
View ArticleHow to Vibrate Android or Iphone
Uses {$IFDEF ANDROID} ,Androidapi.JNI.Os, Androidapi.JNI.GraphicsContentViewText, Androidapi.Helpers, Androidapi.JNIBridge {$ENDIF} {$IFDEF IOS} ,IOSapi.MediaPlayer, IOSapi.CoreGraphics,...
View Articlesignfiles.com Products (April 2018)
Cost effective, innovative and practical solutions for creating digital certificates, time stamping and digital signatures. Signature Software You can sign documents using X.509 digital certificates....
View ArticleKernowSoftwareFMX for D10
Left Right ernow Software FMX Components for XE7, XE8 & XE10 Seattle.(May work with earlier versions but untested)Firemonkey Slide menu, ListView and Segment buttons for Delphi. Inherits from a...
View ArticleUsing Bluestacks as emulator
When developing for Android if you don’t have any real Android device, you can use its own emulator Android Virtual Device (AVD), which comes with Android SDK package. Even you are using Delphi,...
View ArticleTouching the root
Probably for the most of situations your application will not require root access to the system. But, who knows why, sometimes you maybe need it. When developing my new application someone asked for a...
View ArticleMisalignment status bar on Intel based devices
One problem we can face when deploying for Intel based devices is a misalignment that can occurs on status bar. This issue can be observed on Bluestacks too, as you can see (that black strip is...
View ArticleHow to Vibrate Android or Iphone
Uses {$IFDEF ANDROID} ,Androidapi.JNI.Os, Androidapi.JNI.GraphicsContentViewText, Androidapi.Helpers, Androidapi.JNIBridge {$ENDIF} {$IFDEF IOS} ,IOSapi.MediaPlayer, IOSapi.CoreGraphics,...
View Article