Front-End Web & Mobile
Tag: Android
Getting started with Android testing on AWS Device Farm using Espresso – Part 1: Building a sample application
AWS Device Farm is a service that allows you to test your Android, Fire OS, and iOS apps on real devices (not emulators or simulators) in the AWS Cloud. You can upload your apps to the cloud and run Fuzz tests to simulate random activity or leverage the built-in app explorer, which crawls your app […]
Test user flows through your Android app with AWS Device Farm’s built-in app explorer. No scripts required.
Starting today, you can view details about how your Android app performs on real devices in the AWS Cloud without writing your own test scripts. AWS Device Farm’s new Built-in: Explorer test deploys an app explorer that crawls your application, analyzes each view it encounters, and interacts with each view’s controls as an end user […]
Integrating Amazon Cognito using developer authenticated identities: An end-to-end example
In September, we introduced developer authenticated identities, a new feature that allows you to utilize your own end-user identities with Amazon Cognito (read our announcement post). The purpose of this post is to show an end-to-end sample that demonstrates how to integrate this feature with an existing authentication system. Using developer authenticated identities involves interaction […]
Announcing AWS Mobile SDK General Availability
We are pleased to announce that version 2 of the AWS Mobile SDK has reached General Availability (GA) and is no longer in Developer Preview. Since releasing Version 2 in Developer Preview on July 10th, we have received great feedback from the developer community, and we have made numerous improvements. You can read about some […]
Using Amazon Cognito to Sync Data
The percentage of people with multiple mobile devices is growing. These people might use their phone on the go and their tablet when they get home. Consequently, they now want to be able to seamlessly transition from one device to another. In previous posts, we’ve talked about how to use Amazon Cognito to provide a […]
Pause and Resume Amazon S3 Transfers Using the AWS Mobile SDK for Android
Amazon S3 Transfer Manager makes it easy for you to access Amazon S3 cloud storage from your mobile app. It provides an asynchronous mechanism to manage uploads and downloads between your app and Amazon S3. You can easily check the status of your transfers, add handlers to run code when a transfer completes, and more. […]
DynamoDB on Mobile – Part 6: Global Secondary Indexes
Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. In Part 4 of our series, […]
Retrieving Media on Android With KitKat
Introduction With the introduction of Android version 4.4 KitKat, the way developers commonly access media files has changed. This post introduces some of the issues relevant to Amazon Web Service customers, including breaking changes to the S3Uploader sample code and how these changes were resolved. What’s new KitKat has introduced a new way of providing […]
DynamoDB on Mobile – Part 5: Fine-Grained Access Control
In previous posts in this series (Parts 1, 2, 3, and 4), we discussed how we can read from and write to an Amazon DynamoDB table using the AWS Mobile SDKs. In this post, we will discuss one way we can secure the data accessible from individual mobile devices. A User Data Table Revisited In […]
Simplifying Token Vending Machine Deployment with AWS CloudFormation
Managing credentials in mobile apps is an important concept to get right. Embedding credentials directly into your app is not secure and can lead to your credentials becoming compromised. Two methods we recommend are to use a token vending machine (TVM) or to use web identity federation. Both of these methods provide your app with […]