Jeste 6 dni pred tim, nez autor stranek vytvoril Hello World, pise nekde jinde ze: „Information regarding the technological details of the bada SDK are very little and sparse.“
6 dni na to ma vytvoreny Hello World. Navic, zadny takovy kod neni v sekci pro vyvojare na developer.bada.com.
Vedle api pro rozpoznavani obliceju (Osp::Uix::FaceDetector) me zaujalo api pro placeni kartou:
Example: Request Payment by Credit Card
• Goal
– Request payment by using credit card.
• See the PaymentServiceExample.cpp, PayByCreditCardExample()
• Steps
1. Implement IPaymentServiceListener.
2. Create an instance of IPaymentServiceListener.
3. Create an instance of PaymentService.
4. Construct the PaymentService (PaymentService::Construct())
with the listener object.
5. Request payment to the server
(PaymentService::PayByCreditCard(appId, …),
IPaymentServiceListener::
OnCreditCardPaymentCompleted()).
6. Read the payment id from the result of the server.
7. Delete all the created objects.