Thread: android native controls on 10.2.3
|
Replies:
6
-
Last Post:
Mar 26, 2018 8:39 AM
Last Post By: loki loki
|
Threads:
[
Previous
|
Next
]
|
|
Posts:
106
Registered:
4/16/14
|
|
as road map embarcadero published thay have add native android controls for a better performance in 10.2.3
but there isnt anything in 10.2.3 white papers!
is there any change in road map !?
|
|
|
Posts:
787
Registered:
7/1/02
|
|
On 3/25/2018 5:47 PM, peiman f wrote:
as road map embarcadero published thay have add native android controls for a better performance in 10.2.3
but there isnt anything in 10.2.3 white papers!
is there any change in road map !?
With native control you need ?
|
|
|
|
Posts:
106
Registered:
4/16/14
|
|
On 3/25/2018 5:47 PM, peiman f wrote:
as road map embarcadero published thay have add native android controls for a better performance in 10.2.3
but there isnt anything in 10.2.3 white papers!
is there any change in road map !?
With native control you need ?
label & edit
|
|
|
|
Posts:
787
Registered:
7/1/02
|
|
label & edit
on android edit Are just an Editable Label (so edittext inherit from
TextView).
you can already found a native Tedit delphi implementation for android
here : https://github.com/Zeus64/alcinoe
With a little change you can also make it working like TextView (ie:
label) but i not recommend it because native control on android must be
put in custom windows on the top of the form (like on ios) but on
android the scroll of such windows is little "slow"
|
|
|
|
Posts:
106
Registered:
4/16/14
|
|
you can already found a native Tedit delphi implementation for android
here : https://github.com/Zeus64/alcinoe
With a little change you can also make it working like TextView (ie:
label) but i not recommend it because native control on android must be
put in custom windows on the top of the form (like on ios) but on
android the scroll of such windows is little "slow"
is it possible to use arabic language on alcinoe ?
also i tried to install this component two time and dont successed
|
|
|
|
Posts:
787
Registered:
7/1/02
|
|
On 3/26/2018 1:28 PM, peiman f wrote:
you can already found a native Tedit delphi implementation for android
here : https://github.com/Zeus64/alcinoe
With a little change you can also make it working like TextView (ie:
label) but i not recommend it because native control on android must be
put in custom windows on the top of the form (like on ios) but on
android the scroll of such windows is little "slow"
is it possible to use arabic language on alcinoe ?
also i tried to install this component two time and dont successed
Yes you can use arabic language !
I know the setup is little painfull (it's the way android work), you
need to include many dependent files but when you succeed to install
it's work pretty well !
try first to run the demo app ...
|
|
|
|
Posts:
1,850
Registered:
1/7/00
|
|
|
|
|
Legend
|
|
Helpful Answer
(5 pts)
|
|
Correct Answer
(10 pts)
|
|
Connect with Us