Can we develop Mobile Application via Thingworx PTC? - android

I am new to IoT and Thingworx platform.
I need to know
What are the advantages of using Thingworx?
Can we able to develop Mobile application using Thingworx? If yes, how can we do that? Any Links?
I have downloaded and installed Thingworx Foundation and trying to develop some sample applications referring the developer portal
How can we show this mashups and data from any sensors in Mobile app.
Any Ideas Please.

One can use the Android SDK provided by Thingworx to develop apps which communicate with the Thingworx foundation server.
A beginner level tutorial can be found from here:
https://developer.thingworx.com/resources/guides/thingworx-android-sdk-reference
Documentation can be found from the below link:
http://support.ptc.com/help/thingworx_hc/thingworx_edge_sdks_ems/#page/latest%2Fandroid_sdk%2Fc_android_sdk_help_center_intro.html%23
Similar SDK exist for iOS too.

Related

How to test mobile apps on Azure platform?

I have a mobile app written native for each platform(Android, IOS and windows).
I want to test my application on a cloud based real mobile devices using Microsoft's Azure platform. I have no Idea if Azure provides such service.
Does Azure provides mobile app testing on real mobile devices for apps written on native code for IOS, Android and windows ?
Does Azure provides mobile app testing on real mobile devices for apps written on cross platform codebase(Xamrin, phonegap, ionic etc) for IOS, Android and windows ?
Please provide the link and name of the service.
I do not want to host any web apps or the matter of fact I do not want any other service from Microsoft like the Saas etc. I just want a plain mobile app testing service from Azure.
Does Azure support all the platforms. Please provide me a link for the proof.
Thank in Advance :)
Azure does not provide testing services for mobile apps.
One of the better app testing services out there is Xamarin Test Cloud. Feel free to check it out here - https://www.xamarin.com/test-cloud

Is it possible to use Nodejs in mobile application?

I already did some applications in computer using Nodejs and Mongodb. Is it possible for me to use this projects and run in mobile platforms. Or should I write all the project in Android starting from the scratch?
This question is kind of vague. A mobile application would be written natively (iOS, Android, maybe Xamarin or Unity for cross-platform), or could be written as a web app (a HTML5 web page), and turned into a "mobile app" via PhoneGap, Cordova, Crosswalk or just opening a web browser.
As far as running nodejs and mongo natively on the device, you need to explain more. Those are server-side technologies and I'm not sure why you'd want them on a mobile device. So the answer is "no" without it just being some tech experiment.
Can mobile apps talk to and utilize your Node server application? Absolutely!
Any apis specific to these platforms won't work within mobile application.
There is plugin on-boards very limited NodeJS apis by translating them to their native equivalents.
For Example : NativeScript-Nodeify

Custom WebRTC SDK for Android

I am trying to develop my own sdk webrtc for android based on WebRTC.
I have my own signalling server and STUN/TURN server.
I need pointers on how to start to develop the sdk which the third party developers will use to develop their apps using my sdk.
Currently, I am exploring the WebRTC sdk and the demo app for android.
Mine specific questions are:
How would I provide the SO(libjingle_peerconnectcion_so.so) and JAR(my own java implementation for signalling and STUN/TURN and other app specific things) files together as one JAR file?
Is there any other alternative for the above said scenario?
Any help/resources are welcome.
Regards
Maybe you could check these projects whose aim is to provide a cordova plugin for WebRTC (both for iOS and Android):
https://github.com/alongubkin/phonertc
https://github.com/remotium/cordova-plugin-webrtc

Android App using WAF

I'm a new android app developer and I wanted to know if it's possible to create android apps using Web Application Framework?
if so, are there links for examples?

OBIEE on android

I am new to OBIEE and would like to know that are there any frameworks or ways available to develop mobile applications for OBIEE so that i can view dashboard and reports on Android device itself.
There are now two options for OBIEE on mobiles devices, including Android:
Mobile App Designer - viewable on any HTML5 web browser
Oracle BI Mobile for Android - native app for Android, available on Play store
Nope, the OBIEE mobile application is just for Apple devices.
OBIEE does not have an Android App but, you can use the GO URL to retrieve Analysis and Dashboards and render them in the browser.
OBIEE has a very detailed SOA framework for integrating with external application it is part of Fusion Middleware.
http://docs.oracle.com/cd/E21764_01/bi.1111/e16364/soa_overview.htm#BIEIT137
This SOA framework can expose reports that are configured in OBIEE. If you familear with JDeveloper then you can import the service as JAX-RPC/ WS to implement you coding.
Hope this helps...

Categories

Resources