Posts

Showing posts with the label AngularJS

Are you building Web and Mobile apps? Check out Meteor

Image
It appears Meteor can provide a radically simpler way to build real time mobile and web app using only JavaScript from one code base. I have not used Meteor and the content for the post came from here . This post describes some of the highlights and a screen shot from a app built using Meteor. Here are some Highlights: Universal JavaScript Same code from client to cloud; from packages to database apis; from browsers to mobile devices via Meteor's unified isobuild system Mobile and Web apps As Installable iOS and as Android app As a web app that loads on demand Reactive Rendering While being thin,  gives a thick client feel and look using Meteor's Blaze Framework with AngularJS and ReactJS Meteor's Cloud Platform Galaxy Deployment, scaling and monitoring for connected clients Provides actionable metrics to stateful connected client apps One command to update all connected browsers and apps (Hot Deploy) Coordinated version updates How is it differ...

User Interface templates in Intel XDK

Image
Using templates is the easiest to start off designing apps with Intel XDK. Intel XDK provides a number of layouts and templates for designing apps.  Layout_UI.png If you have been using apps you must have come across apps that use many of these types of apps. For example an earlier post here discusses the List View Template in detail and this link describes the Tab View in detail(). We will explore the other templates in future posts.  The Ionic Framework Starter template uses the Ionic Frame work and AngularJS and you can design apps for desktop, smartphones and tablets using Standard HTML5. Ionic Framework is supposed to provide native-app like feeling for UI and is based on HTML5 and essentially a front end beautifier. However Ionic requires AngularJS which is required for UI interaction; gestures; animations etc.  ionicFramework.png In a future post  we will describe creating an app with Ionic Framework. Read more here for Ionic Framework: ionicframewo...