20 comments found.
Hi. Is this still supported? I bought this code years ago, possibly for eclipse? Anyway, downloaded most recent version and it compiles fine. Trouble is, one letter, it could be in any position, is a fullstop (or period or dot or whatever). Can’t see any obvious errors in the strings array or the gameboard activity. Any ideas? Cheers.
your demo apk also has the same error
OK, checking now – thanks for update, will try to update the app next week max. 
Some places show about Leaderboard but not incude soruce code. Why?
Hi, what do you mean?
I mean Leaderboards / Play Games Services
Are you still active? To see if it’s worth the purchase Also, the app have interstitial?
Yes and yes 
I create the APK to test and get “Error Parsing Package” when trying to install the APK on my Android…
Hi, what is the Android version of your device?
Thank you for the fast reply. It is 4.4.4
Just so you know, I also tried to install the APK generated without making any changes to the original source code. I also use the latest Android Studio and tried both 3.1.1 and 3.1.2 with the same error.
that’s why it doesn’t work, if you check this app’s description page you would see that this code works from Android 5.0 and above
You need at least an Android 5.0 device
Is there a way to make it backwards compatible? My tablet is a Huwaei and seems that I cannot update the Android version 
No, sorry, there’s some code and layout stuff that work only on Android 5.0 or higher.
Ok no problem, I used another phone Android 6 and working good. Ok, sorry for this, but I refractor the package name to com.domain.myappname do I need to change the com.domain? If so, which files do I need to change? Thank you.
here’s a guide on how to rename a package name: https://hubpages.com/technology/Android-How-to-rename-an-app-package
Sorry I managed to do it. Last thing. I created the signed APK, uploaded to Google Play but get this
” Errors Resolve these errors before starting the rollout of this release. Your app has an apk with version code 1 that requests the following permission(s): android.permission.CAMERA. Apps using these permissions in an APK are required to have a privacy policy set.”
As far as I can see the app doesnt use the camera, is there a way to remove this or do I need to create a privacy policy?
You may remove the CAMERA permission from the top of the Manifest.xml file
<uses-permission android:name="android.permission.CAMERA"/>
Sorry my sister has found a problem. When sharing on Facebook, it is only sharing the icon image and not the Google Play URL or score…
that’s how Facebook share API works, unfortunately, not my fault, that API doesn’t allow custom text like Twitter or Google+ do, Mr Zuckerberg sucks 
Yep Zuckerberg is one greedy evil man. Facebook also do not allow monetisation, they take 100% of the profit. Facebook is the problem with the world which is why I deleted my account. They also owe me VAT taken from advertising payments although I live in a VAT exempt country, been fighting them for 6 months, they don´t care. The day Facebook dies is the day everyone will start to make money again.

hello, I got error. when playing the game, I out go to home screen, then I go back to the game. the game got error with playing continues sound.
Hi, do you mean the demo APK? and i’m sorry but your english is not so clear so i don’t understand your issue, you may record a video of your screen while playing that shows what happened to you, upload it to dropbox and send me its download link through my profile’s contact form. Thanks 
yes, it’s the demo APK.
Try install the APK on your device and open the game and tap play button. When the the timer running, quit the game by tap your HOME android button and wait about 10 seconds. Now back again to the game, timer reset to start. just do nothing until the timer runs out, you will got the error after timer runs out.
Ok, I’ve checked it out and fixed the issue, here’s a new demo APK: https://www.dropbox.com/s/st8jj75pf1yo8i1/Fives_APK.apk?dl=0
so you fix it by quit the game? I think you can make it still run the game
No, because the timer must stop if you press the Home button, but for some reason it doesn’t, it’s Android, after all, it’s not like Apple, so that’s the workaround I’ve found to avoid the sound loop issue in background.
ooooh…. one more, can you add interestitial ads on it? after game finished, between gameplay and gameover? so after user can’t find the words and timer runs out, it will show interestitial ads before displaying the gameover page.
forget one more things, is it auto resize on all screen size? like responsive bootstrap?
it’s responsive, yes, and if you want to add Interstitial ads you can easily do it by getting this template: https://codecanyon.net/item/amdroid-universal-admob-banner-interstitial-ads-template/19912715
so it’s additional purchase?
not good for me 
It’s not so expensive, anyway that’s an extra feature, so if I had to make it for you it would cost even more 
hmmmm…. it would be better if it included in the source code
The original concept of this app is with banners, if someone wants something different, it’s considered as an extra customization job, it’s just how this world works 
Hello and have happy new year! i have download the test Apk file but it crashes on android version 5.1
i would need to see a Logcat message on crash in order to address your issue. Happy new year to you too!
where i can find the logcat ?
plug your device in the USB port of your computer, open Android Studio and create a new project, name it as you wish, it doesn’t matter, open the Logcat and run the app on your device, you should see the red error messages on crash. if not, run the emulator and install the APK in it.
hello can you add hints into game to help solving the puzzle
that can be requested as an extra customization job upon sending details about how hint should work.
Hello, Can u 1: Add leaderboard ? 2: Add Levels ? 3: Add game reword ads ? 4: Add 6,7,8 word into game ?
no i can’t
Is there admin panel to add more question?
no, words are a string-array instance in the code
Interstitial?
If you want to add interstitial ads in this app you can get this template: https://codecanyon.net/item/amdroid-universal-admob-banner-interstitial-ads-template/19912715
I successfully created a build for the app, but it keeps crashing as soon as I open it on my phone. Please help me in resolving this.
Well, I need a Logcat message on crash, otherwise i can’t address your issue.
10-20 18:40:54.341 4110 4110 E AndroidRuntime: Process: com.domain.fives, PID: 4110 10-20 18:40:54.341 4110 4110 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/common/internal/zzac; 10-20 18:40:54.341 4110 4110 E AndroidRuntime: at com.google.firebase.provider.FirebaseInitProvider.zza(Unknown Source) 10-20 18:40:54.341 4110 4110 E AndroidRuntime: at com.google.firebase.provider.FirebaseInitProvider.attachInfo(Unknown Source) 10-20 18:40:54.341 4110 4110 E AndroidRuntime: at android.app.ActivityThread.installProvider(ActivityThread.java:6054) 10-20 18:40:54.341 4110 4110 E AndroidRuntime: at android.app.ActivityThread.installContentProviders(ActivityThread.java:5646) 10-20 18:40:54.341 4110 4110 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5585) 10-20 18:40:54.341 4110 4110 E AndroidRuntime: at android.app.ActivityThread.-wrap2(ActivityThread.java) 10-20 18:40:54.341 4110 4110 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1600) 10-20 18:40:54.341 4110 4110 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102) 10-20 18:40:54.341 4110 4110 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154) 10-20 18:40:54.341 4110 4110 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6321) 10-20 18:40:54.341 4110 4110 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 10-20 18:40:54.341 4110 4110 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886) 10-20 18:40:54.341 4110 4110 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776) 10-20 18:40:54.341 4110 4110 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn’t find class “com.google.android.gms.common.internal.zzac” on path: DexPathList[[zip file ”/data/app/com.domain.fives-1/base.apk”, zip file ”/data/app/com.domain.fives-1/split_lib_dependencies_apk.apk”, zip file ”/data/app/com.domain.fives-1/split_lib_slice_0_apk.apk”, zip file ”/data/app/com.domain.fives-1/split_lib_slice_1_apk.apk”, zip file ”/data/app/com.domain.fives-1/split_lib_slice_2_apk.apk”, zip file ”/data/app/com.domain.fives-1/split_lib_slice_3_apk.apk”, zip file ”/data/app/com.domain.fives-1/split_lib_slice_4_apk.apk”, zip file ”/data/app/com.domain.fives-1/split_lib_slice_5_apk.apk”, zip file ”/data/app/com.domain.fives-1/split_lib_slice_6_apk.apk”, zip file ”/data/app/com.domain.fives-1/split_lib_slice_7_apk.apk”, zip file ”/data/app/com.domain.fives-1/split_lib_slice_8_apk.apk”, zip file ”/data/app/com.domain.fives-1/split_lib_slice_9_apk.apk”],nativeLibraryDirectories=[/data/app/com.domain.fives-1/lib/arm64, /system/lib64, /vendor/lib64]] 10-20 18:40:54.341 4110 4110 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56) 10-20 18:40:54.341 4110 4110 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:380) 10-20 18:40:54.341 4110 4110 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 10-20 18:40:54.341 4110 4110 E AndroidRuntime: ... 13 more 10-20 18:40:54.409 3515 4131 I chatty : uid=1000 system_server expire 1 line 10-20 18:40:59.838 3515 12564 I chatty : uid=1000(system) Binder:3515_17 expire 3 lines 10-20 18:41:04.394 3515 3515 I chatty : uid=1000 system_server expire 29 lines 10-20 18:41:05.575 3515 4904 I chatty : uid=1000(system) Binder:3515_C expire 5 lines
maybe your apk is corrupt, please run the app via Android Studio with your device plugged into the USB port of your computer and see if the app crashes. If not, generate a new Signed Apk
can you add “settings” and user can change the language? thank you
Hi, unfortunately i can’t build a custom activity and code for it, because of how the code has been written, you can switch language by entering your device Settings and change it there
do not make any changes/customizations for a fee?
yes i do, but not at the present. you may contact me by my profile’s contact form in a few weeks. Cheers!
Awesome code, loved it.
thanks so much for your feedback, then please don’t forget to rate it on your downloads page: https://codecanyon.net/downloads 
hi, i would like to buy this(both android & iOS). would you do the re-skining and upload to play store? And would you integrate an ad serving SDK of my choice?
i’m sorry but i don’t offer app store publishing service, nor other banner ads sdk’s other than AdMob. i can reskin the design of the app
can i have longer words ? like 6 or 7 words?
yes, but you will have to modify the UI and a lot of code to make it happen
Gift letters(advertisement), tips and shop add these features. When are these features added?
i won’t add those features to this app
Hello sir , what about leaderboard for this game? and also can users play this game on version 4.2.2 to 7.1 i see you mentioned 5.0+ but a lot people out there uses lower version. thank you
API 21 (Android 5) has some functions that older versions do not have, so users with older versions can’t install this game. No Leaderboard either, i couldn’t figure it out at the present
Does the application have language support in turkish language?
Yes, you have to add your language translations and words in the code, the User guide explains how to do that.
using any kind of database for the wordlist?
no, it is a string-array of words into strings.xml
very nice work, big sales to you 
thanks
GLWS! 
thanks