AngularJS and Modernizr
This is part two of my look into AngularJS.
- AngularJS Intro and Setup
- AngularJS and Modernizr
- AngularJS and jQueryUI DatePicker
- AngularJS with TextArea and Scroll To
- AngularJS and Javascript Tips
- Coming soon…
You can use Modernizr to check if the browser supports HTML5 features and to see if it has javascript support.
To use Modernizr add the below code above the
AngularJS Intro and Setup
This is part one of my look into AngularJS.
- AngularJS Intro and Setup
- AngularJS and Modernizr
- AngularJS and jQueryUI DatePicker
- AngularJS with TextArea and Scroll To
- AngularJS and Javascript Tips
- Coming soon…
Introduction
AngularJS is a open source, cross platform, javascript framework. It is used to develop single page applications (SPA). A SPA is when resources are loaded
iOS Support Matrix
For all iOS developers, a website is documenting the feature matrix between iOS versions and hardware releases of iPhone (ARMv6, ARMv7, ARMv7S, ARM64). Check http://iossupportmatrix.com/
Complete Android Activity and Fragment Lifecycle
Steve Pomeroy, an Android developer, has been diligent in publishing the real Android activity and fragment lifecycle. Unlike the Android-official
Android App: Connecting to Google Drive with Google APIs Client Library for Java [Part 3]
- Android App: Preparing to Access Google Drive
- Android App: Setting up Google APIs Client Library for Java
- Android App: Connecting to Google Drive with Google APIs Client Library for Java
To get started using Google Drive with Google APIs Client Library for Java you need to connect using
An emerging trend: Compiling to Javascript
Over the past few years, Google’s V8 and Mozilla’s Spidermonkey
Android App: Setting up Google APIs Client Library for Java [Part 2]
- Android App: Preparing to Access Google Drive
- Android App: Setting up Google APIs Client Library for Java
- Android App: Connecting to Google Drive with Google APIs Client Library for Java
If you are using Gradle skip ahead.
As of writing the current version of Google APIs Client Library for Java is 1.17.0-rc,
Android App: Preparing to Access Google Drive [Part 1]
- Android App: Preparing to Access Google Drive
- Android App: Setting up Google APIs Client Library for Java
- Android App: Connecting to Google Drive with Google APIs Client Library for Java
First thing is to read through the Google Drive Android API Getting Started. The following will add some clarity to setting up Google Developers Console using OAuth.
Enable Drive API
Select Create
Displaying Images/Photos on Android
Introduction
Our Android app has a new feature using the camera to take photos. We can split the feature into two tasks, taking a photo and reviewing a photo by pan-and-zoom.
Take a Photo
To take a photo, we found two methods.
Displaying Charts on Android with WebView
We are building an Android app and want to render charts. Charts are diagrammatic representations of numeric data, which include bar and pie charts. We found two methods for rendering charts: