NodeBB Android App
-
@Carlos-Carcamo thats strange...
I checked the code on GitHub again, it is the same as one which I used for my app.Can you maybe send me a screenshot of the app you are using?
-
Little announcement:
This weekend I will release a version with improved and better commented source code, which will also include Parse.Edit: New code is available.
-
Parse announced to shut their service down by 2017. However, they promised to release their source code, so you can run your own server:
https://github.com/ParsePlatform/parse-serverProject update:
Re-licensed under GPL.
Notification system will move to OneSignal. -
@AOKP said:
Parse announced to shut their service down by 2017. However, they promised to release their source code, so you can run your own server:
https://github.com/ParsePlatform/parse-serverProject update:
Re-licensed under GPL.
Notification system will move to OneSignal.Any mention of the overheads of running it yourself?
-
Hi, I love this WebView, but one question how can I remove the top bar?
-
@Carlos-Carcamo please read my previous replies. This app has no top bar...
Please re-download the source code from GitHub and compile the app again.@a_5mith I think more people will feel comfortable with a solution with UI. Additionally they didn't reworked the push delivery system.
-
Thank you for your response, how can I add progress bar when one link or page is loading?
-
This thread is old. XD
-
Will it still work, nonetheless ?
-
@Gaurav-Grv-Robinson yes, yes and yes.
It doesn't matters which NodeBB version you use. This app is a "browser" opening your site. -
is Notification working on phone with this app using "nodebb-plugin-desktop-notifications"?
-
This post is deleted!
-
-
I believe it might be possible to have notifications working, I don't know if using GCM (Google Cloud Messaging).
What I understood is that I would need the server to send something to GCM and it would return it to the app, I don't know if there is a more direct way (without GCM) -