I need to show notifications at specific time through the app(iphone and android app). The app is developed fully in as3.
I have tried using adobe native extension for notification but it is working fine on android but not on iphone. here is a link to it http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/notification.html
Can anyone help me through this?
Refer from here Local Notifications with iOS 4 for iphone development.
Refrom from here Android Notifications - Tutorial for android Development.
Related
Has anyone implemented adobe push notification in android using android studio, if
so can anyone share the helpful document.
Thanks in advance..
Thanks,
Jagadesh
Which open source API/SDK used to create an app just like zoom or gotomeeting. In which I used (video chat, audio chat, text chat and screen sharing)?
Hi you can try below SDK hope it will help you
Click on below link and download android SDK
Open Peer SDK
There is few open source but every one of those have some issue.
Simplewebrtc www.simplewebrtc.com
Don't have android SDK. but its good in web and ios.
Easyrtc www.easyrtc.com
Web is free but they charge for ios and android SDK.
Openpeer www.openpeer.org
This is quite good they have all ios, android and web api.
I am currently developing an Android app using the Cordova 3.5 framework. The app allows users to watch a few videos, and I would like to be able to stream those videos from the Android app to an Apple TV or any Airplay-compatible client.
Is it possible to do this using Cordova for Android ? I did some research and found pretty much nothing on the subject.
Thanks for your help
I have to implement Voice/Video Chat Android Native App. Thought of using Hangout API So gone through the below links. I am little confused, I didn't understand how to do it in Native Android App. It looks like it is for Desktop Web Browser.
https://developers.google.com/+/hangouts/getting-started
https://developers.google.com/+/hangouts/running#running-private
https://developers.google.com/+/hangouts/writing
Is Current Hangout API's useful for Android Native App?
Can anyone help me on
Implementing Voice/Video Chat Using Hangout API in my Android Native App
Any Sample Apps (.apk) or Links available
We are using socket.io in web application. It is working fine. How to use socket.io in iOS and in Android for chat application.We are using phone gap for developing an application in both platforms.Can any one help me for this,Thanks in advance.