Quantcast
Channel: Delphi Forum - Delphi Programming Kings of Code - Delphi Android And IOS
Viewing all 54 articles
Browse latest View live

Have A Soft and Charming Skin In 2 Weeks

$
0
0
Tosee me demonstrate to you industry standards to clean Galati  dim purple ohm I myself am a man who experiences Park nearby and p I periods Albert's was truly humiliating for me catching up bommanahalli in time now need to potty however I'm spent like lo back Mike Bell and I trust d divider it yourself that you are and whale onanyway Opuderm Premium Skin Care you would you like to lo your best when you're going for where r you  I'm sophomore respect your one mesomebody Orchard Bank you need to kill loing at was being yes cell comic drama causes for you to I fucked your doc neighborhood and I am here to help every I simply need to reveal to you on a trip right w to do it ohm and I'm going to utilize some pretty in it inscape M County on started ima just on get it L I lip sky eighty need to I really you're in the city might he be able to we require yet it essentially and al female her beginning.

http://bleusapphireskinserum.com/opuderm-premium-skin-care/

Android 4.x development

$
0
0
Hi everyone,

I'm trying to develop an app with Delphi XE8 which should be compatible with android 4.x and up.  Do I have to do anything special to achieve this?

What I did is I downloaded the 4.0 android SDK, defined it in Delphi and compiled my app with it.  It compiles fine, but when I try to install it on my device, which runs Android 4.4, it tells me I can't install the app, with no more detail than that.  If I try installing it in an emulator (like Andy), it installs fine, but if I run it, it tells me that the application is not supported.

What am I missing?  Thanks for any replies...

FMX AndroidLike Toast

Ten Tips For Creating Professional Android Apps With Delphi XE5 Firemonkey

$
0
0
Ten Tips For Creating Professional Android Apps With Delphi XE5 Firemonkey

You can't view the links! Click here to register


#1. You can't view the links! Click here to register
If you want users to be able to find your app again after they first install it you should add your icon to the user’s home screen. The user can remove it or it will automatically be removed if they uninstall your app.

#2. You can't view the links! Click here to register
Users are connecting from public hotspots these days and you need to secure those data connections to keep the data safe. Some app stores like Amazon App Store will deny your app if you don’t use secure connections for your user’s login data.

#3. You can't view the links! Click here to register
You will need to create a good number of different icon sizes to deploy with your app and to upload to each different app store. There is a free utility available which makes this easier.

#4. You can't view the links! Click here to register
When users multitask using Android there are specific system events that will be fired. You should add these events to your app and take action as needed.

#5. You can't view the links! Click here to register
Android apps can take a few seconds to load where the user may be confused on what your app is doing. You can set up a splash screen so the user sees your logo or something similar while your app loads. You can also You can't view the links! Click here to register.

#6. You can't view the links! Click here to register
When the virtual keyboard pops up it will by default cover the box that is being edited if it is below the bottom half of the screen. You can scroll your form so that the field being edited stays visible.

#7. You can't view the links! Click here to register
If your app is doing a task which will take some time like downloading or saving a file you should show a progress dialog to the user so that your app doesn’t look frozen. You can use either a multithreaded, You can't view the links! Click here to register, or You can't view the links! Click here to register.

#8. You can't view the links! Click here to register
You should check if a user is connected to the internet before making any opening any connections that attempt to connect using the internet. This way you can notify the user if they do not have connectivity and your app can handle that accordingly.

#9. You can't view the links! Click here to register
Android devices have a back button which you should handle so your users have a correct flow inside of your application.

#10. You can't view the links! Click here to register
You can use both TIniFile and TMemIniFile to save settings on Android just like you would on Windows. Be sure to You can't view the links! Click here to register to get the right location to save your Ini file to. A second way to save settings would be with You can't view the links! Click here to register.

BONUS TIP: You can't view the links! Click here to register
If you want to keep connected to your users and increase retention you can use push notifications. On Android there is a push notification API from Google called Google Cloud Messaging. It is pretty closely tied to Google and you have to have API keys but keeping connected to your users is worth it. Push notifications are similar to an email newsletter.

Free Sliding Edge Menu Component For XE8

$
0
0
Kernow Software FMX Components for XE7 & XE8.

(May work with earlier versions but untested)

Firemonkey Slide menu for Delphi. Inherits from a non-visual component to keep things simple.

Includes demo showing a right and left aligned slider menu.

set menu background colour
set selected item colour
set font colours
add images to items
fade background
left or right aligned menus
non-visual component for quick integration into existing projects
uses bitmap caching for optimised performance
Just the one component at the moment but hopefully I'll add more soon.

FMX SDK Using 3rd party iOS Framework

Translate Text With The Azure Translate API XE8

$
0
0
Developer Stephen Ball from Embarcadero has released a component that uses the Microsoft Azure Translation service to provide in app translations in Delphi XE8 Firemonkey. There is a full blog post explaining the process of getting an Azure account for the service and then utilizing the API. You should be able to use the code from the demo and the component on Android, IOS, OSX, and Windows. The Translation service utilizes OAuth2 so the blog post shows how to integrate an OAuth2 authentication system into Delphi Firemonkey. The demo uses TRESTClient to implement the connection to the Azure service. Once you successfully authenticate with the service you can start running translation requests. Finally the entire process is wrapped up in a component which you can drop into your own app and start using the Azure translation service with very little coding. Full source code is provided for the component and the demo. You should be able to use the demo and component in Appmethod as well.

Send Email Via Amazon Email Service Component

$
0
0
Developer Erick Sasse has released a Amazon Email Service component for Delphi XE8 Firemonkey over on Github. The Amazon Email Service (SES) is basically an outbound email sending service (ala an SMTP gateway) for you to send email through. There is a very small fee per email and they also have tiered buckets on how many emails you send through it a day (the more you max out your bucket the more emails they allow you to send in following days). It is a low cost solution for translational emails, notification emails, or even business emails. We use it a bit and it costs us $2-$3 a month. In any event full source code is provided for the TAmazonEmailService component and you should be able to compile it for Android, IOS, OSX, and Windows. There is a code snippet which allows shows how easy it is to send out an email using the component. You should be able to use this component with Appmethod as well.


Free Minicraft Game Source Code

$
0
0
İmage

Developer CHackbart has converted the Minicraft game built by Notch (the creator of the hugely popular MineCraft) to Object Pascal. Minicraft was built for Ludum Dare #22 in 48 hours and it is a 2D top down action game. The theme of the Ludum Dare #22 competition was “Alone”. Wikipedia describes the goal of the game is to “chop down trees, mine rocks, fight zombies, and build shelter.” Notch built the game in Java and the source is available on Github. The original object pascal source by CHackbart supports FMX and has a VCL version as well. I took the FMX version and upgraded it to support Delphi XE8 Firemonkey. I haven’t tested it on Android, IOS, or OSX but it compiles for Windows and doesn’t use any platform specific code. You should be able to deploy it to the other platforms with few if any changes. The source code should also compile in Appmethod.

BitmapUrl Example

$
0
0
İmage

procedure LoadFromUrl(AUrl: string; var outSize: Int64); overload;
procedure LoadFromUrl(AUrl: string); overload;
procedure LoadThumbnailFromUrl(AUrl: string; const AFitWidth, AFitHeight: Integer);

Speech Recognition and Text to Speech for Android with FireMonkey

$
0
0
Voice Recognition and Text to Speech on Android for Delphi, RAD Studio, C++Builder and Appmethod (C++ or Object Pascal).

Early stages. Still subject to heavy changes (like renaming and moving) but it works.

There are two demos. The Google Glass one also includes voice launching and voice prompt support.

Admob Interstitials Snippet Code Using The Android JNI In Delphi XE7

$
0
0
Admob Interstitials Snippet Code Using The Android JNI In Delphi XE7 Firemonkey

XE8 with Microsoft Translator

Like Image Swipe Example Similar To Tinder XE8

$
0
0
Like and Dislike functionality in lots of apps today is useful functionality for rating images and profiles like are found in apps like Tinder. It is pretty simply to implement functionality like this using Delphi XE8 Firemonkey. I had a developer in Eastern Europe build this example app for Firemonkey via UpWork. You should be able to compile and use this app on Android, IOS, OSX, and Windows. The app is called FMXExpress Tinder and it takes an RSS feed and downloads all the images from the feed via TNetHTTPClient. It then loads the images into a TTMSFMXBitmapContainer and the rest of the RSS data into a TFDMemTable. You are presented an image which you can swipe to the left to Dislike the image or swipe to the right to Like the image. You can also double click or tap the image to load the URL from that RSS record in the external browser of the device. There are two rectangles stacked on top of each other. When you swipe the top rectangle left or right you can see the next image in the stack in the second rectangle below the first. Once the top rectangle completely swipes away then it resets to it’s original position with the image from the second rectangle in it. The second rectangle gets the next image in the set loaded into it and this system repeats with each swipe. Full source code for this example is provided. It should also work in Appmethod.

Bluetooth AC Control Android app with Delphi XE8 and Arduino

$
0
0
İmage

Arduino Bluetooth(HC-06) and relay(KY-019) to control the appliances connected to 220V.
On/Off and Interval time can be assigned easily.
Before run the app, activate the Bluetooth pairing the smart-phone and  HC-06 bluetooth module.
Please note that a short circuit or electric shock when connecting the KY-019 relay.t control with code folding, minimap, external JSON highlighter and color scheme files, etc.


Embarcadero Technology Partner Spotlight - Aerserv ad mediation platform

Multi-platform GIF-like animation using Spritesheet (Tested on XE7/XE8)

BlueStacks 2015 - Full Premium + Rooted

30360, RAD Studio 10 Seattle FireMonkey Accessibility Pack

$
0
0
30360, RAD Studio 10 Seattle FireMonkey Accessibility Pack
The Accessibility Library supports the JAWS screen reader on Windows and the VoiceOver screen reader on Mac OS X

KernowSoftwareFMX for D10

$
0
0
Left 

İmage

Right
İmageernow 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 non-visual component to keep things simple.Includes demo with source. Demo App also available on app store:You can't view the links! Click here to register
Viewing all 54 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>