How to use wikitude samples? - sdk

I'm very new to android developing and AR, I installed Wikitude from this link
But now I don't know how i must use samples in this link
Please help me, thanks a lot.

Please have a look at the provided SDK sample application, which comes open sourced with the Wikitude SDK - here you will find the JavaScript counterpart to the mentioned Wikitude SDK Documentation.
You can then use the sample application to adjust the samples code or enrich your application by reusing the concepts.
Kind regards,
Andreas

Related

how to use SignalR in swift 2.0 or later?

I was in search for document or a sample that shows how to use SignalR in iOS with swift 2.0 or later , but didn't find any until now so I am not able to provide any code here. I am looking for sample code. I am Using Xcode 7.2 Swift 2.1.1. Asp.net mvc 4 as Backend.Later I have found some libraries like DyKnow/SignalR-ObjC and adamhartford/SwiftR but as a newbie with Swift I don't know which one Suits my Project(Creating a Chat Application that contains only Group Chats with file sharing like photos , videos etc) and how to implement the library. So looking forward for some sample on how to use SignalR with swift
Hmmm... I tried adamhartford/SwiftR and it worked for me. There is a great documentation available for using the library. hope this helps anyone searching the same. :)

Blackberry BBM Service not working with webworks SDK

I don't know i've tried hell lota tutorials and samples but when i do testing on my DAB it does not work, while the same code of sample works on the same device, i'm feed up what to do? Can you suggest me good tutorial teaching how to that from scratch or can you provide me with the simplest sample? Please i really need help ;_;
Can you tell me exactly what you're trying to do?
We have a sample app which should outline absolutely everything needed in order to integrate BBM into your WebWorks app.
It looks like the feature includes and access permissions are fine in your config.xml from what I can see here.
Check out the sample app: https://github.com/blackberry/BB10-WebWorks-Samples/tree/master/bbm

Any available frameworks for SIP for iphone?

Im supposed to use SIP for my application. I went through some documentation regarding SIP like ietf-sip-documentation , siphon , linphone for iphone and ipod. But nowhere they have mentioned about any available frameworks or any such a thing for implementation part. There are lot of things that are yet unsettling to me about SIP. I would love to get a little more clarity on this. Any help would be appreciated.
EDIT: I would want to know whether there are any frameworks available for ios or should we create our own classes for the interface?
Thanks
Doubango framework http://doubango.org/ / https://code.google.com/p/doubango/ also does a nice job here. C-based, so you would probably like to do your own Objective-C wrappers.
How about resiprocate or PJSIP? Both can be compiled for iOS. Do you also need RTP and media handling? If so, PJSIP has that built in as well.

BlackBerry Jabber/XMPP basic library

I am looking for a simple BlackBerry Jabber/XMPP basic library. Please tell me where i can find a good free open source library
This one, maybe: http://sourceforge.net/projects/jxa/ I haven't tried it myself. I can't tell if it's good. Sorry.

Good KML library on iOS

Would anyone know a good and easy-to-use library on iOS to parse KML in order to get all the polygons described in the file?
This appears to be a promising one: https://github.com/mapbox/Simple-KML
Just researching myself.
You may find the KMLViewer example in the iOS sample code helpful: https://developer.apple.com/library/ios/#samplecode/KMLViewer/Introduction/Intro.html
This one seems to work well for me:
http://kmlframework.com/#license
The sample app lets you enter a URL to some KML, and it will display it.
It is free to use under the MIT license (which includes commercial use).

Resources