Testers Wanted: Retropie Forum App
-
App to view the RetroPie forum. Android only. I have enabled push notifications for this app.
Would like someone to test this on an actual android device, I can't cause I don't have a device at the moment.
-
@lilbud shows as installed in settings but doesn't show up in my list of apps
Might have something to do with this:
https://stackoverflow.com/questions/11455731/android-application-is-not-showing-up-in-the-app-drawer
Out of curiosity are you using something like this as a template? https://github.com/ReyKoxha/nodebb-webview
-
@herb_fargus said in Testers Wanted: Retropie Forum App:
Out of curiosity are you using something like this as a template? https://github.com/ReyKoxha/nodebb-webview
The package name is com.webview.nodebb so my guess is yes. :)
And I'm having the same issue. -
@lilbud I am an Android appdev. Would you like any help with this? I made a forum app for the last dev website I was Moderator of. Here are a few screenshots.
-
-
Nice! i like this!
-
Okay, let me just reply to every one in one big post.
@herb_fargus & @EctoOne: Yes, I did use the nodebb-webview as a template to build this app.
@Hex Yes, I would like some help with this...if you wouldn't mind. If possible, maybe we could work together on this seeing as I have absolutely no experience making Android Apps of any kind. Also, how did you make that app?
As a few of you could imagine, trying to make an Android app with no Android device to test on is difficult to say the least.
-
-
@lilbud One thing I would like to state up front, It will not be called lil-hex.
@herb_fargus Do you have any info about what s/w is used by RetroPie forums?
-
@hex nodebb and there may be a couple plugins for the composer and a few tweaks for links to docs and what not but mostly stock
-
@lilbud I wrote it for PhPBB
-
@lilbud @herb_fargus Looking at the mobile website, is there any deficiency an Android application will fulfil??
-
@hex Probably native push notifications, you can't get that with the mobile site.
-
@lilbud Also regarding the application not shown in drawer, you have to declare which activity do you want to launch in the Manifest by adding the following code to the activity tag
<intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> </intent-filter>
-
@hex This is my reaction to most of what you just said:
-
In you source code for the application there will be a file called AndroidManifest.xml
AndroidStudioProjects/Project/app/src/main/AndroidManifest.xml
Open this file and find this and add the missing part:
<activity android:name=".MainActivity" android:theme="@style/AppTheme"> <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> </intent-filter> </activity>
Then recompile and rebuild your apk. That should work
-
@hex said in Testers Wanted: Retropie Forum App:
@lilbud One thing I would like to state up front, It will not be called lil-hex.
magic number: I don't want DEFACE anymore ;)
@lilbud @Hex
BTT... I appreciate a mobile app and I'm ready to test. If there is need for debugging you can enable logs in the apps and I can send them here for feedback. My newest device just got Android 5.1 (API lvl 22) and I have some with KitKat (API lvl 19)Is there a way to keep the APK as small as possible? 2,5MB is much for a first attempt ;)
@lilbud said in Testers Wanted: Retropie Forum App:
@hex This is my reaction to most of what you just said:
;) ...
-
@cyperghost said in Testers Wanted: Retropie Forum App:
My newest device just got Android 5.1 (API lvl 22) and I have some with KitKat (API lvl 19)Just curious, how new is new when it just got 5.1? My 5 year old tablet is running with 7.12
Is there a way to keep the APK as small as possible? 2,5MB is much for a first attempt ;)
Now that you mentioned it, it seems kinda big for a webview app. Can't wait to see what it can do.
-
@EctoOne I've got a Samsung Galaxy Tab 2 (PT3310). It's 4 or 5 years old and that's my newest Android device. So far it runs stable with Lollipop .... better wrote latest ;)
Now that you mentioned it, it seems kinda big for a webview app. Can't wait to see what it can do.
Yes... that keeps space for some improvements.
-
In a few days I'll be getting a new phone, It should run Android 7.1.1 and possibly Android 8
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.