Randy Sugianto (Yuku)

Results 18 comments of Randy Sugianto (Yuku)

I tried to strip most of the other classes etc, and the bug disappeared :( Currently it's very hard to isolate it. I spend an hour to make the activity...

Great. The `onCreateOptionsMenu` I have where the return value is a `boolean` is on the activity. It's as below: ``` @Override public boolean onCreateOptionsMenu(Menu menu) { if (menu != null)...

@levinotik Yes, the purpose of the { } in the case statement is to create a new scope, in order that each case on the switch statement more self-contained. It...

I managed to isolate the bug and I can share the complete project tree for examination. Source download: http://dl.dropbox.com/u/128693/tmp-absbug/turbanizerabsbug-1.zip - the project is located in angelsgate/TurbanizerAbsFail directory. APK download (for...

@iNoles I agree with you. However this is a client's order which I have argued not to put splash screen into and I lost. Btw, it's not that different from...

Hi, sorry for late response. I am inclined towards Flutter because it is more modern and out-of-the-box supports iOS. I agree that cross-platform capability will be very useful, especially for...

Latest releases are downloadable from https://github.com/yukuku/androidbible/releases Unless you want to maintain the app in F-Droid, in that case I will let you handle the updates there.

@IzzySoft Thank you for having the APK on your repo. Let me check if we can have a build flavor that does not include Google Play Services libraries.

That makes sense, let me think what I can do regarding this.

@Zumbalamambo Thank you for your concerns. May I know which parts more specifically that you find unclear, so that we can enhance it?