# Photo gallery of an Android app developed based on Discourse

**URL:** https://meta.discourse.org/t/discourse-android-app/405835
**Category:** Community Building
**Tags:** show-and-tell
**Created:** [June 22, 2026, 7:38pm UTC](https://meta.discourse.org/t/discourse-android-app/405835 "2026-06-22T19:38:59Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Lxk520](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lxk520/32/550353_2.png) [@Lxk520](https://meta.discourse.org/u/Lxk520)
#### Post date: [June 22, 2026, 7:39pm UTC](https://meta.discourse.org/t/discourse-android-app/405835/1 "2026-06-22T19:39:00Z")

</div>

Showcase of an Android APP developed based on Discourse. Due to the limited content, the APP UI doesn’t look very harmonious. We hope everyone can help by posting some questions or suggestions for discussion on the website, to facilitate testing the APP’s usability, layout, etc. Thank you [https://www.airsc.cc/](https://www.airsc.cc/)

 ![b5420914bf33d304ee2abe47652bfc15](https://global.discourse-cdn.com/meta/original/4X/b/f/f/bffde6641282601b37cd4f36ed5d06fdb38c61c8.jpeg)  
 ![9173bac7b389572fbdb457bcf166d85a](https://global.discourse-cdn.com/meta/original/4X/4/3/e/43e6195ae28dd4badb2dc02f83fc0daae9f5049e.jpeg)  
 ![c24312df1b08012a2147c3c542548b67](https://global.discourse-cdn.com/meta/original/4X/b/a/2/ba279ca04a58c1cae843304b88e060b68b43f230.jpeg)  
 ![0a9f64593597793fa49b196cb348832e](https://global.discourse-cdn.com/meta/original/4X/a/4/2/a42a3107c67b9be944f3824fcb89edc3a8ce81b2.jpeg)  
 ![30907aeb6d895a115b1be6e3cfc82405](https://global.discourse-cdn.com/meta/original/4X/1/a/f/1af43c100b158dd8ef52e3c72cb8bada04688add.jpeg)  
 ![78d166f681ce5fc55ddf37ef316e55be](https://global.discourse-cdn.com/meta/original/4X/0/f/5/0f5d44ccc4d112965bb145f8a4b8f848b8da4ffd.jpeg)  
 ![6482fa28ee71780d3da51ec03121233e](https://global.discourse-cdn.com/meta/original/4X/6/7/0/6709cb6a1fcc8867b6e7e5687398c5445919d8be.jpeg)  
 ![18534e631445205e2a7c3c4f53fa92cf](https://global.discourse-cdn.com/meta/original/4X/0/1/9/0199e85f372b9d83595c19d2c9e583262c3790c7.jpeg)  
 ![be6f53400b11330de627813a9c658e84](https://global.discourse-cdn.com/meta/original/4X/8/9/3/8936d6cd577706d7ba2d43d8243db5be9a870ca0.jpeg)  
 ![7de6a6a80ff962f1763168740c59419a](https://global.discourse-cdn.com/meta/original/4X/b/3/6/b36e1a37e694892e62c9b0811ed91637772eae69.jpeg)

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [June 23, 2026, 2:08pm UTC](https://meta.discourse.org/t/discourse-android-app/405835/2 "2026-06-23T14:08:58Z")

</div>

Is there a place people can download this app for their own use or find more information about it?

If you want to populate it with more content for demonstration purposes, you can enter your container (`cd /var/discourse && ./launcher enter app`) and run a rake task that generates fake groups, users, categories, tags, and topics:

```plaintext
 sudo -u discourse -H bash -c 'cd /var/www/discourse && ALLOW_DEV_POPULATE=1 bin/rake dev:populate'

```

This is normally meant for local development instances, but it can be useful for producing demo content on a site like this. Just note it creates fake users/topics that are tedious to remove later, so if you want to keep any of your existing content you might want to create a backup first.
