Hi Friends,
I am learning angular framework. The official Angular website says one platform for mobile and web. But I couldn't see any official docs or tutorials for mobile UI. Which means we can launch angular apps in mobile using a web browser? or is there any official way (without third party jars) to create mobile apps in angular? Could anyone please explain about this.
Thanks
Manivannan
Related
I am working on a Cordova Application where it uses only HTML, javascript, and jQuery. I need to implement Auth0 SSO in my application. I came to see all examples are done only in Angular, But I need to implement them in javascript.
Anyone who implemented Auth0 SSO with javascript, please guide me.
For every need there's a Cordova plugin. In this case, the auth0-cordova plugin is the first one I found, probably there are others too. Does not require Ionic nor Angular, just vanilla Apache Cordova.
I built a chatbot based on API.ai and I'v integrate it with Heroku and Facebook messenger and it is working well. Now, I would like to to integrate this chatbot to Buildfire.com in order to publish it as IPhone and Android apps.
Can someone help me with this case please?
So you can do this by creating a custom BuildFire plugin. To get more information about how to do this click here
https://github.com/BuildFire/sdk/wiki
Its pretty simple. Using the same Javascript, HTML and CSS that you used for your web application you should be able to migrate that into a BuildFire plugin.
There are many video tutorials on this here
https://www.youtube.com/watch?v=IZcvBZT-zjY&list=PLnq_waykAGlgsERwxHmGNokE6WIeVeH0I
Hope this helps
I'm developing a mobile application using Meteor. I have found a little difficult to make the UI controls to look as the mobile apps do (scrolls, checkbox, buttons). Searching the web I have found Ionic as a help for mobile like UI.
My question is: Should I continue developing my app with METEOR not taking special care so far of UI, and deploy IONIC at the end of my development? Or IONIC could make interaction different between client and server so I should learn and adapt IONIC now?
My app requires a server side which process a lot of app logic, thats why I'm using Meteor. If there are better options for front end Framework instead of Ionic, please suggest them.
Thanks in advance.
I have a hybrid applicaion developed with Telerik. Unfortunately, I cannot figure out how to add banner ads to the app. I've researched everywhere and I cannot find a solution. Does anyone know of an html5 or javascript banner advertising service/API that would be compatible with a Telerik applicaion?
AdSense will not allow their ads to be in an application, as they want devs to use AdMob, which is only compatible for native applications.
Sorry I have never used Telerik. But I used to integrate ads (inmobi) into my hybrid app using Monaca. I found a step-by-step demo for this integration in the link below:
http://docs.monaca.mobi/en/sampleapp/tips/inmobi/
I hope you can use it as a reference. Cheer.
Update: The above link is removed. So, I added the new link for How to integrate AdMob into Cordova app.
As mobile web app gets more and more prevailing, a lot of tools become available for developing mobile web app. In my opinion(I don't know if it's correct), there are two ways to develop mobile web app.
One way is to use some javascript framework such as backbone.js and ember.js combined with some other libraries such as Zepto and iScroll to do this. The other way is to use some integerated toolkit such as PhoneGap and Sencha Touch to write the whole thing. What I want to know is what's the difference between these two ways? How should I choose between these two ways?
Phonegap is a wrapper framework which helps html/javascript app to run in a native container and give a medium to execute a native code whereever required. Phonegap is not integrated with Sencha Touch, you can use it with any client-size javascript frameworks like backbonejs, amberjs, jquery, jquery mobile, etc. Application built using Phonegap comes under hybrid application category.
Please check some of this preps to get more info:
http://www.slideshare.net/macdonst/building-native-mobile-applications-with-phonegap
http://www.slideshare.net/kurotanshi/jsdctw-introduction-to-phonegap