Photo gallery of an Android app developed based on Discourse

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/

1 Like

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:

 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.