# Sharing Android sample data between projects with Gradle

DevFeed: [Sharing Android sample data between projects with Gradle](<https://devfeed.tech/articles/tools-title-remotesampledata-39029.md>)

Original publisher: [Read original article](<https://vladimirj.dev/remote-sample-data/>)

Author: Vladimir Jovanović

Published: 2018-03-10T09:44:00Z

Content type: tutorial

Language: en

Sources: [Vladimir Jovanović](<https://devfeed.tech/sources/vladimir-jovanovic.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Gradle](<https://devfeed.tech/topics/gradle.md>), [Script](<https://devfeed.tech/topics/script.md>), [layout](<https://devfeed.tech/topics/layout.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-development](<https://devfeed.tech/tags/android-development.md>), [android-layout](<https://devfeed.tech/tags/android-layout.md>), [code](<https://devfeed.tech/tags/code.md>), [design](<https://devfeed.tech/tags/design.md>), [gradle](<https://devfeed.tech/tags/gradle.md>), [layout](<https://devfeed.tech/tags/layout.md>)

## AI overview

This tutorial explains how to share custom Android sample data across projects by hosting the files and using Gradle scripts to download them into a project folder.

## Source excerpt

Doing copy/paste of the sample data from one project to another is not an option.