From 694ef6f7cd212dfea6cb2fa0ee5948f083f1f7d2 Mon Sep 17 00:00:00 2001 From: Chamath Palihawadana Date: Wed, 1 Mar 2017 18:23:44 +0530 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5c86d6..370efa0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ -# flarum-mobile-android -An Android Webview wrapper for Flarum +# Make an Android app for your Flarum Forum +A WebView based Android application which will embed your flarum forum inside an application. + +## Screenshots + +![Home](https://raw.githubusercontent.com/SurfEdge/flarum-mobile-android/master/screenshots/scr_home.png) +![Inside](https://raw.githubusercontent.com/SurfEdge/flarum-mobile-android/master/screenshots/scr_inside.png) + +## Links + +[Flarum Home page](http://flarum.org/) + +[Flarum Community](https://discuss.flarum.org/) + +[Advanced Web View project](https://github.com/delight-im/Android-AdvancedWebView)