Currently, I'm trying to use PolarSSL to make a SSL connection between Android and iOS devices.
I'm able to embed it into iOS project using this library
https://github.com/x2on/PolarSSL-for-iOS
However, I cannot find any tutorial or example for Android.
Is there anyone experiment this ?
Thanks a lot for any responses.
Best regards.
Related
I am working on a react-native project (using CRNA) and am to the point where I want to develop push notifications for various features. Does anyone have any suggestions on what library I should use. I've been told that it is typically something rather difficult to get up and running so some light-weight out of the box solution would be great. BTW, I am using Expo for dev environment. Thanks!
If you are using Expo I think push-notifications are already configured. Otherwise I suggest using react-native-fcm. It's easy to implement, it works fine in my project both for Android and iOS. I tried other libraries but only this one worked for me.
Recently I've been struggling a lot with WebRTC, I was able to build a very simple WebRTC web application based on the WebRTC codelab which consists of a simple signaling server (basically step 8 in the codelab tutorial).
My next target is to build a native Android application that does the same thing which is to be able to make video call with the web application using the same simple signaling server. I am very new to WebRTC and I could not find any good tutorial or guide that allows me to build a simple native Android application.
I've searched for similar questions on Stackoverflow but most of them are outdated and do not provide useful answers that I need.
I'm hoping the Stackoverflow community who knows any good source or tutorial on how to build a simple and basic native WebRTC Android application can share with me their knowledge and information. Thank you so much.
I suggest you build the AppRTCMobile target in WebRTC (see https://webrtc.org/native-code/android for details on how to build etc) then deploy your own instance of AppRTC (https://github.com/webrtc/apprtc) if you wan to have full control over the signaling. Otherwise you can just use the one publicly available at https://appr.tc.
I need to integrate iCloud in my android application. Is it possible to integrate iCloud in my android application ? I find on net but not getting any solutions or any articles regarding this.
One thing I come to know that in IOS it is possible to integrate iCloud. But I cant figure out it is possible in android or not and if yes then how it is possible..
Please help me to find this.
There are no iCloud APIs for Android.
icloud4j
Not sure how useful it is for Android, but I've started a Java open source project based off the Python pyicloud implementation. It's still in the early stages at the moment but you can check it out here:
https://github.com/tmyroadctfig/icloud4j
To access iPhone backups there is the InflatableDonkey library:
https://github.com/horrorho/InflatableDonkey
I am trying to make a android apps using Dojo toolkit and GeoDjango. Its a project based on GPS work. Can anyone help in this issue? I want to have the staring steps? I have some source code and SDK installed in my computer. But still confused about the staring. can Anyone help?
How I will make it possible to create the apps. Steps plz?
I suggest to take a look at PhoneGap. I use it to embed JQuery mobile inside a Android application. PhoneGap makes it easy to embed javascript inside an Android application. Just try the PhoneGap tutorial.
Edit: PhoneGap let u use the GPS sensor through javascript
I'm really new with this thing of "Android development" and I was really excited when I found Appcelerator Titanium, but now I got the big surprise, it doesn't work on my computer. What other alternatives are there for Android development specially if they include HTML, JavaScript and CSS for creating such applications?
Everything you need to know is on the official site http://developer.android.com/
There is a very popular alternative for making Android and iOS apps with only HTML and JavaScript. It is called PhoneGap:
http://www.phonegap.com/
I think it is exactly what your looking for.
I hope this helps.
My first port of call would be to try and get on the trial of Google App Inventor. It's a really neat way of making Android apps. You can find out more here: http://appinventor.googlelabs.com/about/
A list of various alternative web-tech-based development frameworks is here
http://en.wikipedia.org/wiki/Multiple_phone_web_based_application_framework
having said that, I have succeeded in running Titanium on Vista and Ubuntu, so if you post the error you are getting someone might be able to help.
App Inventor is fun, although it isn't Javascript based.
You may want to try out Unify, a framework for developing web apps for major platforms (in the moment iOS, Android, webOS - more coming in the future). It is open source and has been released a few days ago. :-)
http://www.unify-project.org/
http://www.unify-training.com/
Get the SL4A app for android. It lets you run python scripts on your android.
Also, look into webview. It let's you load html.