# Update app content online without making a new build?

**URL:** https://community.thunkable.com/t/update-app-content-online-without-making-a-new-build/1278253
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [May 12, 2021, 9:47am UTC](https://community.thunkable.com/t/update-app-content-online-without-making-a-new-build/1278253 "2021-05-12T09:47:15Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![youssef.mohamed](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/youssef.mohamed/32/116219_2.png) [@youssef.mohamed](https://community.thunkable.com/u/youssef.mohamed)
#### Post date: [May 12, 2021, 9:47am UTC](https://community.thunkable.com/t/update-app-content-online-without-making-a-new-build/1278253/1 "2021-05-12T09:47:15Z")

</div>

Can I update the content of the application online without making a new build and update the application with the meaning of the latest content of the application online?

---

<div class="post-metadata">

### Author: ![Dean\_Artis](https://avatars.discourse-cdn.com/v4/letter/d/a8b319/32.png) [@Dean\_Artis](https://community.thunkable.com/u/Dean_Artis)
#### Post date: [May 12, 2021, 10:16am UTC](https://community.thunkable.com/t/update-app-content-online-without-making-a-new-build/1278253/2 "2021-05-12T10:16:29Z")

</div>

Don’t make the title of your topic the query itself.

Yes you can do what you want.

1. Store the content in an online database.

2. Update your content in the online database.

3. Have your app check for new content each time it is started, or you can add a manual “refresh content” button users can click to check for updates.

4. Load the content and display it via your app.

Next time search the forum or use google. Most questions have usually been answered so there is no need to spam the forum with unnecessary topics.

---

<div class="post-metadata">

### Author: ![catsarisky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/catsarisky/32/100661_2.png) [@catsarisky](https://community.thunkable.com/u/catsarisky)
#### Post date: [May 12, 2021, 12:11pm UTC](https://community.thunkable.com/t/update-app-content-online-without-making-a-new-build/1278253/3 "2021-05-12T12:11:20Z")

</div>

Hi @youssef.mohamed , thanks for a clear and specific question. I can see why you might have trouble finding the answer by searching, since there are so many questions about updating apps that aren’t what you’re asking.

Dean’s answer has great content. If you need help implementing this, don’t hesitate to ask another question! 🙂 An easy first option to get started would be to store your app’s text and image URLs in one of the several data sources available. Be aware that reading app content from an online data source is slower than having the content built in, and requires internet access. [Firebase is fastest, but loading content still can be noticable.] Some users work around this by saving a local copy of the content, so that they can grab the updated content once (perhaps while the user is doing something else) and then have it available to deliver rapidly on request or even while the user is offline.

---

<div class="post-metadata">

### Author: ![youssef.mohamed](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/youssef.mohamed/32/116219_2.png) [@youssef.mohamed](https://community.thunkable.com/u/youssef.mohamed)
#### Post date: [May 13, 2021, 9:36am UTC](https://community.thunkable.com/t/update-app-content-online-without-making-a-new-build/1278253/4 "2021-05-13T09:36:01Z")

</div>

The message you said is not wanted for you, but for me I need it badly

---

<div class="post-metadata">

### Author: ![youssef.mohamed](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/youssef.mohamed/32/116219_2.png) [@youssef.mohamed](https://community.thunkable.com/u/youssef.mohamed)
#### Post date: [May 13, 2021, 9:36am UTC](https://community.thunkable.com/t/update-app-content-online-without-making-a-new-build/1278253/5 "2021-05-13T09:36:40Z")

</div>

Thank you ❤

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:22pm UTC](https://community.thunkable.com/t/update-app-content-online-without-making-a-new-build/1278253/6 "2024-11-08T13:22:35Z")

</div>


