Hi guys,
Just released my app called The Typist: Quick Typing Tests! It's fairly straightforward, it measures how fast you can type on a phone or tablet and can chart your typing speed results over time. Also supports Google Play leaderboards. I couldn't find a good typing test app so I ended up just making my own.
Features:
Test your typing speed with different speed tests based on popular books
1, 2, and 3 minute tests for the ultimate in typing test flexibility
Detailed results page: see your words per minute score, total number of errors, and most frequently mistyped letters
Track your progress with a chart of your past typing test results
Compete against your friends with a local high score list and Google Play Game Services leaderboards support
Compatible with different keyboard layouts - try them out with The Typist and see which ones actually help you type faster
Works well on both phones and tablets
Free updates and support for life
Straightforward permissions: The Typist requires internet, network state, and Google Play billing to serve ads and the ability to purchase the ad-free version. We don't need access to your contacts, location, or your Facebook account! (but if you want to upload your score, you will need to use your Google Plus account)
Want to support The Typist's development? Please rate it and/or unlock the full version of The Typist (removes ads) within the app. Thank you!
Available on Google Play: https://play.google.com/store/apps/details?id=com.thetypist.typingtests
Compatible with 4.0+/ICS and above. Free/ad-supported and in-app billing for the paid version (removes ads).
Please check it out and let me know what you think. Thanks!
Nice little app, needs some ironing out to do
Hey bloggert,
Frist of all, it's a sweet app and since there seems to be a famine of good typing test app on touch screen devices, it's a really good one.
I came upon this thread because I was going to embark on the same road to develop myself a typing speed tester.
The UI of your app is "A" grade and I just loved it.
That said, there are also a few shortcomings of your app. You seem to have designed a typing speed analyser for a full machine at it's core, just like the others. Your app tries to keep track of each character the user types, and that actually defeats the purpose of the app on a touch screen device. Also your app seems to disable the predictive auto-completion of many of the keyboards which actually is the biggest selling point of such ones like "swype", afterall typing in a touch screen device is completely different from the keyboard, so why apply the same methodologies?
What I think the app must do?
1. Let the user type-in a whole text and provied a button that says "submit" and the app should just time it all. This is essentially to let the user correct all the words which went wrong with the auto-correct and auto-complete and all other shinanigins. Maybe your app can also keep track of the time taken by the user to enter the last word and hit the submit button, may be help user to clock the time it takes to fix the stupideties( I am not sure though if this is such a great idea) and provide feedback of somekind on the same.
2. Once the user has submitted the text, now your app does what it already does, check for the characters, are all good, what was the accuracy (most probably it would be hundred, if the user is not dumb), and now you can give the speed.
How will this help?
I think this will help user do justice on the various keyboards out there who rely on various methodologies to input text and probably help the creators of various kinds of input methods to judge the usefulness of there methods when speed is the question.
Am I stupid?
Maybe....:silly:
Hope to hear your comments on it all.
flide
Not stupid at all. This is good stuff and I appreciate the feedback.
You are correct in that The Typist tracks every character. However, the app actually only cares about certain characters (namely spaces, since these determine where words start and end, and I need these to know where to highlight the current word and the last incorrect word). So it's okay if a keyboard uses auto-completion (or any other feature that inserts words), as long as it or the user inserts a space to indicate that the word has ended.
With that said, I'm not actually sure why auto-completion doesn't work. It's definitely not disabled on purpose, and I never noticed this before. I've tried a number of keyboards and typing in partial words and then selecting it from a list above the keyboard works fine, as well as swyping methods, but auto-correct never seems to kick in. I'm going to look into this later today but it should be fixable.
As for the going back and correcting words - I'm a little hesitant about this, and the app does prevent the user from going back or selecting old text (beyond using backspace) on purpose, mostly because in testing the potential to mess up the word tracking and cause errors was too great. In the end I figured that possibility of things screwing up was more important than the need to go back and change a word, and so the cursor selection block was put into place. I don't know if this is the right decision, as I still don't have enough feedback really to really judge. This is why I didn't originally go with the option 1 suggestion.
For option 2, The Typist actually does do this already - the real error checking is done after the test has completed (checking all of the words constantly during the test is pretty time-consuming, and so the app only shows you the last mistyped word) as well as the speed counts.
flide said:
Hey bloggert,
Frist of all, it's a sweet app and since there seems to be a famine of good typing test app on touch screen devices, it's a really good one.
I came upon this thread because I was going to embark on the same road to develop myself a typing speed tester.
The UI of your app is "A" grade and I just loved it.
That said, there are also a few shortcomings of your app. You seem to have designed a typing speed analyser for a full machine at it's core, just like the others. Your app tries to keep track of each character the user types, and that actually defeats the purpose of the app on a touch screen device. Also your app seems to disable the predictive auto-completion of many of the keyboards which actually is the biggest selling point of such ones like "swype", afterall typing in a touch screen device is completely different from the keyboard, so why apply the same methodologies?
What I think the app must do?
1. Let the user type-in a whole text and provied a button that says "submit" and the app should just time it all. This is essentially to let the user correct all the words which went wrong with the auto-correct and auto-complete and all other shinanigins. Maybe your app can also keep track of the time taken by the user to enter the last word and hit the submit button, may be help user to clock the time it takes to fix the stupideties( I am not sure though if this is such a great idea) and provide feedback of somekind on the same.
2. Once the user has submitted the text, now your app does what it already does, check for the characters, are all good, what was the accuracy (most probably it would be hundred, if the user is not dumb), and now you can give the speed.
How will this help?
I think this will help user do justice on the various keyboards out there who rely on various methodologies to input text and probably help the creators of various kinds of input methods to judge the usefulness of there methods when speed is the question.
Am I stupid?
Maybe....:silly:
Hope to hear your comments on it all.
flide
Click to expand...
Click to collapse
More thoughts
well thinking about it again, I will say that the idea of allowing the user to correct all the text after it's done is... well not so brilliant, and I will let it go at that.
And about the predictive text feature, for my keyboard the top bar which is suppose to show the possible pridicted words is not visible, so I am not able to use them... don't know if that is a problem with your app or it is a problem with my keyboard (8pen) because it does not show up also when i am trying to use VIM. May be you can check on that if something in particular triggers that kind of behaviour.
Also, you should look up for klavaro. It has 3 criterions for typing : Accuracy, velocity and fluideness, and to tell you the truth I like the concept very much, specially fluidity. Here's the link : "klavaro[dot]sourceforge[dot]net[slash]en[slash]manual-en[dot]pdf"
Will be appriciated if you can think of something to accomodate the fluidity angle, might be difficult but let's try. If something comes to my mind compatible with the touch input, I will share.
Let me know your thoughts.
flide
---------- Post added at 11:21 PM ---------- Previous post was at 11:16 PM ----------
I more request.
Can you include a few texts in plain english, I mean all small case, minimal punctuation, no symbols or numbers... something message like. just to test how good you can hold for every day tasks.
Just a thought.
flide
Ergonomics
One more quick idea.
It's a pain to keep looking at three different places while typing using most keyboards (not 8pen though ), namely :
1. What is supposed to be typed
2. The Keyboard
3. What am I typing
I think the 3rd point can be eliminated if app is somewhat modified. Rather than a text box to enter the displayed text, the user can actually override the displayed text... let me try and explain a bit more clearly.
The text, that needs to be typed, is initially displayed in BLACK. Now, rather than highlighting the next word to be typed, the already typed characters should be in BLUE, and all the wrong ones in RED. This mechanism essentially solves the 3rd problem, the user has just 2 places on the screen to strain his/her/it's neck, there is an inherent highlighting as to what needs to be typed (the first BLACK character), what has been typed correctly previously, in BLUE, and what was typed wrong, in RED.
THINK ERGONOMICS!! :cyclops:
Thanks for the updates
Since you never replied again, I thought you forgot all about your app... But you were hard at work and YES, now my predictive options are visible again. :victory:
+1 for the update and you should not bother to appologise for adding a ad in the app. It's your hard work and you have the right to earn over it.
flide
Hi, I was wondering how about like Antutu you could add a leader board to this which mentioned a username(like it already does) and his device and the scores.
I think it'll make the app much more popular and probably turn it into a benchmarking app for one handed usability of Android cell phones. While individuals will battle it out for the top spot, the addition of their device in the table will show which device feels best for typing.
TLDR; Add a 4 column leaderboard
Position -> Name -> Device -> Score
its multilanguage?
I thought the auto complete was disabled on purpose because then it would not be accurate on how we are typing, because technically we would be letting the device type for us. I rather like the fact we have to actually type every letter ourselves, because then I think its more challenging and more honest. So I would actually be bummed if you did allow auto correct or auto complete to work in this app.
I found nothing wrong with it aside from the fact you have to manually allow your score to be added to the leader board. The first time I did it, I got my best score since trying it a few more times but cannot add it to the leader board because I did not press the "add to leader board" on the top left, I had not even noticed it, until the 2nd go around.
Possible addition
KyleSforza said:
TLDR; Add a 4 column leaderboard
Position -> Name -> Device -> Score
Click to expand...
Click to collapse
I think the leaderboard should also have the "input method" column stating the keyboard used for the test.
BUG Found!!
Hi bloggert,
I think the a bug/error has been introduced with the update 1.2. I have attached a screen shot for reference.
As you explained in one of your post that "spaces" are monitored to highlight the current word.
You are correct in that The Typist tracks every character. However, the app actually only cares about certain characters (namely spaces, since these determine where words start and end, and I need these to know where to highlight the current word and the last incorrect word). So it's okay if a keyboard uses auto-completion (or any other feature that inserts words), as long as it or the user inserts a space to indicate that the word has ended.
Click to expand...
Click to collapse
In the input method I am using, there are 3 predictive options available to type when I am not in the middle of typing a word namely : , . ?
After I type a word a space is automatically inserted as soon as my finger up, but if i select any one of these then that automatic space is removed the character is inserted and space is set again in the wait of the next word.
What your app seems to be doing is, whenever i utilize any of the three the current word shifts one step ahead and there is a mismatch between the "actual" correct word and the one being highlighted in BLUE.
Please look into the issue. It's very distracting.
flide
Hey!
This is a cool app; I've been missing a typing test for some time. Some additional feature requests:
Dark theme (for amoled users)
Practice mode: an additional untimed mode where we can import our own texts
The latter, in particular, could be very nice in training for the usual tests!
Thanks again for the app!
Hi,
I'm using a Samsung tablet with a floating thumb keyboard.
The Text does not recognise that and still says in the middle of the screen, behind the keyboard. (See added Screenshot)
Also would it be possible to highlight the wrong words red in the existing text and not in the written text?
IMHO that would be better....
Your app got hacked
A good app
Related
I've been spending a while searching for a good Twitter app for WinMo in order to find something that fits me. Unfortunately, I didn't have much luck searching for others' advice, so I began combing the Internet basically trying out every app that caught my eye. I noticed a bunch of people on the XDA forum asking questions about the best Twitter app and I made this topic in hopes of helping others out.
Anyway, below are my assessment of all the Twitter apps I tried. I'll give a summary first for anyone who doesn't want to read through, but after that, read on.
Summary: If anybody is looking for my opinion on the best Twitter based on various attributes, here it is:
Best Appearance - moTweets
Best Speed - TouchTwit
Best Lightweight - Twobile
Best Compromise - Twikini
As for me, I prefer just using the HTC Twitter in TF3D, but when using a ROM without Sense 2.5, I do prefer MoTweets. For everyone else who don't want any of the ones I mentioned, read on, and I hope you find what you're looking for.
1) moTweets - This is probably one of the best WinMo Twitter apps around. The visuals is great (probably the best looking Twitter app I've seen) and the usability is fantastic. Doing anything simply requires you to double tap on a tweet (or tap an icon to tweet yourself). Unfortunately, the disadvantage to moTweet is that there is a noticeable bit of lag, but nothing bad. The free version of the app also comes with ads.
2) PockeTwit - This is a fairly good app. The appearance is a bit unappealing, but the speed appears to be good. I do not like the usability very much, though. In order to do things like favorite, reply, or just tweet, you have to drag the screen to the left or to the right, which can be a bit troublesome. The program does come with a QuickPost icon, but it would have been better if it was integrated into the app itself, in my opinion.
3) Tiny Twitter - Based on the name alone, one might surmise that the program was designed as a lightweight app. Something for speed and simplicity. At least, that was what I had presumed.
Well, the app certainly is simple. There are no visual frills and tweets are listed in small boxes allowing for many, many tweets to be displayed on the screen at a time. All commands are set in the 'Menu' button and there doesn't appear to be a context menu or double tap menu. On the other hand, Tiny Twitter just isn't very fast. Drag-scrolling has noticeable lag and trying to do a long drag-scroll makes it even more obvious. It isn't so slow as to be a deal breaker, though, so if simplicity is necessary for you, then Tiny Twitter isn't a bad deal.
P.S. On quirk I noticed about Tiny Twitter. When it had updated with new tweets, my phone had a small sound go off (not very distinctive), and my phone began vibrating like crazy with nothing to indicate why. For a moment, I had thought it was about to brick itself for some reason.
Then the vibrating stopped and a message popped up saying I had new tweets.
4) TouchTwit - A very slick looking Twitter app and very speedy. I do mean very speedy too as going through tweets or moving from screen to screen was just lightning fast. Performing commands requires you to drag the screen to the right, but doing it here is easy and quick, so I don't mind too much.
5) Twikini - Twikini is not the best looking nor does it have the best usability. Sad to say, it doesn't have the best speed either. However, I can compliment it as probably the best compromise between all three. It is fairly fast, the visuals works well, and the usability is pretty nice. Tweeting is as simple as hitting the 'Tweet' button, replying is done by tapping on a tweet then hitting 'Reply'. Every other available command can be done through the 'Menu' button.
Only disadvantage to this is that it costs $4.95.
6) Twaddle - This is a very awkward app.
Unlike the other Twitter apps on the list, signing in to Twitter requires you to launch a web browser to enter your Twitter account info in order to grant access to Twaddle, and get a pin which you must then input into Twaddle in order to complete authorization.
This awkwardness continues into the program. For example, to drag the screen down to look at more replies, you have to drag the screen, and then let go before the app will actually move. Alternative, you can use the scroll bar to move, but it's not very finger friendly. Furthermore, commands are split between the 'Menu' button, and holding down on a tweet until the context menu pops up, but curiously, there appears to be no obvious way to favorite. Even more strangely, double tapping on a tweet causes the programs to slowly scroll up.
The appearance is fairly nice and the speed is good, but personally, I feel that the app is just too awkward.
7) Quakk - In all honesty, I can not recommend this Twitter app.
The appearance is poor (with oversized tweets) and there appears to be a distinct lack of commands. In fact, the only commands I could find at all was Reply, Direct Message, Open Link, and Tweet. Furthermore, the app seems to be very buggy.
Hitting the 'Update' button occasionally causes the app to crash and trying to Tweet/Reply will result in this small window (that overlaps text; this may be a result of my Fuze's resolution, but I found nothing about system requirements on Quakk's website). Fortunately, the 'Direct Msg' command doesn't seem to have the same problem. Unfortunately, that's because the 'Direct Msg' command doesn't seem to work at all.
Overall, I would rate Quakk very poorly at the moment, but it is listed as an 'open source' app, so it may get better later on.
8) Twitula - Twitula is an app with nice visuals (including interesting transition effects) and it seems to be feature-rich. Performing commands on a tweet is as simple as tapping on the Tweeter's profile pic while there is also a 'Tweet' and 'Menu' button for other necessary commands.
The only issue I noticed with this is speed. Drag-scrolling is very slow and you notice lag in other parts of the app too. Furthermore, the app seems to open all links in PIE despite me having Opera Mobile as my default.
9) mTweets - One of the more simple Twitter apps on the list. In fact, it seem to match Tiny Twitter in simplicity, and the speed is certain better.
Furthermore, it has one of the most unique interfaces of any Twitter app I tried. Tapping on a tweet doesn't highlight it or bring up a context menu, but it displays a new window showing a series of icons which indicates commands, such as reply or direct msg. The tweets are also contained in small windows that looks almost like frames, which is a bit disorientating.
However, the app is missing some common commands (favorite, for example), and it appears to have stability issues. Frequently, I would find that it would take indefinitely when I try to update or switch to another view, and just updating it would take a very long time. Lastly, scrolling in this app is not easy. You can't drag-scroll and scrolling by scrollbar doesn't move the screen until you let go, which is annoying.
10) Twobile - Another 'simplicity app'.
Twobile has an interface similar to that of Tiny Twitter. Tweets are presented in a 'Excel' manner with the left side naming the Tweeter and the right side containing their status; all of this comes in small lines allowing for many tweets to be displayed.
Unlike Tiny Twitter, the speed of Twobile is much, much better, and it comes with a bit more functionality. In Twobile, you can double tap on a tweet, and it'll bring up a screen containing more information about the tweet, and allow you to perform various commands (including, interestingly enough, a 'Translate' command). This detailed screen also allows you to switch to a newer or older tweet, albeit the transition effect is a bit ugly.
The program also has a context menu containing common commands and an 'Action' button listing all of the available commands. Switching between views (public, friends, etc) is also as simple hitting one of the visible tabs at the bottom.
I can't believe no-one's replied to this thread yet!
I'd just like to thank you for your diligent efforts in trying and testing all those apps - It certainly saved a lot of time.
My only suggestion is perhaps to move this out of the Fuze section and re-post to the General Software section for more visibility.
Keep up the good work
Thank you very much, Phrak. Just trying to help those who may have faced the same frustrations I did.
Anyway, at the time I created this topic, I was thinking largely of my fellow Raphael users, and I may have been a bit shortsighted to not place this in the General section instead to help all WM users. I will try to get this topic flagged and moved by a moderator, though.
MOD EDIT - Moved thread to General discussion, Q&A forum by request of OP
WOW thank you for your recommendations 8525Smart, what an awesome post. I'm testing out MoTweets and loving it at the Mo
ty :thumbsup
Where was this two weeks ago?
Sure wish I'd seen this a couple of weeks ago when I was updating my phone after flashing a new ROM. Currently use Tiny Twitter, but also have PockeTwit installed. Of the two, I prefer Tiny Twitter. However, after reading your reviews am going to give Twobile a try.
Thanks again!!
Robert
Thanks for this very useful review of apps.
I've used motweets and pocketwit, and i personally prefer pocketwit for the simple fact that it allows you to using several accounts at the same time.
I have 2 accounts, and at the same time i can see the timeline of both of them, and replying, retweeting, etc. also from both in just a single click.
Motweets is almost perfect, but it's a little laggy and switching from accounts is not that simple as in Pocketwit.
Cheers and sorry for my english
here are the twitter aplicattions that I use:
ceTwit -a simple and fast app.
GPS Twit - an app that post your location over google maps. download WM vervion here
I'm the developer of Twaddle - just wanted to say thanks for having a look at Twaddle and sharing your thoughts. I know this is a bit old, but thought I'd share a couple of responses:
8525Smart said:
6) Twaddle - This is a very awkward app.
Unlike the other Twitter apps on the list, signing in to Twitter requires you to launch a web browser to enter your Twitter account info in order to grant access to Twaddle, and get a pin which you must then input into Twaddle in order to complete authorization.
Click to expand...
Click to collapse
At the time you wrote this I believe Twaddle was the only Twitter application (on WinMo) that used OAuth which negates the requirement for the application to know your username and password. I fully realise how awkward the authorisation process is (and so does Twitter themselves) but I stuck with it as it was well known that Basic Authorisation (ie. Using a username / password) was going to go away. And it did on August 30th which caused many applications to cease to work.
Twitter has rectified the awkwardness of OAuth by introducing xAuth, which the next version of Twaddle supports (see my post on this). With xAuth the username / password are sent only once (ever) over a secure channel. Twitter than grants Twaddle a token that is used for all subsequent communication.
8525Smart said:
This awkwardness continues into the program. For example, to drag the screen down to look at more replies, you have to drag the screen, and then let go before the app will actually move. Alternative, you can use the scroll bar to move, but it's not very finger friendly.
Click to expand...
Click to collapse
Interesting - I've not had this complaint before, but can certainly see where you're coming from. I'm pretty flat out finishing up version 0.3 but will look into this for 0.4. I presume you're after something where by the screen "moves" as you drag? That shouldn't be too difficult.
Another alternative is that if your phone has a physical up/down key those can be used to scroll one whole tweet at a time.
8525Smart said:
Furthermore, commands are split between the 'Menu' button, and holding down on a tweet until the context menu pops up, but curiously,
Click to expand...
Click to collapse
The logic used here is that the right soft key menu is for common options that apply to all tweets (ie. Reply, Send Message, etc) and these also tend to be the more frequently used options (in my usage, anyhow). The context menu is used for options that vary (ie. Opening an URL can only be done on a tweet with a URL in it). This difference is further emphasised in 0.3 where other developers can write different plugins and one of the types of plugins create the context menu items. If you're a developer you may be interested in the post I just wrote on the new plugin system on my blog.
8525Smart said:
... there appears to be no obvious way to favorite.
Click to expand...
Click to collapse
You're right, there isn't a favourite option at this stage. Given the multitude of things to implement, I'd always presumed that favouriting tweets was fairly low on the list, but apparently not. There's no way this would make it into 0.3, but we'll see for 0.4.
8525Smart said:
Even more strangely, double tapping on a tweet causes the programs to slowly scroll up.
Click to expand...
Click to collapse
Thanks for reporting that, I'll throw it on my todo list for the 0.3 release.
8525Smart said:
The appearance is fairly nice and the speed is good, but personally, I feel that the app is just too awkward.
Click to expand...
Click to collapse
Thanks for the review, hopefully you'll check out 0.3 when it's released and see if that fixes your criticisms / you like it more. I'm always open to suggestions, requests and bug reports.
I only occasionally haunt XDA Dev's so a better option might be twitter (@TwaddleWM), email ([email protected]addle.mobi) or commenting on a post over at the Twaddle site
MrMDavidson said:
I'm the developer of Twaddle - just wanted to say thanks for having a look at Twaddle and sharing your thoughts. I know this is a bit old, but thought I'd share a couple of responses:
Click to expand...
Click to collapse
No, thank you for responding! It's always a pleasure to see the developer of applications respond to its users.
I very much appreciate the explanation of why some things work as they do and the info about the upcoming changes. Unfortunately, I don't think I will be able to try out newer versions of your Twaddle software. The thing is that I no longer use Windows Mobile or even own a WinMo phone anymore, so using your software is pretty much impossible for me.
Nonetheless, it sounds like the program has since improved greatly, and the WinMo community has a well supported app on its hands. Thanks again for responding.
Guys,
I'm looking for a good 'Word' game for the TF.
Not one like Scrabble or where you have to re-arrange a group of letters to form as many words as you can.
No, what I'm trying to find is one where you are first presented with a collection of letters in a large block and you then have to tap on each letter to form a word. You are then given a score for either the length of the word or the type of letters used.
As you tap away and a word is formed, the remaining letters above drop down the screen to replace the ones you have used and are then replaced with new ones from the top... if you get my drift.
I don't like timer's as I like to take my time, pause if I want or come back to a previously saved game.
It's a bit of an ask but can anyone recommend such a game?
You're describing the Dropwords game almost exactly (it does have a timer).
There are free and paid versions on the Android market:
https://market.android.com/details?id=com.eekgames.worddrop&hl=en
Regards,
Eric
Perfect Eric... Nice one.
When you said it had a timer I very nearly gave up on it as I don't like timers, I like to take my time and save so I can come back later.
However, because you took the effort to post I should take the effort in trying it out.
I'm very pleased I did because on loading I immediately noticed you can select a variety of speeds for the timer..... including a 'non-timer'.
Also, you can save the game and return later.
Perfect Eric..... perfect.
Good suggestion....it's a lot of fun...but it's not optimized for tablets...it would be even better then.
@Beards,
You're welcome. It's one of my favorites.
You actually helped me out - I never bothered to check out the timer options.
Thanks!
@rpavich,
It may not be optimized for tablets, but it works great full-screen on my Transformer.
Some time ago, I was also looking for a similar game (on a different OS). So much so that I made my own, which seems to fit your criteria. The name is Wordsler and is available in the Android Market (I don't have 8 posts here, and apparently not allowed to place a direct link yet).
It's got a non-timer mode, a 2 minute timer mode, and an online mode (where everyone gets the same sets of letters within a 24 hour period).
This is just a spare-time hobby, and I'm not great with graphics, so it's nothing fancy or shiny, but I think the gameplay works quite well.
Silkswift said:
Some time ago, I was also looking for a similar game (on a different OS). So much so that I made my own, which seems to fit your criteria. The name is Wordsler and is available in the Android Market (I don't have 8 posts here, and apparently not allowed to place a direct link yet).
It's got a non-timer mode, a 2 minute timer mode, and an online mode (where everyone gets the same sets of letters within a 24 hour period).
This is just a spare-time hobby, and I'm not great with graphics, so it's nothing fancy or shiny, but I think the gameplay works quite well.
Click to expand...
Click to collapse
For anyone else, here's a direct link to the game Silkswift mentions.
I had a quick look at the two pictures shown of the game on The Market. It wasn't much to go on but I downloaded and installed.
Unfortunately as soon as I went to run Wordsler it then asked me to download two sets of libraries.
Nothing is mentioned on either The Market or your developers Web Site of these libraries being required so to anyone not knowing what these are or what they do, I think most people will then do as I did which was to close the App down and uninstall.
If Wordsler is going to need additional files to run you do need to let the downloader know in advance and explain why they are needed and what happens when they are run.
HI Beards,thanks for checking it out. My apologies for not mentioning the additional libraries here. The description in the market does mention them at the beginning (with a few stars for emphasis), but it probably could use a better explanation. The extra libraries are part of the android-qt project (port of Qt apps to android).
Silkswift said:
HI Beards,thanks for checking it out. My apologies for not mentioning the additional libraries here. The description in the market does mention them at the beginning (with a few stars for emphasis), but it probably could use a better explanation. The extra libraries are part of the android-qt project (port of Qt apps to android).
Click to expand...
Click to collapse
Yes, going back to The Market I see you have now added the information on the libraries required. You also now mention it may be better to install over Wifi.
This is a good call and another reason why you needed to mention the additional libraries in The Market link.
It would also be good if you stated the actual size of the additional download. That way the installer knows full well what to expect, which in turn makes for a happier user of the software.
Although I don't think it is what I am looking for (I prefer a much larger rectangular block of letters with actions similar to that of Dropwords).
However, I'll give it a try for you. Will report back later... have a very busy day ahead.
Silkswift said:
HI Beards,thanks for checking it out. My apologies for not mentioning the additional libraries here. The description in the market does mention them at the beginning (with a few stars for emphasis), but it probably could use a better explanation. The extra libraries are part of the android-qt project (port of Qt apps to android).
Click to expand...
Click to collapse
Good game dude, i'll rate it on my computer since we can yet on market. Like said previous, you have a lot of extra sceen, so bigger blocks would be great. It would also be nice to have "Validate" button up with the words, and maybe a "Clear all" for quickly deselecting all, but that doesn't really matter. Thanks for the free DL!
Sent from my Transformer TF101 using xda premium
Are you playing Draw Something with someone that can’t draw? You just can’t guess what it’s supposed to be? Drawsome Words helps you out!
Drawsome Words collects the words that are used in the game and lists them up for you.
But that’s not all! Drawsome Words makes sure no word is unknown to you. If there’s a word in Draw Something of which you don’t know what it means, simply visit DrawsomeWords.com and click on the availabe words to get a description and image!
We also offer you a Solver, where you select the amount of letters the word you need to guess is and enter the letters you have. We'll give you suggestions of what the word to guess might be! We're working on getting the Solver in the Android App!
Like the Facebook Page
Follow us on Twitter
Download Draw Something at OMGPOP.com
(click here for more mirrors)
Screenshots of the Android App.
This is quite cool.
Thanks, we're working on getting the Solver in the Android App soon!
I'm sorry to say this, but this app is kind of rubbish. It has no search/input functions, and basically looks like a mobile site opened by clicking the app.
For me it's so much easier and better to open my browser and go to http://www.drawsomethinghelp.net/ which also has a lighter mobile website.
I don't want to offend you, just saying how I feel about this.
Edit: I see you're planning a solver, but it will still be an in-app-website, maybe you can store the words offline, to decrease loading times and data usage.
Yup...thought there would at least be a way to enter the characters given for an answer to appear.
kenkiller said:
Yup...thought there would at least be a way to enter the characters given for an answer to appear.
Click to expand...
Click to collapse
This is possible on the normal website using the Solver, we are working on getting it updated to work on the mobile version as well.
AutoReader 3D
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This not just another ebook reader.
It has several unique features:
- in AutoReader mode flashes words or phrases one by one sequentially on the screen, with regulated speed.
- in 3D Stereo mode you can read with 3D effect on any device.
- in overview mode you can scroll or flip pages in the same time.
- support pinch, spread and rotate gestures to change text size or screen orientation any time you need.
These features allows to turn reading into a useful and fascinating process, and reduce eye strain.
AutoReader allows to read much larger text, what's important not only for people with impaired vision.
But also, for example, in transport, on the go, on the running machine, etc. when focusing on a small text tiring for the eyes or impossible.
Moreover, 3D Stereo mode can even be beneficial for your eyes, if done right, the visual axis
are parallel (as when looking at the horizon), which relaxes the external eye muscles, and the focus is on the stereo pair,
that helps to synchronize the focus of both eyes, which is also useful, as it's often one eye focuses better than the other (we can be unaware of it, but simply feel tired).
Read for the benefit of your eyes! But that's not all, AutoReader allows you to read faster than usual.
AutoReader increases the speed of reading and helps get rid of subvocalization, one of the main factors slowing down the reading process. Subvocalization - it is hidden, unconscious movement of the lips, tongue and other organs of speech.
The habit to pronounce the words formed in the childhood, when learning to read, and does not disappear completely, without any special training.
Try to gradually increase the speed of displaying words (slide your finger up the screen), with the growth of speed the vocal apparatus is no longer keep up with the volume of information and no longer involved in the processing - information from the visual analyzer will be immediately sent to the meaning.
The feel is cool, as if you just catch the author's idea, not a speech.
You realize that you can read much faster and without much effort.
http://www.youtube.com/watch?v=ivChJlwb15U
List of features:
- Built-in file browser.
- Supported formats. Txt, Txt.zip, Fb2, Fb2.zip, Epub, (PDF, DOC and others are comming soon).
- Automatic detection of encoding.
- Smooth scrolling text (finger up / down).
- Flipping through the pages (finger left / right).
- Go to a random page number.
- Change the text size "on the fly" (zoom with two fingers).
- Rotate the screen at any time in any mode (tap the screen with two fingers and rotate it 90 degrees).
- Double click to go to another mode (from Overview mode to AutoReader, from mono to 3D Stereo mode and vice versa).
- Infinitely variable speed of AutoReader (finger up / down the screen).
- View and move to the previous or next sentence in the AutoReader mode (finger left / right on the screen).
- Settings for the font, text color and background color.
- Select from over 20 background images for AutoReader.
- Built-in help for gestures and 3D Stereo mode.
Android market pages (play.google.com)
free version
https://play.google.com/store/apps/details?id=com.webstunning.fc
paid version
https://play.google.com/store/apps/details?id=com.webstunning.textreader
This is really really nice. I mean really.
Some ideas and remarks:
I may be wrong but I think each word is displayed the same amount of time, without regards to its length. I think it would be better if the display duration takes into account this length. My brain needs more time to read a word like "is" than a word like "development". I also guess that the brain doesn't read words but recognizes their shapes. This means that a word rarely used and long (like the name of an unknown guy) requires a lot more time that the word "is" in order to be decrypted by the brain. If the word is not in the dictionary, then it should be displayed longer.
Each new word is a little below the previous one, which is fine. But when the sentence is very long, the vertical distance between the last word of that sentence and the first one of the next sentence is large. This makes me loose focus.
It will be huge if you integrate your app with ReadItLater or Pocket. At least, you can make you app read the files in /sdcard/Android/data/com.ideashower.readitlater.pro/files/RIL_offline/RIL_pages/1000XX/text.html. But I am not sure if it is legal to use data file from other app.
Another nice feature would be to use the Android ClipboardManager. Let's say that I am reading a web page in my android browser. I would like to copy the text, launch your app, and read it in 3D.
Using the "Share" feature could be nice too, instead of copying the text myself. But then you will have to write a piece of code that extracts relevant text from web pages.
Currently I am not trained to read in 3D. I need up to five minutes watching the first word before start reading. Maybe you can display the first the word only once in the center, then make a clone of that word appears and make them both move away from each other horizontally, slowly and smoothly, until they reach the expected distance, or until the user touch the screen to say stop. Maybe their movement can be totally commanded by a horizontal slide of finger.
Thanks a lot and please, keep going.
Transparence Code
http://transparencecode.blogspot.com
Thanks for detailed review and suggestions.
1. You are right, short words displayed the same amount of time.
But starting with 5 letters the time increased proportionally.
And two letter worlds such as "is" usually attached to the next word.
We need to think about the dictionary - good idea.
2. Each new word is a little below the previous one,
yes, but the distance is always the same. I don't understand how you
loose the focus.
We can make a parameter to disable the feature, but you can believe
me, you getting tired very quickly when you look at the same point.
3. Yes, we are planning to add the clipboard integration, need to
think about Read It Later.
4. I'm not sure that moving words can help to see 3D.
I recommend to reduce the distance between words in the options.
And by the way if you read in French, we can add support of French,
just few short words, articles etc.
It supports all languages encoding, but sentences can be split better with little adjustments.
Thank you for your anwsers.
dmpost1 said:
2. Each new word is a little below the previous one,
yes, but the distance is always the same. I don't understand how you
loose the focus.
We can make a parameter to disable the feature, but you can believe
me, you getting tired very quickly when you look at the same point.
Click to expand...
Click to collapse
With regards to my second comment:
Each new word is below the previous one, until a new word is displayed again at the top (screens have a finite size obviously). I may be wrong but I think each first word of sentences are displayed at the top, and each last ones at the bottom.
Even if I am wrong, the fact is that regulary, I have to move my eyes from the bottom to the top again. Sometime the distance between the bottom word and the following top word can be large. This is when I loose focus.
I think it occurs when there is two large sentences in a row, since my guess is that the middle words of sentences are displayed in the center of the screen.
A solution can be to split sentences in half. The first part will be displayed from top to bottom, and the second half from bottom to top. That way, the last word will appear at the same vertical position than the first next one, avoiding any discontinuity.
Hmmm. I guess I am still not clear. So there is an attached picture to help .
dmpost1 said:
And by the way if you read in French, we can add support of French,
just few short words, articles etc.
It supports all languages encoding, but sentences can be split better with little adjustments.
Click to expand...
Click to collapse
Yes, I am French. I am not sure to understand what you mean by "adding support of French, just few short words, articles etc.". You mean you need help for translation or something?
does it support chm books?
By "adding support of French" I mean few additional rules for short words to combine them.
For example in English following short words are always attached to a next word.
pattern1 = "(?i)my|as|an|the|of|to|at|no|in|on|by"
pattern2 = "(?i)mrs\\.?|mr\\.?|ms\\?.|dr\\.?";
and the word "up" is always attached to a previous word.
So that e.g. "my car" and "make up" will be shown at once.
And of course if you can translate the app description and several words inside user interface it would be wonderful.
I can send you files tomorrow to your email.
2. As for words distance,
I don't see a problem in that maybe because I'm used to it.
I don't want to make a mess in the movement up and down.
At the moment the words positions gives you a hint about the length of sentence.
I think it would be better to make some pointer that will guide your eyes to next sentence start position.
There is an additional delay already between sentences, so you have a time to move your eyes up.
Thanks for your suggestions.
the app seems to be interesting
dmpost1 said:
By "adding support of French" I mean few additional rules for short words to combine them.
For example in English following short words are always attached to a next word.
pattern1 = "(?i)my|as|an|the|of|to|at|no|in|on|by"
pattern2 = "(?i)mrs\\.?|mr\\.?|ms\\?.|dr\\.?";
and the word "up" is always attached to a previous word.
So that e.g. "my car" and "make up" will be shown at once.
And of course if you can translate the app description and several words inside user interface it would be wonderful.
I can send you files tomorrow to your email.
2. As for words distance,
I don't see a problem in that maybe because I'm used to it.
I don't want to make a mess in the movement up and down.
At the moment the words positions gives you a hint about the length of sentence.
I think it would be better to make some pointer that will guide your eyes to next sentence start position.
There is an additional delay already between sentences, so you have a time to move your eyes up.
Thanks for your suggestions.
Click to expand...
Click to collapse
Ok, I would be pleased to translate your files. By the way, what is your native language ? If it is not English, I may ask you too translate the language files of my own app too It's called CopySearch.
http://forum.xda-developers.com/showthread.php?t=1664463
Some further remarks/suggestions:
In the Google Play description, you should mention that your app works without a 3D screen or glasses. I though first it was for the HTC evo 3D. Maybe you can also put a link to a website containing 3D stereo images and explaining how it works.
I understand about the words distance, and the rules for shorts words. I can help you for that too for French (I know regular expressions). By the way, I increased the font size and sometime, a single word takes 2 lines, just for a letter or 2. Maybe in such a case, the font can be automatically decreased a little bit, just for this too long word.
I made an epub from wikipedia with their online tool. Your app doesn't read it. Maybe it is because it contains images? By the way can you display images with your app ? Of course I just mean 2D images, like the one present in a wikipedia article.
How does your app works? The 2 occurrences of the word have a slightly different shadows? This is made using HDR? (I am a noob in optic)
In 3D mode, I can't find a way to "pause" the reading. The overall navigation can be improved, but I guess you already planned that.
Can rich text be displayed? An item list for instance? like an index ? (of course, it should be displayed with a really tiny font)
Well, there are more questions than suggestions this time
Transparence Code said:
In the Google Play description, you should mention that your app works without a 3D screen or glasses. I though first it was for the HTC evo 3D. Maybe you can also put a link to a website containing 3D stereo images and explaining how it works.
I understand about the words distance, and the rules for shorts words. I can help you for that too for French (I know regular expressions). By the way, I increased the font size and sometime, a single word takes 2 lines, just for a letter or 2. Maybe in such a case, the font can be automatically decreased a little bit, just for this too long word.
I made an epub from wikipedia with their online tool. Your app doesn't read it. Maybe it is because it contains images? By the way can you display images with your app ? Of course I just mean 2D images, like the one present in a wikipedia article.
How does your app works? The 2 occurrences of the word have a slightly different shadows? This is made using HDR? (I am a noob in optic)
In 3D mode, I can't find a way to "pause" the reading. The overall navigation can be improved, but I guess you already planned that.
Can rich text be displayed? An item list for instance? like an index ? (of course, it should be displayed with a really tiny font)
Click to expand...
Click to collapse
1. OK, I will.
2. Thanks, I'll contact you via email about the languages deal.
3. Can you send me the epub file to check? Maybe we will add the images in future versions.
4. In stereo mode words have slightly larger span than background images. That gives effect of words floating above the background at a distance.
5. The single touch should pause/resume the reading in stereo mode, the same as in mono.
6. Not sure what you mean. But for now we have more desired/needed features than we can do in a month.
You are welcome
meethere said:
does it support chm books?
Click to expand...
Click to collapse
I'm not sure that chm is needed for such a reader.
CHM is usually used for technical documentation and manuals,
if I'm not mistaken.
Doest it really reduce eyes strain?
The fact is that this app can make you read texts with a really big font. This is a huge feature for small screens. Especially when you read in public transportation, or when you are driving or making love.
I am kidding of course only for the two last conditions.
For the 3D Stereo mode, I thinks it's confortable. I can't tell if it really reduces eyes strain in long term. I would like some scientific studies for that. However the developper is a nice guy, and I believe him easily.
Yeah... at first I was sceptical about that 3d thing. But I was thinking a little about it and decided to give it a shot. The problem was that I'd had terrible headaches for over 1 year so it goes without saying that reading books in a usual way made me to take a break for every 15 minutes. Flash reading gives you even more stress to your eyes and additionally it require more focus. Since I mastered stereogram reading the headaches ceased because after 30 minutes session I feel refreshed rather than tired of reading. Much as there is no scientific document about benefits or side effects of that type of reading it is definitely worth trying.
My side-effects:
- Normal flash reading was about 250 and it seems too fast, or sometimes I was lost in meaning. During stereo reading I find it much easier to comprehend what I'm reading.
- Normal flash makes me tired and after 30 minutes or so I felt urge to take a break. During stereo reading I actually feel like taking a break. When I make some difficult taskt and need to take a break I go reading and after 30 minutes I'm ready to go.
- As it was said, my headaches ceased.
- Before I was extremely stressed during the day, but somehow if I maintain that relaxed stayed in my eyes after reading it somehow makes me calm afterwards.
- The way how I was looking before changed a bit. Most people are used looking at the world around by focusing at particular item. After I learnt seeing stereograms I'm just looking at everything without focusing on one area which helps to maintain relaxed state of mind.
- Since the act of reading become more pleasurable, using that software become kind of addicting.
There are the most important ones and so far I haven't noticed any bad side-effects but if they arise I'll let you know about them.
I don't know if the creator of this software carry outs some kind of scientific experiment, or just have amazing idea to make reading experience more natural for the eyes, but I'm really glad that something like that appears on the google play. Good job!
And please do something with tagging, because looking for "spead reading" software there is no result leading to "autoreader" which is a bit disappointing. : )
good review
Murakamii said:
Yeah... at first I was sceptical about that 3d thing. But I was thinking a little about it and decided to give it a shot. The problem was that I'd had terrible headaches for over 1 year so it goes without saying that reading books in a usual way made me to take a break for every 15 minutes. Flash reading gives you even more stress to your eyes and additionally it require more focus. Since I mastered stereogram reading the headaches ceased because after 30 minutes session I feel refreshed rather than tired of reading. Much as there is no scientific document about benefits or side effects of that type of reading it is definitely worth trying.
My side-effects:
- Normal flash reading was about 250 and it seems too fast, or sometimes I was lost in meaning. During stereo reading I find it much easier to comprehend what I'm reading.
- Normal flash makes me tired and after 30 minutes or so I felt urge to take a break. During stereo reading I actually feel like taking a break. When I make some difficult taskt and need to take a break I go reading and after 30 minutes I'm ready to go.
- As it was said, my headaches ceased.
- Before I was extremely stressed during the day, but somehow if I maintain that relaxed stayed in my eyes after reading it somehow makes me calm afterwards.
- The way how I was looking before changed a bit. Most people are used looking at the world around by focusing at particular item. After I learnt seeing stereograms I'm just looking at everything without focusing on one area which helps to maintain relaxed state of mind.
- Since the act of reading become more pleasurable, using that software become kind of addicting.
There are the most important ones and so far I haven't noticed any bad side-effects but if they arise I'll let you know about them.
I don't know if the creator of this software carry outs some kind of scientific experiment, or just have amazing idea to make reading experience more natural for the eyes, but I'm really glad that something like that appears on the google play. Good job!
And please do something with tagging, because looking for "spead reading" software there is no result leading to "autoreader" which is a bit disappointing. : )
Click to expand...
Click to collapse
Thanks for the detailed review and volunteering for the scientific experiment on yourself
I read in 3D mode regularly, and my eyes feel cool,
without any side effects.
Of course you can feel tired, as after any other kind of reading.
But anything that I say as developer people regard as advertising.
So your review is very appreciated. ( leave it on Google Play please )
Thanks for the advice on tagging.
Murakamii said:
Yeah... at first I was sceptical about that 3d thing. But I was thinking a little about it and decided to give it a shot. The problem was that I'd had terrible headaches for over 1 year so it goes without saying that reading books in a usual way made me to take a break for every 15 minutes. Flash reading gives you even more stress to your eyes and additionally it require more focus. Since I mastered stereogram reading the headaches ceased because after 30 minutes session I feel refreshed rather than tired of reading. Much as there is no scientific document about benefits or side effects of that type of reading it is definitely worth trying.
My side-effects:
- Normal flash reading was about 250 and it seems too fast, or sometimes I was lost in meaning. During stereo reading I find it much easier to comprehend what I'm reading.
- Normal flash makes me tired and after 30 minutes or so I felt urge to take a break. During stereo reading I actually feel like taking a break. When I make some difficult taskt and need to take a break I go reading and after 30 minutes I'm ready to go.
- As it was said, my headaches ceased.
- Before I was extremely stressed during the day, but somehow if I maintain that relaxed stayed in my eyes after reading it somehow makes me calm afterwards.
- The way how I was looking before changed a bit. Most people are used looking at the world around by focusing at particular item. After I learnt seeing stereograms I'm just looking at everything without focusing on one area which helps to maintain relaxed state of mind.
- Since the act of reading become more pleasurable, using that software become kind of addicting.
There are the most important ones and so far I haven't noticed any bad side-effects but if they arise I'll let you know about them.
I don't know if the creator of this software carry outs some kind of scientific experiment, or just have amazing idea to make reading experience more natural for the eyes, but I'm really glad that something like that appears on the google play. Good job!
And please do something with tagging, because looking for "spead reading" software there is no result leading to "autoreader" which is a bit disappointing. : )
Click to expand...
Click to collapse
Murakamii,
How did you get stable 3D-focus?
I lost it after few (3-5) minutes of reading and must re-catch it again and again (and it takes about 10-30 seconds). I must clarify I have discovered the app (as well as stereograms) few days ago.
I liked this enough to pay for it. Is it possible to change the color of the text font? Maybe in a future version?
Thank you for this app. Not sure if I'll be able to use the 3D portion of this app, but the speed reading portion of it rocks.
Is it possible to add in a way to look for books on a network share? Or is the functionality already there and I've overlooked it somehow?
Thanks!
Yakuman said:
I liked this enough to pay for it. Is it possible to change the color of the text font? Maybe in a future version?
Click to expand...
Click to collapse
In current version you can change only color cheme, the text color depends on the background color.
In future versions we are planning to add more color settings.
Truly remarkable concept for increasing speed in reading while relaxing the eyes and reducing strain while reading in a traditional way.
Recommendations:
1. Headset button options to pause, go forward or backward
2. Auto scrolling on regular reading layout
3. Use of volume buttons (page up, page down)
4. Eye tracking option..stops the auto reader when eyes are closed
5. Bookshelf with file images and bookmarks (similar to Aldiko)
Hy Dmpost1!
Your app seems what I was looking for for years: flash reading with speed up-down gesture and stop at touch, great, i bought it.
Got a little problem:
I selected a large txt-file (1,8MB) and the app crashed (java.lang.OutofMemoryError)
Everytime I restart the app it tries to load the same file and crashes again. Same after reboot.
How to get out of this (without reinstalling)?
Maybe you also could look into is, as it also crashes, when I try to load a large epub ebook (1,8MB - its a regular file, bought it online).
Thx
It will not be one of the versions that probably go down in history this 3.10.9, which takes the place of the previous 3.9.17, but, no matter how small, the innovations introduced are numerous and we're not sure appreciated them all.
We start from the section recommended for you. Whether it's app or books (advice on music yet they are not), or even if you are on the homepage of the store, blocking the slice with the Google personalized recommendations you'll notice that at the top there is a new voice, "improve these councils, "which allows us to add people you know to find out their tastes and also receive recommendations based on them (or so says the description of the function). Good theory, too bad that the vast majority of contacts proposed were complete strangers from the other side of the world, with which (we checked) we did not even vague contacts on Google+. We look forward to a future refinement.
Then continue with the translations. Some apps now have a button "translate" at their description, which basically will only call into question Google Translate on the fly to change the text in a language more understandable to us. In this case the theory is good, pity we did not understand when and when not to appear: comparing different applications, different languages, some of them had the button translate it and other were completely lacking. Also in this case we are confident in a future refinement.
If these two functions must be short andarsele a little 'to seek, we turn now to a thing you will see rather often. You will all familiar with the installation of new apps: you choose one, went on his page, click on install, accept the permissions and you will be thrown back to the description of the app while the progress bar will indicate the percentage of completion. Not any more. After accepting the permissions, and then return to the description of the app, you have inserted a new page, which you can see an example on the right. The aim is to highlight related app and installed by others, but the match as you know is not always the best, by clicking on "back to shopping" you will still be redirected to the description of the app to start. We did not find a way to disable this feature, which basically requires a tap in to install any new app. Annoying.
And finally we come to the last news, the only one on which we could hardly rely on something: it is now possible to remove items from the wish list by tapping on the icon in that list, without having to open a description of each app. It is the same method used to delete applications from the complete list of all the ones we have ever installed and certainly saves us a few more steps. Nicely done.
After then the description of the new features, I leave you the link to download the Play Store:http://d-h.st/ZZB
Thank you for the hint!
Thanks for letting us now
Sent from my GT-I9000
whats the difference with this one
http://forum.xda-developers.com/showthread.php?t=1996995
Already been postedf
Sent from my GT-I9300 using xda premium
Kameirus said:
whats the difference with this one
http://forum.xda-developers.com/showthread.php?t=1996995
Click to expand...
Click to collapse
what seems the usual review?
but please ...
Closed
We already have a thread with same topic