JavaScript for Line of Business Applications
596.1K views | +0 today
Follow
JavaScript for Line of Business Applications
Keeping track of current JavaScript Frameworks that help design your clientside Business Logic Layers.
Curated by Jan Hesse
Beam to my Inbox:
Your new post is loading...
Your new post is loading...

Popular Tags - Filter using the Funnel

Current selected tag: 'xamarin'. Clear
Scoop.it!

Resilient network services with mobile Xamarin apps

Resilient network services with mobile Xamarin apps | JavaScript for Line of Business Applications | Scoop.it

For most of our computing history, our machines and our applications sat on a desk and never moved. We could count on a constant supply of power, resources, and network access. Developers didn't spend a lot of time planning for interruptions or failures with those resources. It was even common to have applications that worked completely locally, where we never had to think about the network.

Our goals for our apps should include, but not be limited to, the following:

  • Easy access to restful services
  • Fast response for our users
  • Work offline
  • Handle errors

Secondary goals include:

  • Fast development time
  • Easy maintenence
  • Reuse existing libraries

Let's address those goals one at a time, and see how we can improve the state of our networked app. As usual, I'll be using a conference app based on TekConf.

No comment yet.
Scoop.it!

Learning Xamarin for Android

Learning Xamarin for Android | JavaScript for Line of Business Applications | Scoop.it

I have embarked on a course of learning Xamarin for Android. By request, here is an evolving Table of Contents of the articles. Each article will point back to this TOC, and this TOC will point to all the articles, in order.

* Getting Started With Xamarin Android
* Using the Genymotion Emulator
* Logging
* Weirdness Explained
* Application LifeCycle
* Preserving State
* Adding the Spinner Control
* Taking the Plunge – Creating An App
* Preserving State With JSON
* Menus!

No comment yet.
Scoop.it!

Using OAuth, Twitter and Async To Display Data

Using OAuth, Twitter and Async To Display Data | JavaScript for Line of Business Applications | Scoop.it
Connect to Twitter from a mobile application using OAuth with the Xamarin.Auth library, along with Joe Mayo's LINQ To Twitter library.


For these set of examples, we'll use OAuth as a mechanism to authenticate users. We'll authenticate users, get a response and display information to the user (specifically, a profile image). From there, the example will integrate with Twitter via OAuth and then make calls to Twitter via a third-party library. This will demonstrate the strength of the growing Xamarin ecosystem.

No comment yet.