Implement DISCUZ Forum client application source code

Source: Internet
Author: User

By using this source code, developers can quickly migrate the Discuz forum to the Android client. You don't need any development work to have your own forum Android client

SOURCE Download: http://code.662p.com/view/13266.html

Preparatory work

Before using the source code, you must first install the Bigapp plugin in the Discuz forum.

First, plug-in installation

App Center, search Bigapp, click Bigapp Mobile Client--install apps

Installation steps refer to Bigapp installation Method

Second, configure the plug-in

1, Login registration mode (native login, Web login, native registration, Web registration, allow the client to change the avatar)

2, third-party login switch (QQ login, login switch)

3. Registration settings (app registration settings)

4, advanced DIY settings are as follows (app designer, style settings),

Note: The following configuration will not be available (webmaster authentication, build app, layout settings, push settings, statistical analysis) ,

Instructions for use

Note: Please use the Android Studio development tool, Gralde Script compilation Note: The source code does not include the message push and version update features.

1. Importing projects using Android Studio

2. Locate the Clan\clan\res\values\strings_config.xml file in the project and configure it

the configuration items are described below:

<!--whether sharing is enabled, 1 is enabled, other representatives do not enable--><string name= "Is_use_share" >1</string><!--specifically enabled, QQ, Weibo sharing, 1 or USE_XX_OK representative use, other representatives do not use--><string name= "Use_wechat" >use_wechat_ok</string><string name= "use_qq ">use_qq_ok</string><string name=" Use_weibo ">use_weibo_ok</string><!--app theme style 1.tab style, 2. Side bar style, 3. QQ Sidebar style, 4. Drawer menu style, 99.QQ space style--><string name= "Custom_theme" >1</string><!--API Address: Your site address + Api/mobile/iyz_index.php--><string name= "Api_url" >http://bbs.bigappdemo.com/api/mo ... tring>< String Name= "Api_url_base" >http://bbs.bigappdemo.com/</string><string name= "Api_url_path" >api/ Mobile/iyz_index.php</string>

Note: For Sina, QQ application information settings, if not using the relevant platform features, can not be set.

3. Locate the Libs\sharesdk\assets\sharesdk.xml file in the project and set the key for sharing.

This app uses SHARESDK third party sharing, please copy the QQ, Sina, developer platform key to this file.

4. Compile and run the application.

Detailed Description: http://android.662p.com/thread-6525-1-1.html

Implement DISCUZ Forum client application source code

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.