# Is discourse suitable for android && iOS native app as a forum plugin?

**URL:** https://meta.discourse.org/t/is-discourse-suitable-for-android-ios-native-app-as-a-forum-plugin/20885
**Category:** Feature
**Created:** [2014年十月7日 14:12 UTC](https://meta.discourse.org/t/is-discourse-suitable-for-android-ios-native-app-as-a-forum-plugin/20885 "2014-10-07T14:12:31Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![York23](https://avatars.discourse-cdn.com/v4/letter/y/b5a626/32.png) [@York23](https://meta.discourse.org/u/York23)
#### Post date: [2014年十月7日 14:12 UTC](https://meta.discourse.org/t/is-discourse-suitable-for-android-ios-native-app-as-a-forum-plugin/20885/1 "2014-10-07T14:12:31Z")

</div>

I want add user login/out and post comments features to my android && iOS native app. Is that possible only use discourse’s backend to develop those features?

---

<div class="post-metadata">

### Author: ![lonehangman](https://avatars.discourse-cdn.com/v4/letter/l/7ea924/32.png) [@lonehangman](https://meta.discourse.org/u/lonehangman)
#### Post date: [2014年十月8日 08:21 UTC](https://meta.discourse.org/t/is-discourse-suitable-for-android-ios-native-app-as-a-forum-plugin/20885/2 "2014-10-08T08:21:45Z")

</div>

You can use the discourse API to do pretty much all of that. AFAIK there isn’t any documentation yet so you’ll probably have to dig around yourself. The frontend uses the API, so watching how it interacts with the backend is probably the best way to start.  
I’ve managed to get almost everything working in an android app, so it’s completely possible.

You might find this useful, [GitHub - zeusbaba/discourse-api-client: Discourse API client in Java · GitHub](https://github.com/wareninja/discourse-api-client) (created by another user here)

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [2025年十二月4日 11:32 UTC](https://meta.discourse.org/t/is-discourse-suitable-for-android-ios-native-app-as-a-forum-plugin/20885/3 "2025-12-04T11:32:27Z")

</div>


