Front-End Web & Mobile

Tag: Android

Building an Android app with AWS Amplify – Part 1

This post has been deprecated. Instead, please see the new Amplify Android Getting Started tutorial to learn how to build Android mobile applications using AWS Amplify. This walkthrough is part 1 of a two-part series on how to build an AWS cloud-enabled Android mobile app with the AWS Amplify toolchain. Suppose that you want to […]

AWS Amplify simplifies development for iOS and Android developers

Today, we’re releasing an enhanced mobile client in the AWS Mobile SDKs for iOS and Android, which are part of the Amplify Framework. This client is designed to help native developers perform common authentication workflows with a simple, declarative programming model. The Amplify Framework is an open-source client project that you can use to build sophisticated cloud-powered […]

Android GraphQL subscriptions and support for complex objects in AWS AppSync

September 14, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. AWS AppSync and AWS Amplify have had several releases over the past few months. With AWS AppSync, you can easily apply real-time or offline features to an existing Amazon DynamoDB table. You can also provide complete GraphQL capabilities to your […]

Build a CI/CD Pipeline for your Android App with AWS Services

Continuously building, testing, and delivering updates for your app to your users helps you release new features sooner and with fewer bugs. In an earlier blog post “Automatically build your Android app with AWS CodeBuild,” Adrian Hall explains how you can use AWS CodeBuild to compile an Android app and publish the APK to Amazon […]

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 […]