1 / 19

Backendless Development

Backendless Development. Mark Piller. What is Backendless ?. Development and Runtime Platform No server-side coding required Service-oriented server-side functionality API + Developer Console Available for: iOS , Android, JavaScript, ActionScript , Windows Phone, REST. 2.

molimo
Download Presentation

Backendless Development

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Backendless Development Mark Piller

  2. What is Backendless? • Development and Runtime Platform • No server-side coding required • Service-oriented server-side functionality • API + Developer Console • Available for: iOS, Android, JavaScript,ActionScript, Windows Phone, REST 2

  3. Backendless Services User Management 3

  4. User Service(Code Example) { Backendless.UserService.login( ”james.bond@mi6.co.uk", ”i.am.bond", asyncCallback ); } 4

  5. Backendless Services Data Service 5

  6. Data Service(Code Example) { Person person = new Person( "Bob", 35, "bobby@gmail.com"); Backendless.Persistence.of( Person ).save(person,asyncCallback); } 6

  7. Backendless Services Audio/Video Streaming and Recording 7

  8. Media Service(Code Example) { Backendless.MediaService .publishLiveAndRecord( ”myVideoChannel", ”funny Dance"), responder ); } 8

  9. Backendless Services File Service 9

  10. File Service(Code Example) { Backendless.Files.upload( file, path, asyncCallback); } 10

  11. Backendless Services Geolocation 11

  12. Geo Service(Code Example) { Backendless.Geo.getPoints( new BackendlessGeoQuery( "city", ”Dallas" ), asyncCallback ); } 12

  13. Backendless Services Publish/Subscribe Messaging 13

  14. Messaging Service(Code Example) { Backendless.Messaging .subscribe(”myChannel", methodCallback, subscriptionCallback); } 14

  15. Backendless Services PushNotifications 15

  16. Messaging Service(Code Example) { Backendless.Messaging .publish( "Hello!", new DeliveryOptions( PushBroadcastMask .ANDROID )); } 16

  17. BackendlessMessaging Sample Demo time 17

  18. Cherry on Top • Application Versioning • Usage Analytics • App/Site Hosting • Free Subscription Plan • 1,000,000 API calls • 2 GB file storage • 10 000users • 200 000 push notifications REST 18

  19. Q & A

More Related