0

I work on Telerik Framework, and using AppBuilder for creating mobile app

I need to add messenger component in mobile application, Is there any sample,plugin for this request

Rob Lauer
  • 3,075
  • 1
  • 32
  • 44

1 Answers1

0

Are you talking about push notifications? If so, there is a verified plugin for that: http://plugins.telerik.com/cordova/plugin/pushnotification

Rob Lauer
  • 3,075
  • 1
  • 32
  • 44
  • Thanks for response, I need to add chatting in my mobile application , Is there any suggestion? – JavaProgrammer Jan 03 '16 at 03:43
  • You can try a variety of technologies to do this. I wrote a tutorial on using SignalR to do something similar: http://www.telerik.com/blogs/real-time-reporting-with-signalr-kendo-ui-dataviz-and-icenium-part-1 – Rob Lauer Jan 03 '16 at 13:27
  • Thanks again for response, I implement live chatting by using nodejs and socket.io , but I don't know how to add this code to my mobile app via AppBuilder . – JavaProgrammer Jan 03 '16 at 17:52
  • Developing a hybrid (Cordova) app with AppBuilder is almost exactly the same as developing a SPA (single page application). So anything you do on the client side with JavaScript you can do with an AppBuilder app. – Rob Lauer Jan 03 '16 at 23:05