How you think, it's possible to add "Order" button in the Tlistbox? i want to create  app for the Restaurant ( Android and Ios). the client chose an item and then can check out from paypall, Scrill, Visa etc..

Comments

  1. Hello,
    In TListbox component is detail button, do you try it?

    ReplyDelete
  2. Merab is correct, but in Delphi it is called an Accessory. You need to first select an ItemAppearance.ItemAppearance item type that contains an accessory, then make check that it is visible in the ItemAppearanceObjects.ItemObjects.Accessory.Visible. You can also change a number of other accessory properties.
    If you need to display a custom layout for your TListViewItem, see the demo: C:\Users\Public\Documents\RAD Studio\12.0\Samples\FireMonkeyMobile\ListView\SampleListViewRatingsAppearanceProject.dpr

    ReplyDelete
  3. i'm understanding. thanks guys, but i mean other thing, is paypal or Skrill etc etc.. has mobile api to do that. i need to understand a way how is possible to add paypall or other payment method in the mobile project..

    ReplyDelete
  4. In that case i think paypal web service api is best solution or paypal mobile sdk,
    You can see it here https://developer.paypal.com/webapps/developer/docs/classic/api/gs_PayPalAPIs/

    ReplyDelete
  5. Payments are a huge topic both in iOS and Android. I am not sure about the former, but the latter has at least half a dozen different purchase and payments libraries. I would suggest you google(I don't have names at hand, sorry) to see which one works best for you. A

    ReplyDelete

Post a Comment