Front-End Web & Mobile

Adrian Hall

Author: Adrian Hall

The re:Invent recap: All the AWS Mobile sessions

AWS re:Invent 2017 was an amazing experience and it was great to connect with a lot of you!  The AWS AppSync announcement was one of the awesome developer announcements of re:Invent, and we loved spreading the word about the AWS Amplify library.  However, not everyone could be there – and those of you who were there […]

Build, deploy, and test your web app’s performance for free with AWS Mobile Hub

According to a recent study, two-thirds of users access web applications on a mobile device, yet very few developers test their web applications on mobile devices. Today, we are adding web performance testing on mobile devices to AWS Mobile Hub. Combined with the recently announced awsmobile CLI, web developers can run a simple performance test […]

Building a Synchronization Framework for Android

This is the sixth and final part in a series on synchronizing data within an Android mobile app to the AWS Cloud.  Check out the full series: An Introduction to the Sync Framework for Android Building a ContentProvider for Android Using a ContentProvider in Android Mobile Apps Integrating Amazon Cognito with the Android AccountManager API […]

Building a Synchronization Endpoint in AWS Mobile Hub

This is the fifth part in a six-part series on synchronizing data within an Android mobile app to the AWS Cloud.  Check out the full series: An Introduction to the Sync Framework for Android Building a ContentProvider for Android Using a ContentProvider in Android Mobile Apps Integrating Amazon Cognito with the Android AccountManager API Building a […]

Using a ContentProvider in Android

This is the third part in a six-part series on synchronizing data within an Android mobile app to the AWS Cloud.  Check out the full series: An Introduction to the Sync Framework for Android Building a ContentProvider for Android Using a ContentProvider in Android Mobile Apps (this article) Integrating Amazon Cognito with the Android AccountManager API […]

Integrating Amazon Cognito with the Android AccountManager API

This is the fourth part in a six-part series on synchronizing data within an Android mobile app to the AWS Cloud.  Check out the full series: An Introduction to the Sync Framework for Android Building a ContentProvider for Android Using a ContentProvider in Android Mobile Apps Integrating Amazon Cognito with the Android AccountManager API (this article) […]

How to: Record User Sign-in on Android with Amazon Pinpoint

In a previous post, we introduced the AWS Mobile SDK v2.6.0 for Android and implemented user sign-in and sign-up with IdentityManager.  IdentityManager is a new capability in the AWS Mobile SDK that provides a native graphical interface for authentication.  We also showed how to add basic session analytics using Amazon Pinpoint. We want to show […]

Building a ContentProvider for Android

This is the second part in a six-part series on synchronizing data within an Android mobile app to the AWS Cloud.  Check out the full series: An Introduction to the Sync Framework for Android Building a ContentProvider for Android (this article) Using a ContentProvider in Android Mobile Apps Integrating Amazon Cognito with the Android AccountManager API […]

An Introduction to the Sync Framework for Android

This is the first part in a six-part series on synchronizing data within an Android mobile app to the AWS Cloud.  Check out the full series: An Introduction to the Sync Framework for Android (this article) Building a ContentProvider for Android Using a ContentProvider in Android Mobile Apps Integrating Amazon Cognito with the Android AccountManager API […]

Automatically build your Android app with AWS CodeBuild

“It worked on my machine.”  If you have been a developer for a while, you probably have heard this.  It is a lament for a bug that is hard to diagnose and points to some peculiar setup of the developer’s machine. You can fix this by including continuous integration in your tool arsenal.  When you […]