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?
Related
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.
I am planning to develop a cross platform mobile app.
My app has to deal with camera, organizing pics.. I am planning to use PhoneGap for building the app. I need to select a user friendly IDE for developing my app. There are so many Editors in the market.
This is my first app and I am very confused which would be a best one to use. I am developing my app on Mac. I need a simple, user-friendly Editor.
Can someone please suggest what pros and cons do I have using different Editors and a better one to use?
I am currently using Monaca for developing mobile apps using PhoneGap. It includes an IDE for developing by simply using web browser. The good thing is that you write your code just using HTML5 and Javascript and deploy it to the platform such iOS, Android and Windows 8.
There is a guide here for create a simple app with camera using PhoneGap and JQuery mobile. It is very simple to do. You can have a try.
For Cordova/PhoneGap development right on iOS devices we developed GapCoder IDE.
So what I want to do is, "develop" an app where it main purpose is just to open a website. I need that on android and ios. Is there an online website to do just that?
I jused to know a website, where you could develop for various platforms (PHP, Java, Object C for iOs) and even test your code online.
Somehow I can't find it anywhere. Thank in advance if you can either show me the website again or find me a new website to do just that.
Regards!
Update:
Found the website: http://www.programmr.com/
I think you're referencing PhoneGap.
PhoneGap allows you to build native applications using HTML/CSS/JS for all mobile operating systems.
If all you want is for your iPhone App and Android App to open up a website "inside" of the application, you will want to use a webView. This will allow you to have your application listed on the iOS App Marketplace and the Android Google Play Store.
EDIT: This will definitely work on Android. You must get pass Apples app approval process to get on iOS of course.
Am new to Android application development, We are in process of exploring it.
I have a question does Android app supports Jquery ??
We are using Xamarin tool for app development
jQuery Mobile integrates well with Android.
Here are some good resources for you:
http://jquerymobile.com/resources/
http://mobile.tutsplus.com/tutorials/mobile-web-apps/jquery-mobile-forms/
I am developing a mobile app keeping in mind that I will be targeting both the iOS and Android platforms. I now wish to integrate Google Analytics into my app.
I have come across a lot of stuff that suggests using xcode and integrating the GA libraries into it(for iOS). I know it can be done this way but I don't have the Mac machine to run my app on.
My question is if there exists any way by which I can integrate GA into my mobile app without using XCode.
So far, I have used the phonegap plugin into my App and I am developing and testing the app simultaneously on safari before making any deployments on server and finally testing my app on an iphone.
Kind Regards,
Ronan
I have figured it out. I have now developed my application so that this can be accessed like any other web application(website) instead of using it as a downloadable app, therefore, I am now using the standard async GA script which is now working perfectly for me.