Code

Discussion on Fives | Android Universal Word Game Template

Discussion on Fives | Android Universal Word Game Template

Cart 29 sales

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…

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.

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

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey