26 comments found.
it looks very good. I have these doubts:
- I can generate the questions that I want or they are already predefined.?
- Can I change the graphics?
- It is created in androidx.?
You can generate your questions. Graphics can be changed. Supports android 4.0 and higher.
Hi. Is it possible to show hints for the crosswords? Do you have a code for it? Thanks.
Each word has a question. What hints?
like first alphabet of the word
I mean first letter
No such option
is it possible for you to give me an idea how to implement this? Very much appreciated. Thank you
Does it support Arabic language
No. Only if you will edit the source as you need to use arabic chars
Hi,
Did you fix the generator or build a new one in the end?
I’m obviously having the same problems as previous poster, with seemingly random vertical (and horizontal) words missing from the json output.
Did you remember where you got it from, maybe they have a working version?
Cheers.
Not fixed yet. I have not the contact of the author of the generator
Hi,
Ok, thanks for the reply anyway.
I have a problem, please reply my email Thanks
Hi again,
Thank you for the update!
I’m wondering if it’s possible to add a title for each crossword? Can you at least point me where to look in the code?
Would this be something complicated to do so I will have to hire someone to do this change?
Thanks again!
Hi, are you reading this? Are you still around?
Thanks!
Find a line in Main.java:
((TextView) item.findViewById(R.id.txt_title)).setText(String.valueOf(i));
Put your title instead “String.valueOf(i)”
Thank you for your response!
I guess if I modify that I will set the same title for each one crossword? Is there a way to add a different title for each one?
You can create array with the titles and set title of each crossword as someArray[i]
Great, thank you!
Would be able to offer this customization? I guess it will be more convenient for you to offer this customization because is your code rather than find a freelancer for this.
Can you please give me a quote on what it would cost to implement this?
Thank you!
I don’t do customization
Ok, thanks!
Then I will require some freelance work. Is this something complicated to do for an experienced Java developer? Is something that might take hours/days/weeks, or is just a simple task?
Thanks again!
It’s a simple task, a few hours
Hi there, I have just tested your generator and it’s not working properly. If you put the words there and you click on “Make JSON” it just creates the words for the horizontal cells and it ignores the words on the vertical space.
Any fix for this?
Thank you!
Fixed
Great, thank you! Where I can find the fixed version? I just downloaded it again, and I have the same problem. It just creates the words and definitions for the horizontal cells.
You can download the purchased archive again, I updated it. I fixed the code that generate numbers for vertical words. May be you mean an other problem. Show me a screenshot.
When you click on “Make JSON” you expect to see the “words” and “definitions” for the horizontal and the vertical cells? Right? This is how your crosswords works if you create them manually.
With your generator, I get just the “words” and “definitions” just for the horizontal cells.
Here is a screenshot:
https://ibb.co/SNYZSpLAnd even on the horizontal is very buggy, it start from the number 18, and it should start from 0.
All as must be. You press “MAKE JSON” and will be generated data. After find the array “questions” and replace all words with their definitions. To switch from horisontal to vertical input in app press again in the same cell.
It seems that I’m really stupid I can’t explain myself.
I am not reffering to how you can switch from horizontal to vertical IN APP. I am talking about your GENERATOR. More exactly I’m talking about how your GENERATOR doesn’t work.
Normally/naturally/logically after you put all the letters in the cell, when you press “MAKE JSON” you are supposed to replace the array “questions”with your definitions and copy the JSON code and put it in the app, and it should work.
What I am trying to tell you on the last few replies, is that your generator doesn’t work. IT JUST GENERATES THE WORDS AND QUESTIONS FOR THE HORIZONTAL CELLS. Normally, your generator should generate words and definitions for the VERTICAL CELLS also. Does this make any sense for you? If it still doesn’t make any sense for you, please tell me and I will record a video of myself explaining this as clear as possible.
I see now. It’s interesting. Seems the generator can’t generate the word if it is full length row. Must to say that generator is a bonus to my source, I got it from some buyer, so I include them to the purchased archive. I don’t understand algorithm of the generator totally, so I don’t what to say about this. I will try to make the generator myself, but it’s can take a lot of time. I will update the archive when all will be done.
I’m glad that you understand. I will be happy to pay for a fully working generator. Please let me know if you plan on fixing this or maybe the buyer who shared this with you has a working version. Thanks!
Hi there,
Can you give me a contact for the buyer that gave you this generator? I would like to ask him for a fully working version if he/she has it.
Thank you!
I don’t remember, sorry
Crosswords generator updated
Hi there,
Solved! Thanks!
does this have in-app purchases?
No
Seems to be a bug. As soon as I enable Admob, the app crashes when I try to start a crossword game. Please advise.
Put yours admob IDs before enable admob
I did put my admob IDs in. The issue happens when I change “show-admob” to “true”. The app launches normally, but then crashes when I select a level. Please advise.
how to make “content” easily? Is there a way?
Is it easy to create a new level? I want to make 500 levels. Is that random or I have to make one at a time?
I see if other comments you told that it should be possible to use here other languages. But what about keyboard will it support other alphabet? Other amount of letters?
In this app keyboard is the set of ImageViews, that put chars to cells by click. You can make your own keyboard that will contain all letters as you need.
hello I just purchase your app, and I need your help in this task. I need to change the keyboard language, can you assist me on that? Additionally I see there 100 crosswords, so I add 101.txt and 102.txt files there, but when I run the app I dont see them. How I can put more than 100 crosswords ? thanks
I mean I need to have in keyboard 4 lines and 10 letters in each line
admob not working, i see this message The Google Mobile Ads SDK will not integrate with Firebase. Admob/Firebase integration requires the latest Firebase SDK jar, but Firebase SDK is either missing or out of date
Sorry I think I have solved most this issues, just help me to make delete key works as “backspace” and to solve admob issue. thanks
First of all use you package name to see admob. Did you enable it in strings.xml? And admob needs some time before Google will show it. Or try to upload the app to the Google Play
What should i change to reskin the app?
Can i reskin this app many time for different language?
Any plans for an iOS version?
The banner does not comply with the admob policies https://support.google.com/admob/answer/6275345?hl=en&ref_topic=2745287. You must separate it with an element.
Hi there,
Great start of the projects but there are missing few key aspects:
1. There is no notification if you didn’t manage to complete the crossword correctly. I saw that if you write all the correct words you see “Completed” but if you didn’t write the correct words there is no notification and this is a bit confusing for the users because they don’t have any clue if what they wrote there is correct or not unless they leave that screen. And even there, the hints that you haven’t guess any word is invisible.
2. How can you erase all the letters you’ve written horizontally or vertically on a row? There seems to be no functionality for that and again it’s stressful for the user.
3. Why can not use the native keyboard of the phones for writing? The same functionality as when writing a message for example. Is there any reason? It should be better to open the keyboard only when it’s necesarry. In this way you save a lot of space.
What do you think about this? Does it make any sense for you?
Thanks!
1) Completed word has gray background color (this it is an indicator of the correct answer) and is not editable. 2) Erase can be both vertical or horizontal (click on the some cell one more time to change the way). 3) Native keyboard take more place on the screen
1) I see now that the completed word has a gray background color but wouldn’t be good to notify the user if he/she completed some incorrect answers to notify them of something like:
“Almost there! It seems that you have at least one incorrect word” So in this way they know that they have some errors. Something generic like this might be better than nothing at all.
2) Now I see, it confused me because I didn’t saw an “X” or something indicating deleting on the keyboard.
3) Yes, you are right. I had the impression that might be better to use that.
Super nice! Any plans on adding new feature to the app? Also any plans to create an iOS version?
I’m gonna buy it!
Thank you!
demo apk? to add or change the crosswords content will need to update the app? or it has web part?
Needs to update the app