AWS Mobile Blog
Tag: Android
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 […]
Read MoreUsing 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 […]
Read MoreIntegrating 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) […]
Read MoreHow 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 […]
Read MoreBuilding 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 […]
Read MoreAn 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 […]
Read MoreAnnouncing: Direct Device Access in AWS Device Farm
The defining characteristics of a useful mobile testing service in the cloud are: instant access to a large number of real devices, ability to run parallel tests, excellent reporting, ability to configure the device state, and little to no modifications to your existing test setup. Working with our most successful mobile customers, we noticed that […]
Read MoreAutomatically 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 […]
Read MoreAnnouncing AWS Mobile SDK v2.6 for Android and iOS
Recently, we released the AWS Mobile SDK v2.6.0 for Android and iOS. The release has new features that make it easier for iOS and Android developers to integrate AWS backend services into their apps. The new features include: A configuration pattern that makes it easier for developers to get started, and to target production vs. […]
Read MoreEasy Sign-in and Sign-up UI with the AWS Mobile SDK for Android
Recently, we released v2.6.0 of the AWS Mobile SDK for Android and AWS Mobile SDK for iOS. It includes many improvements. This post focuses on two of these. First, you can integrate a JSON file with the configuration details of your mobile backend. The easiest way to generate this file is with AWS Mobile Hub. […]
Read More