[APP] PDF Viewer update - Android Apps and Games

I needed a PDF viewer for my own purposes, and the closest I could find was Maciej's PDF Viewer (=apv) app on the market. It was open source, and so I made a bunch of changes that I wanted or needed. Anyway, I now have a pre-release for version 0.3.0, which include a bunch of enhancements since Maciej's 0.2.9 release.
Here it is.
New features:
- speed optimizations
- page number display
- options including: full screen, reverse video, various tweaks, page with volume keys
- overhauled file selection: added icons for directories, added home directory option
- better font rendering

Now I posted pre-release 0.3.0 pre 2. Includes a monochrome feature to save memory and a zoom-to-width feature which I think people will find handy.

Sounds like you know what your doing. Not had a chance to test your app yet, but does it have the functionality to add bookmarks and highlight text?

Gonna try it out now, thanks!

No, there is no annotation, sorry. Just reading.

Its really nice with open source alternatives. Im gonna try it out.

I think i will love this. thanks bud

I haven't tried it yet but it would be great if you could add zoom to a fixed percentage
the reason I want that is some pdfs have huge fonts for the page numbering and while technically fit to width is working, there's still a fair amount of room on the sides. Obviously this should be sticky. A bonus would be it would remember the setting by filename

Works good, one option I'd love to get is fixed scrolling like with browsers

sark666 said:
I haven't tried it yet but it would be great if you could add zoom to a fixed percentage
the reason I want that is some pdfs have huge fonts for the page numbering and while technically fit to width is working, there's still a fair amount of room on the sides. Obviously this should be sticky. A bonus would be it would remember the setting by filename
Click to expand...
Click to collapse
Zoom settings are indeed remembered by filename.
You can also adjust how much the zoom buttons zoom by. If you set that to 5% or 10%, you can do zoom-to-width and then press the zoom button once or twice.
Eventually, I'd like it to detect the real edges of the text.

moav said:
Works good, one option I'd love to get is fixed scrolling like with browsers
Click to expand...
Click to collapse
I couldn't figure out how to implement that. Moreover, I find it's poorly implemented in the browser--it locks much better on my device into horizontal movement than into vertical movement!
Instead, there is a "vertical scroll lock" option. This locks the scrolling to be only vertical, unless you make a serious (1/5 screen width) swipe left or right which temporarily unlocks horizontal scrolling.

I`ve just tested this app for half an hour with a bunch of PDFs littered in my Desire. This is without exaggeration the best pdf-viewer I´ve seen so far.
Very useful:
- zooming in steps as little as 5% because most PDFs were made for monitors or printing and not smartphones
- inverting the screen for reading at night or low-light conditions. It also saves power on my screen to read white text with black background.
- and it´s FAST
What I miss:
- an option to forget about the layout of a PDF, so I can only get the pure text. This would be very useful for PDFs designed for magazines with a columned layout, which is a pain to read on a handheld computer.
Keep up the good work

germanhoss said:
I`ve just tested this app for half an hour with a bunch of PDFs littered in my Desire. This is without exaggeration the best pdf-viewer I´ve seen so far.
Very useful:
- zooming in steps as little as 5% because most PDFs were made for monitors or printing and not smartphones
Click to expand...
Click to collapse
Remember, too, that if you set the 5% zoom option, you can still long-touch the zoom buttons for a 2X zoom.

arpruss said:
Remember, too, that if you set the 5% zoom option, you can still long-touch the zoom buttons for a 2X zoom.
Click to expand...
Click to collapse
Wow, haven´t noticed that - that´s quite useful.
Originally I thought of requesting a feature to remember the place where I closed the document because I´m used to open things in the ES explorer.
Then I stumbled through the built-in file explorer - feature implemented
Maybe an FAQ or a short manual would be useful ...

germanhoss said:
Wow, haven´t noticed that - that´s quite useful.
Originally I thought of requesting a feature to remember the place where I closed the document because I´m used to open things in the ES explorer.
Then I stumbled through the built-in file explorer - feature implemented
Maybe an FAQ or a short manual would be useful ...
Click to expand...
Click to collapse
There is a wiki on the project page. You can add a FAQ.

It's a great light app and it has some cool features which I miss on other apps. But my primary feature for PDF readers is smoothness.
It would be great if it would be working as smooth as Documents To Go (their PDF reader). By smooth I mean smooth rendering and scrolling. Also it won't hurt to have multitouch zooming.
I know it's easy to demand and hard to do but at least there are ideas what should be present in the next versions.

jankoboys6 said:
It's a great light app and it has some cool features which I miss on other apps. But my primary feature for PDF readers is smoothness.
It would be great if it would be working as smooth as Documents To Go (their PDF reader). By smooth I mean smooth rendering and scrolling.
Click to expand...
Click to collapse
That's largely a matter of speed, and it's going to be hard to improve that, except by expending a lot of memory for caching and background rendering.
Also it won't hurt to have multitouch zooming.
Click to expand...
Click to collapse
I agree, but it is a finicky feature to implement correctly and hence requires a multitouch device for debugging. I don't own one. Moreover, there are potential patent issues.

I've just posted 0.3.0 pre 13. This unfortunately has a new bookmark database, not compatible with previous versions, so people will lose their per-document settings. I am hoping this is the last such loss--the new format will make code maintenance easier and is easily upward expandable.
New features/fixes in pre 13:
- store horizontal offset in per-document settings
- better restore of zoom if orientation has changed
- fix round-off error which resulted in occasional horizontal one-pixel-width errors

I would also like to mention the color feature in your app is really great! Now I can read without hurting my eyes in the dark and it saves batter as well. Great feature indeed!
arpruss said:
That's largely a matter of speed, and it's going to be hard to improve that, except by expending a lot of memory for caching and background rendering.
Click to expand...
Click to collapse
hmmm what if you make the memory size for caching an option in the settings for users to choose their optimum size? Do you believe that this would make any speed improvements?
arpruss said:
I agree, but it is a finicky feature to implement correctly and hence requires a multitouch device for debugging. I don't own one. Moreover, there are potential patent issues.
Click to expand...
Click to collapse
I see it's kind a hard/expensive to make this feature possible. Darn US laws on patents :-/ don't know if in EU is the same for Android apps but for C++ and other programming languages, there are no e-patents.
Keep on your great work!
PS: I'm using HTC Desire (CM7 rom)

jankoboys6 said:
I would also like to mention the color feature in your app is really great! Now I can read without hurting my eyes in the dark and it saves batter as well. Great feature indeed!
hmmm what if you make the memory size for caching an option in the settings for users to choose their optimum size? Do you believe that this would make any speed improvements?
Click to expand...
Click to collapse
Maybe, but it would need a smarter pre-render queue than we currently have. I experimented with making one, but my attempts were buggy so I got rid of them.
Tell me which scrolling pattern you'd like to be faster? Currently the app (in render ahead mode) is optimized for ebook reading: you read a page, and while you read the page, the next one is rendered and shows up instantly when you flip pages (I generally do that with the volume-down key) or scroll vertically to it.
Unfortunately, there seems to be a bug somewhere, perhaps only on devices with larger screen resolutions (it works fine on my 854x480 Archos, but I am told that it doesn't work on a 1280x960 screen), which makes the next page not show up instantly.

Related

"penki" - light painting

Light Painting App
Credits to xaffron
xaffron said:
Aurora Bulb v1.0
Quick and dirty. Just does the Droid Sans font, but user configurable shutter period, camera timer, text to show and color.
Just like Penki, works best when the shutter is open for 15-30 seconds, at f/8 and larger apertures.
The capability is there for rendering bitmaps, but it's locked right now because I haven't worked out the kinks yet.
Take a few photos and post back... let me know if it works well!
Click to expand...
Click to collapse
Should be a lot of fun to make!
Aurora Bulb v1.0
See if this one works...
Aurora Bulb v1.0
Quick and dirty. Just does the Droid Sans font, but user configurable shutter period, camera timer, text to show and color.
Just like Penki, works best when the shutter is open for 15-30 seconds, at f/8 and larger apertures.
The capability is there for rendering bitmaps, but it's locked right now because I haven't worked out the kinks yet.
Take a few photos and post back... let me know if it works well!
Here's one I took...
Looks pretty OK to me.
done really well thanks!
there are only some very minor issues
1. Usability... when getting my phone and camera ready I accidentally touched the text button instead of the go button. I would suggest having a main page with a big go button and the settings available through the menu button.
2. A tutorial in the beginning would be nice. I was confused at first because I was unsure of how to hold my phone. Users might not know what you mean by pass distance.
3. Although the tip at the end is useful, perhaps you could have a checkbox so you could "never see this tip again "
4. Good luck. Marvellous effort I must say
Sent from my HTC Desire using XDA App
EDIT : the L's seem to be a bit wide although it may be the way im holding it...
EDIT2 : colour picker!!!
Thanks!
Will definitely consider using the context menu rather than the pref screen. The pref screen was so much easier to code, however, so the menu/go button will take a bit.
As for the tutorial, I'm way ahead of you - an XDA friend is looking into the tutorial for me right now, and depending on what he finds, we might be able to squeeze a tutorial in (even though that would easily double the size of the apk!)
The checkbox/color picker suggestions are definitely noted... these should be low-hanging fruit. (I'm thinking of kanging CyanogenMod code for the latter)
I actually read about Dentsu London's project on Giz before I saw your post, so I jumped on the chance to bring Android to parity with iOS. Thanks for inspiring the app, Shokwaav!
xaffron said:
Will definitely consider using the context menu rather than the pref screen. The pref screen was so much easier to code, however, so the menu/go button will take a bit.
As for the tutorial, I'm way ahead of you - an XDA friend is looking into the tutorial for me right now, and depending on what he finds, we might be able to squeeze a tutorial in (even though that would easily double the size of the apk!)
The checkbox/color picker suggestions are definitely noted... these should be low-hanging fruit. (I'm thinking of kanging CyanogenMod code for the latter)
I actually read about Dentsu London's project on Giz before I saw your post, so I jumped on the chance to bring Android to parity with iOS. Thanks for inspiring the app, Shokwaav!
Click to expand...
Click to collapse
haha yes I saw this on gizmodo too im surprised the tutorial would double the apk! when I manage to get some decent looking photos ill post them up here
Sent from my HTC Desire using XDA App
Version 1.0.3 out...
Version 1.0.3 is out on the market.
Pretty significant changes, I think if you like bulb photography, you'll like the app!
Thanks to Shokwaav for the initial nudge, and to Nemuro for artistic help.

LectureNotes app

I'm curious about peoples' opinions of the app "LectureNotes" by Acadoid Developer and how it stacks up against the other main players in the active digitizer game. I've only been using my TPT for a few days' worth of note taking and haven't settled on a specific app yet, so I would like to hear thoughts on how you chose your primary note taking app.
i use ezpdf reader usually and just annotate my notes onto the pdf lecture slides.
if i need free form writing, i use free-note as it has keyboard + pen input
or quill if i just need pen input.
personally i haven't tried lecture notes, but it seems like MyScript Notes Mobile preloaded with the TPT
Wow, pretty good app. I didn't know about it. Thanks!
I've been using TPT for about 2 weeks now, and like the OP, I haven't really quite settled on a specific handwriting app..
Key uses for me are:
- taking notes during meetings
- something to help me in my Japanese language study
- some silly doodling/sketching fun
Some apps I've tried:
- Notesmobile
- Antipaper
- Writepad stylus
- Lecture notes
- Asus' supernotes
- Freenote
- Quill
For lecture notes specifically, I like that I can choose checkered pattern for the background and set the pattern size, as that is perfect for writing in Japanese.
But I found that it lags quite a bit when writing, and there isn't an easy way for me to scroll between pages.
So I haven't really been using it much in the past week.
For the moment, I've sort of settled with using a mix of Writepad, Supernote and Antipaper. Sadly, neither Supernote nor Antipaper has stylus only option
Still waiting for the one app that can do it all!
Might never come, but I can always hope, can't I?
I use Lecture Notes and have more or less canned every other note software. Lecture Notes just has way more features that I need. It can export in many ways. It can backup all my notes to dropbox, great support for inserting images and easy to change color, pen thickness etc.
Only think missing is better organization of the notebooks themselves. When that's here, it will be perfect.
It's also by far the most stable of Quill, Notes mobil and asus supernotes.
Personally, I have tried a lot of handwriting notes apps until I cam to this one. At that time this one worked the best overall in my opinion. When I first started using it didn't have everything it has now. But it was already robust and never crashed. I had one issue after a full system crash and reboot that wiped out the content of one notebook. But I simply loaded my backup from the day before without issue and kept rolling.
I have about 15 different notebooks on there now and I use them daily for work notes as I am walk around the office working on equipment or meeting notes.
It doesn't have the handwriting recognition features you find in other apps but I think that is what keyboard are for and I wouldn't write a document up that way anyway.
My good things list.
First, The developer is always adding things per user requests. Options for everything you can think of.
Second, it is being developed directly on the TPT and it seems to be one of the only ones able to be truly palm rejection friendly by only allowing the app to pull input from the pen (Option can be disabled for those that don't have a pen).
Third, and again the endless options... every type of custom settings, scrolling options (one finger, two finger, scroll bars and bar thickness), export options, backup options, sharing options, zoom options, page size - color - patterns, simple drawing tools, cut paste - copy paste, and on and on... every time I turn on the tablet it seems there is anther update to this app.
The dev listens to the feedback and finds ways of making the ideas work. I have submitted several ideas that have become reality.
It isn't free... but I would buy it a second and third time if I could just to support the dev team.
I see a brighter and brighter future of this app.
Hi folks,
I am the author of LectureNotes, I was glad to read that the app is useful for you. Sorry for joining this forum and this thread so late, but I learned only very recently that there are couple of forum threads related to LectureNotes.
Note that I uploaded v1.12.2 today with a couple of minor additions, the most important one probably being the possibility to choose the directory where the app stores your notebooks.
Best regards,
Markus
acadoid said:
Hi folks,
I am the author of LectureNotes, I was glad to read that the app is useful for you. Sorry for joining this forum and this thread so late, but I learned only very recently that there are couple of forum threads related to LectureNotes.
Note that I uploaded v1.12.2 today with a couple of minor additions, the most important one probably being the possibility to choose the directory where the app stores your notebooks.
Best regards,
Markus
Click to expand...
Click to collapse
I am using the trial version, but i am already convinced of buying the full version. I have a suggestion to make :
The software really needs a laso eraser it will make it more feature-full
Dear trt44,
LectureNotes has a `lasso´ eraser, moving the eraser in a closed path so that start and end point are close deletes the interior.
Best regards,
Markus
Perfect, i just tried the laso eraser and it works like a charm, so i bought the software .
I have another suggestion : The software lacks the ability to draw basic shapes (rectangles, circles, lines...), and from my humble point of view, basic shapes are very important for fast and accurate drawing when taking notes.
Many thanks for purchasing the app.
The app contains simple drawing primitives, they are part of the pencil toolbox (as long as you do not disable this in the settings). Choose `Show pencil toolbox´ in the pencil menu to get the toolbox displayed, click-and-hold to move it around. A single click on one of the standard or custom pencils chooses the pencil and a double-click on one of the custom pencils opens the `Custom pencil settings´ dialog; a click on one of the drawing tools activates the drawing tool, another click inactivates it.
OK, thank you, i will try it once i get home.
acadoid said:
Many thanks for purchasing the app.
The app contains simple drawing primitives, they are part of the pencil toolbox (as long as you do not disable this in the settings). Choose `Show pencil toolbox´ in the pencil menu to get the toolbox displayed, click-and-hold to move it around. A single click on one of the standard or custom pencils chooses the pencil and a double-click on one of the custom pencils opens the `Custom pencil settings´ dialog; a click on one of the drawing tools activates the drawing tool, another click inactivates it.
Click to expand...
Click to collapse
OK, so far this is the best note taking application for android platform, it works exactly the way it should. But the UI is a bit ugly frankly you should work it more. A software like yours deserve a sexy fantastic UI :
- Attractive icons cause the actual ones looks dead to me, note Books icons for example looks horrible
- The ability to go forward and back in pages using forward and back buttons (more convenient sometimes instead of just scrolling or doing a notebook overview and select the page from there)
- Notebook overview should have an icon in the top tools bar for easy access
One last thing, when you use palm heuristic there is no way to zoom but using the zoom function in the menu witch have a fixed zoom ratio, i suggest to add a zoom slider in the top tools bar where you can specify how much you want to zoom when using (or not) palm heuristic.
Thank you for the fantastic software and keep the good work on .
Many thanks for your kind comments. I certainly agree that the icons can be improved, but I am not an artist and I do my best.
The app allows to go forward and backward page-wise by using `One page forward` or `One page backward´ in the hand menu; alternatively, to move quickly through your notebook without changing mode or switching to notebook overview, switch on `Permanently display scroll bars´ in the settings and drag on the scroll bars (the bar thickness can be increased in the settings).
`Notebook overview´ is just two clicks away in all modes (one click on main menu and one click on the item), I do not think that it is worthwhile to add an extra icon.
When using the heuristic palm rejection, one or two fingers gestures for scrolling and zooming are restricted to the hand mode, but being in this mode you can scroll and zoom continuously. Besides that, there is a zoom slider at the left side, you can change zoom by dragging it (the bar thickness can also be increased in the settings).
Just wanted to say hello to you Markus and thank you for your amazing app.
I am loving your app more and more. I appreciate your email correspondence about features I asked about. It truly puts you and your application above the rest.
Cheers.
I just uploaded v1.13 into Google Play. The major new feature is to allow folders of notebooks (and folders of folders of notebooks, etc.), but I also added LectureNotes as an image receiver (so that the app shows up when you share an image) and fixed a bug that could cause the app to crash when using a template for a new notebook.
To allow folders affects all parts of the app (notebooks board, notebook content view, notebook overview, notebook index, notebooks board index, ...). I carefully double- and triple-checked all features and things should work as before. Please drop an email to me in case you noticed something unexpected and I will do my very best to fix it quickly.
Best regards,
Markus
Sweet, I requested this feature cause of large number of notes
Works good, but maybe change the icon of folders so they stand out more from the regular.
acadoid said:
I just uploaded v1.13 into Google Play. The major new feature is to allow folders of notebooks (and folders of folders of notebooks, etc.), but I also added LectureNotes as an image receiver (so that the app shows up when you share an image) and fixed a bug that could cause the app to crash when using a template for a new notebook.
To allow folders affects all parts of the app (notebooks board, notebook content view, notebook overview, notebook index, notebooks board index, ...). I carefully double- and triple-checked all features and things should work as before. Please drop an email to me in case you noticed something unexpected and I will do my very best to fix it quickly.
Best regards,
Markus
Click to expand...
Click to collapse
This is a wonderful feature Markus that I didn't realize I needed until just recently. Love it I like the idea of changing the icon on the folders so they stand out more. I also love the new storage location setting, it eases my mind to know it is on my external_sd.
Also, I dunno if I am just being dense, but I cannot seem to figure out the navigation menu when enabled in settings. Within settings, under Settings > Menu > Enable app's launcher icon menu and it says it provides a navigation menu at the app's launcher icon. I've always assumed this was an extra navigation menu in the top left corner, but cannot seem to ever be able to use it.
Any thoughts?
I am glad to hear that you like the new feature.
In case you switch on the menu at the app's launcher icon, you should see a menu when clicking on the icon in the left upper corner (in difference to the case when this option is off, then you get a message that there is no functionality assigned, with the exception of notebook content view where the changed pages are flushed to the file system). What happens in your case? Does the icon highlight when you click on it?
acadoid said:
I am glad to hear that you like the new feature.
In case you switch on the menu at the app's launcher icon, you should see a menu when clicking on the icon in the left upper corner (in difference to the case when this option is off, then you get a message that there is no functionality assigned, with the exception of notebook content view where the changed pages are flushed to the file system). What happens in your case? Does the icon highlight when you click on it?
Click to expand...
Click to collapse
It doesn't seem to do anything when I click on it, with either my finger or with the pen. And it doesn't seem to matter if I have it enabled or not. Neither scenario causes the icon to do anything. It doesn't highlight or say/do anything. It also does not matter what screen I am at, the icon never does anything. Whether I am within a notebook, folder or at the notebooks board screen. Odd.
Would this have anything to do with that I am running ICS?

[App] Write - a word processor for handwriting

Write is a word processor for handwriting, available for Android 3.0 and later and Windows tablet PCs. Write is similar to other Android notetaking applications but provides a unique set of tools which ease the editing of handwritten text by grouping strokes into lines, much like typed text in a word processor.
Write supports the S-Pen, although Samsung reserves the pen button for system-wide gestures.
Free on Google Play: https://play.google.com/store/apps/details?id=com.styluslabs.write
Features:
* tools: draw, erase, select, insert space, and add bookmark
* move strokes and insert space in multiples of the page's ruling
* reflow handwritten text with the insert space tool
* insert bookmarks and label them with handwriting
* cut, copy, paste selection
* unlimited undo/redo jog dial
* pan/zoom with two fingers
* customize and save pens
* user defined page size, color, and ruling
* pages can grow automatically as you write
* split screen with web browser to take notes from web pages or videos
* html/svg document format viewable in any modern web browser
* export or send document as single html file or all documents as zip file
* view thumbnails as a grid or list; drag and drop to change list order
Comments, bug reports, and feature requests can be posted to this thread; I look forward to hearing your thoughts!
-- Matt
I like this app so far. I only tested it for a few mins. I will give it the full court press for a week or so and report back.
right off the bat I like the add space function.
This program is tiny but powerful to write down somethings as its name. Consider about the saved files to exchange in other non-glaxay-note tablet or phones, even on computers, at least it's very easy to share the notes.
For me, some points to wish to add and I'll say it's perfect.
One thing is about bar buttons, add the function on the icon click to move certain lines and press to move to next page.
Second is, how about use different color on every 10th line, or add a small number at every 10th line? It well be helpful for user to identify the position of the note easily.
The last thing is the sync function, although I use dropsync to do this job. But still a build-in sync is a welcoming function.
Thank you for your hard work to make note-taking as easy as on paper!
I've tried it.
Main thing is that, if I'm not wrong, there's no pen pressure sensitivity.
Otherwise it could be very interesting.
I like some features of this app, like most of them, I wish they would all get together to make a super writing app. The zoom and pan with this app has been a big issue for me, I can not rest my hand on the tablet to write without it going crazy, I have switched through all the options for imput types, and when I remove all touch, there is no way to move the screen to write stuff, only go down to next page and this is difficult to write and reference things previously written down.
I do like the add space option and how it exports to .html for access on everything. There is also a nice select feature with the app. This could be very nice if they got with lecture notes and samsung to get the kinks worked out. Also my writing is a bit jagged here.
Not bad, has some decent features. I think Papryus is better overall though
niveks74 said:
Not bad, has some decent features. I think Papryus is better overall though
Click to expand...
Click to collapse
What features or improvements would you want to see in Write?
Hi, good app but...how i can change the default page to have every time i open new document?
P.s.: pen button setted to delete dont works...my bad?
Thanks
Alex
Galaxy note n8000
Alx0363 said:
Hi, good app but...how i can change the default page to have every time i open new document?
P.s.: pen button setted to delete dont works...my bad?
Thanks
Alex
Galaxy note n8000
Click to expand...
Click to collapse
Love this app! The ability to insert lines/words etc.that's great!!
I have the same issue - S Pent button will not delete after setting it to erase.
I also can figure out how to get different default templates (other than changing the color of paper and ruler)
To the developer - keep up the great work!!
rpmbnsf said:
Love this app! The ability to insert lines/words etc.that's great!!
I have the same issue - S Pent button will not delete after setting it to erase.
I also can figure out how to get different default templates (other than changing the color of paper and ruler)
To the developer - keep up the great work!!
Click to expand...
Click to collapse
Unfortunately, the s-pen button doesn't work. Because Samsung uses the button for global gestures (like double tap to open s-note), the events never reach Write. The page size and ruling can be set from the Page Setup dialog and the "Make default" checkbox will make the entered values the global default. For example, to get graph paper, set the X Ruling value equal to Y Ruling. A future update will provide some predefined page templates.
-- Matt
PBSurf said:
Unfortunately, the s-pen button doesn't work. Because Samsung uses the button for global gestures (like double tap to open s-note), the events never reach Write. The page size and ruling can be set from the Page Setup dialog and the "Make default" checkbox will make the entered values the global default. For example, to get graph paper, set the X Ruling value equal to Y Ruling. A future update will provide some predefined page templates.
-- Matt
Click to expand...
Click to collapse
Sorry but "Make default" dont works...I try to set x and y at 25 but every restart of my galaxy note 10.1 if i choose new page (plus) the page return the original one.
Thanks for help
Alex
Alx0363 said:
Sorry but "Make default" dont works...I try to set x and y at 25 but every restart of my galaxy note 10.1 if i choose new page (plus) the page return the original one.
Click to expand...
Click to collapse
In the current version, it looks like there is a bug that could cause this to happen when adding a page to an existing document. This will be fixed in the upcoming version. In the meantime, it should work to set the default for each document.
-- Matt
PBSurf said:
In the current version, it looks like there is a bug that could cause this to happen when adding a page to an existing document. This will be fixed in the upcoming version. In the meantime, it should work to set the default for each document.
-- Matt
Click to expand...
Click to collapse
Thanks for answer
Alex
Amazing app. I've been dealing with it for some days and it really works. S Note doesn't hold the candle to it when it comes to handwriting. S Note may have other handy features, but when I've got to write with it, it takes time and it often does my head in.
Write makes your handwritten page tidyd and clear, you can read your document with any other app and it's fast and smart - Samsung should learn to develop smarter applications like this.
Enjoy it.
Cheers!
It's the Windows 8 version released
Sent from my GT-N8013 using XDA Premium HD app
inmnbob said:
It's the Windows 8 version released
Click to expand...
Click to collapse
Yes, the Windows version is available here: http://www.styluslabs.com/writebeta/ If you have a stylus, you'll need to install the Wacom drivers for it to work properly. The response to touch input can be configured in the preferences dialog. I don't have a Windows device with touch input for testing, so please let me know if there are any problems with touch.
Both Android and Windows versions have just been updated to add a bunch of features including continuous scrolling, lasso select, resizing selections, PDF export, and improved page setup.
-- Matt
Great alternative to S-Note!
I just wanted to thank Matt for his hard work with this! Write's an awesome little app, and Matt's been great with helping me out with some palm detection issues!
Any chance of making this a floatable notepad?
Kudos, Matt, and thanks! :good:
oroboros74 said:
Any chance of making this a floatable notepad?
Click to expand...
Click to collapse
This is under consideration, but would be at least a few months out.
-- Matt
oroboros74 said:
I just wanted to thank Matt for his hard work with this! Write's an awesome little app, and Matt's been great with helping me out with some palm detection issues!
Any chance of making this a floatable notepad?
Kudos, Matt, and thanks! :good:
Click to expand...
Click to collapse
PBSurf said:
This is under consideration, but would be at least a few months out.
-- Matt
Click to expand...
Click to collapse
It's great when developers interact with users like this. Thanks Matt!
As I was looking for more info on floating apps, I saw this from AndroidPolice which might be useful for your project:
'StandOut' Is An Open Source Library That App Developers Can Use To Build Floating Apps
For those interested, there is a floating note taker out there... not as great as as Write, but just for comparison, here it is.
Simply the best app . Really tks for share us for free!
Enviado de meu GT-N8000 usando o Tapatalk 2

Handy note app - ultimate note taking app!

I have just discovered a beautiful note taking app that possibly can replace a number of the ones available on the market.
The app is called Handy note and gives you compete control over your notes amongst numerous other functions. The only downside is that it's not free to try so you'll have to take my word for it or use the 15 minute refund window (extremely cheap to buy though). With a bit more development, it probably can replace S-notes. I'll list the pros and cons to help highlight key features and will link to the app for those interested.
Pros - app currently can do
° Text entry via chosen keyboard
° Freehand text entry with smoothing applied (makes your handwriting look much nicer)
° Two writing panels, when you enter handwriting and reach the end of the first panel, you start writing in the second panel while the first one transfers writing to screen, this allows continuous writing without having to wait for words to transfer.
° Everything you do can be repositioned anywhere on the screen as easily as selecting the desired area and sliding it to where you want it positioned i.e. you want to move text, handwriting or drawings to a different section just select correct tool and area you want to reposition and drag your S-pen to the desired position.
° Number of text editing options such as bullets, numbering, font size choice etc.
° You can insert pictures and shapes, loads to choose from within the app such as arrows, circle, box, smilies etc
° You can insert date, time etc and change the way it looks too
There are tons more features, too much to list.
Cons - not available (yet, possibly the developer may include in future updates)
° Could not see an option to import pdf's
° Could not see an option to increase page size of needed
° Notes are saved automatically, does not have a save button
° Portrait mode only at present - Now landscape mode available!
° pdf export done as images so any typed text cannot be highlighted using a pdf editor using highlight function - you can always edit the text from within the app
I have only listed some features of the app above as I have only been using for about 30 minutes, there are still lots to discover and I think I will request from the developer some of the cons I have listed above to be addressed. Will truly make this app perfect if they can implement them.
As it stands though, the app is still fantastic and runs super smooth on or Notes and is really worth a try for those who take a lot of notes.
Below is a screen shot I have taken to show only a tiny bit of what the app is capable of doing. If you do try the app and find any useful features that I have not listed, reply to this thread and I'll add to the list of pros or cons for that matter.
Link to app: https://play.google.com/store/apps/details?id=com.appbody.handyNote.google&hl=en
HasC said:
I have just discovered a beautiful note taking app that possibly can replace a number of the ones available on the market.
The app is called Handy note and gives you compete control over your notes amongst numerous other functions. The only downside is that it's not free to try so you'll have to take my word for it or use the 15 minute refund window (extremely cheap to buy though). With a bit more development, it probably can replace S-notes. I'll list the pros and cons to help highlight key features and will link to the app for those interested.
Pros - app currently can do
° Text entry via chosen keyboard
° Freehand text entry with smoothing applied (makes your handwriting look much nicer)
° Two writing panels, when you enter handwriting and reach the end of the first panel, you start writing in the second panel while the first one transfers writing to screen, this allows continuous writing without having to wait for words to transfer.
° Everything you do can be repositioned anywhere on the screen as easily as selecting the desired area and sliding it to where you want it positioned i.e. you want to move text, handwriting or drawings to a different section just select correct tool and area you want to reposition and drag your S-pen to the desired position.
° Number of text editing options such as bullets, numbering, font size choice etc.
° You can insert pictures and shapes, loads to choose from within the app such as arrows, circle, box, smilies etc
° You can insert date, time etc and change the way it looks too
There are tons more features, too much to list.
Cons - not available (yet, possibly the developer may include in future updates)
° Could not see an option to import pdf's
° Could not see an option to increase page size of needed
° Notes are saved automatically, does not have a safe button
° Portrait mode only at present
° pdf export done as images so any typed text cannot be highlighted using a pdf editor using highlight function - you can always edit the text from within the app
I have only listed some features of the app above as I have only been using for about 30 minutes, there are still lots to discover and I think I will request from the developer some of the cons I have listed above to be addressed. Will truly make this app perfect if they can implement them.
As it stands though, the app is still fantastic and runs super smooth on or Notes and is really worth a try for those who take a lot of notes.
Below is a screen shot I have taken to show only a tiny bit of what the app is capable of doing. If you do try the app and find any useful features that I have not listed, reply to this thread and I'll add to the list of pros or cons for that matter.
Link to app: https://play.google.com/store/apps/details?id=com.appbody.handyNote.google&hl=en
Click to expand...
Click to collapse
Thanks for the recommendation.
Have you tried Freenote? It does everything you listed above as a "Pro," even the two-panel input. Like LectureNotes, it also gives options for customization to the point of becoming confusing, but is a very powerful note-taking app. That's my major gripe with it-- there is a steep learning curve. But once I figured it all out, it became my "go to" note-taking app.
JC
jchammerpants said:
Thanks for the recommendation.
Have you tried Freenote? It does everything you listed above as a "Pro," even the two-panel input. Like LectureNotes, it also gives options for customization to the point of becoming confusing, but is a very powerful note-taking app. That's my major gripe with it-- there is a steep learning curve. But once I figured it all out, it became my "go to" note-taking app.
JC
Click to expand...
Click to collapse
I have tried freenote and my biggest gripe is that it is not very intuitive. I did manage to get used to its functions but this apps user interface is more intuitive and seems more polished. I will recommend this for those who do not want to fiddle about with too many options and want something that just works with minimal set up and a less busy screen.
Thanks for your feedback.
HasC said:
I have tried freenote and my biggest gripe is that it is not very intuitive. I did manage to get used to its functions but this apps user interface is more intuitive and seems more polished. I will recommend this for those who do not want to fiddle about with too many options and want something that just works with minimal set up and a less busy screen.
Thanks for your feedback.
Click to expand...
Click to collapse
Yes, I have the same gripe with Freenote, but have come to terms with it since it offers suck flexibility. But I still find myself trying to remember how to do something I've done before, because its not intuitive.
You inspired me to start a thread for users to contribute to a feature list of the "holy grail" of note-taking apps. I'm hoping to get the users and devs from all the good apps to comment collectively. We'll see...
jchammerpants said:
Yes, I have the same gripe with Freenote, but have come to terms with it since it offers suck flexibility. But I still find myself trying to remember how to do something I've done before, because its not intuitive.
You inspired me to start a thread for users to contribute to a feature list of the "holy grail" of note-taking apps. I'm hoping to get the users and devs from all the good apps to comment collectively. We'll see...
Click to expand...
Click to collapse
Sounds good to me, it would be really brilliant if someone can come up with a notepad that has all the key features that people use and not have to go to different apps to carry out different functions. At present, the lecture notes developer seems to be the most keen developer who actively makes changes to use requests and requirements.
I hope the thread will be well received and we get the ultimate note taking app as a result.
HasC
Do you have any updates on this app now that you have had this for a few days. Has your opinion changed.
tonyz3 said:
HasC
Do you have any updates on this app now that you have had this for a few days. Has your opinion changed.
Click to expand...
Click to collapse
To be honest, what you are paying for this app and what you are getting far outweighs the fact that it does not have a trial version.
The app has not crashed and runs really smooth, works very well with the S-pen and most definitely has a premium feel to it. Usually an app with the features this one offers should be priced about 3-4 times higher. The best aspect of the app is the tools layout and how easily the document can be re arranged, very intuitive.
To get a feel, try the app for about ten minutes and refund if you don't like the feel of it, that's what I did and stuck with it.
After the above and to answer your question, I would conclude with, my opinion has not changed after using more extensively and I would recommend the app as an optional note taking app, it may not be a daily driver in all scenarios though. Would probably use it for designing simple presentations and information booklets / guides instead of having to use Polaris etc
HasC said:
To be honest, what you are paying for this app and what you are getting far outweighs the fact that it does not have a trial version.
...
To get a feel, try the app for about ten minutes and refund if you don't like the feel of it, that's what I did and stuck with it.
Click to expand...
Click to collapse
I took the $0.99 plunge for this app. I think it is worth that much at least for anyone wanting a fairly full-featured but easy-to-use note-taking app.
It might be the most intuitive note-taking app I've seen so far. It is pretty quick to switch between text, ink, graphics, and paint-- even within a single line on the page.
And it allows exporting to PDF or PNG, and to email or Dropbox, with a minimal of clicks, which I like.
The operation of the layers can be confusing, though. I almost returned it for refund because opened a blank page from one of the templates, and did a whole page of ink and graphics to test it. When I finished and hit the button to switch back to the page view, it appeared that all my ink and graphics were gone. It took me a few minutes to figure out that the layer in which I had done my work was only sized to about a third of the total page size, even though the editing view for that layer allowed me to write/paint the full length of the screen. Long story short, I "found" my work by resizing that layer to be the length of the screen, which revealed what I had written. But I initially thought that it had failed to save my work.
This may replace Freenote as my go to note-taking app.
EDIT: Second gripe: Only works in portrait orientation for now.
jchammerpants said:
I took the $0.99 plunge for this app. I think it is worth that much at least for anyone wanting a fairly full-featured but easy-to-use note-taking app.
It might be the most intuitive note-taking app I've seen so far. It is pretty quick to switch between text, ink, graphics, and paint-- even within a single line on the page.
And it allows exporting to PDF or PNG, and to email or Dropbox, with a minimal of clicks, which I like.
The operation of the layers can be confusing, though. I almost returned it for refund because opened a blank page from one of the templates, and did a whole page of ink and graphics to test it. When I finished and hit the button to switch back to the page view, it appeared that all my ink and graphics were gone. It took me a few minutes to figure out that the layer in which I had done my work was only sized to about a third of the total page size, even though the editing view for that layer allowed me to write/paint the full length of the screen. Long story short, I "found" my work by resizing that layer to be the length of the screen, which revealed what I had written. But I initially thought that it had failed to save my work.
This may replace Freenote as my go to note-taking app.
EDIT: Second gripe: Only works in portrait orientation for now.
Click to expand...
Click to collapse
Glad you like it and also the fact that you didn't lose your work. I think the way the layers are handled on this app are its biggest strength, it gives complete flexibility to where you can position or reposition every aspect of the output.
It is definitely a steal at the price it is going for.
Ps - the portrait mode was listed as a con, hopefully will be available for landscape in a future update.
HasC said:
I think the way the layers are handled on this app are its biggest strength, it gives complete flexibility to where you can position or reposition every aspect of the output.
Click to expand...
Click to collapse
I agree it is a strength... now that I figured it out! I read some of the reviews on the Play store, and I think a few others had the same problem, as i saw comments to the effect that edits were not saved once the editor was closed. I would guess they also had edits that weren't showing because the layer was sized too small outside the edit view.
If you aren't sure what I mean-- do a full page of scribbles in a layer that is only sized for a portion of the page. When you leave the editor, you will only see the part of your scribbles in the layer boundaries, even though your notes are still captured within the layer via edit mode.
JC
I emailed the developers to ask about landscape viewing. They responded below, and said some updates should be released this week.
App Body said:
We well know the landscape requirement. It's in our developing plan, but it really take time to implement.
By the way, the next release will be in this week. Some new features will be available.
1. Share page to Facebook, MMS and others.
2. A setting center for set default fonts and others.
3. Recover built-in resource in case of deleted by mistake.
We keep developing Handy Note to match user's requirement.
JC
Click to expand...
Click to collapse
Pen recognition
I started using this tool as recommended and Liked it a lot.
There´s only one problem Im experiencing. Sometimes, when Im writing a text, there are some pen recognition issues.. that makes me having to write some letters again.
Don´t know if Im being clear...
Im using latest Jelly Bean Rom (LI1) posted on the development forum. Don´t know if it´s the Rom or the App.
I only have this issue with this app, though.
Anyone experienced that??
Thanks.
Luciano.
lucianolsp said:
I started using this tool as recommended and Liked it a lot.
There´s only one problem Im experiencing. Sometimes, when Im writing a text, there are some pen recognition issues.. that makes me having to write some letters again.
Don´t know if Im being clear...
Im using latest Jelly Bean Rom (LI1) posted on the development forum. Don´t know if it´s the Rom or the App.
I only have this issue with this app, though.
Anyone experienced that??
Thanks.
Luciano.
Click to expand...
Click to collapse
Hey, there, Luciano. I have been using this app only two days. So far, I have not had that issue. It captures all my pen strokes just as smooth as butter.
I am completely 'stock.' Maybe that makes a difference?
JC
jchammerpants said:
Hey, there, Luciano. I have been using this app only two days. So far, I have not had that issue. It captures all my pen strokes just as smooth as butter.
I am completely 'stock.' Maybe that makes a difference?
JC
Click to expand...
Click to collapse
I agree with the comments above as I am not having any issues with it either.
Thanks for the update regarding the improvements to come.
Thanks
HasC said:
I agree with the comments above as I am not having any issues with it either.
Thanks for the update regarding the improvements to come.
Click to expand...
Click to collapse
Yeah.. It´s probably some compatibility issue between the App and the JB ROM.
Thats unfortunate, because I really liked the smoothiness and speed of the JB over ICS.
Maybe I will revert to the stock rom.. although the problem is not too bad, maybe I can live with it.
Thanks guys!
The latest update to this app allows you to really easily rotate text and pictures. All it needs now is landscape mode and a choice of paper sizes.
output quality
Trying out several notetaking apps to see if I could find a Onenote-like app (typing, handwriting, easy editing, sync, searchable notes), so I tried this one out as well.
I agree that it's very nice, especially the flexibility with text and handwriting (you can even write text and handwriting in the same box, alternating words). I had some minor issues for improvement though:
1. I tried it on my phone, and chose the smallest font size (12) to be able to write at least a decent number of words on the page. But when I then exported to evernote, I could hardly read the text (handwriting was even worse) because of the low image quality. Not sure if this is an issue on a tablet but I really want my notes to be readable and searchable. So it would be nice if you could choose different export image qualities.
2. Did you find a way to resize the handwriting (in handwriting mode, not the freehand) after it was written? With text, you can simply resize the font of a selection, but I couldn't do this with handwritten text.
3. Highlighting is only possible in freehand mode, but then if you reposition the textbox the highlight doesn't move with the text as it's in another layer. I didn't try so I don't know if this could be solved by grouping objects, but it would be nice to have a highlighting option that changes the actual background of the text and automatically moves with the text.
4. the already mentioned missing page size setting.
Other than this, I found it to be a pretty nice note taking app, too. If only they added a desktop client that could edit the notes too...
hoipiepeloi said:
Trying out several notetaking apps to see if I could find a Onenote-like app (typing, handwriting, easy editing, sync, searchable notes), so I tried this one out as well.
I agree that it's very nice, especially the flexibility with text and handwriting (you can even write text and handwriting in the same box, alternating words). I had some minor issues for improvement though:
1. I tried it on my phone, and chose the smallest font size (12) to be able to write at least a decent number of words on the page. But when I then exported to evernote, I could hardly read the text (handwriting was even worse) because of the low image quality. Not sure if this is an issue on a tablet but I really want my notes to be readable and searchable. So it would be nice if you could choose different export image qualities.
2. Did you find a way to resize the handwriting (in handwriting mode, not the freehand) after it was written? With text, you can simply resize the font of a selection, but I couldn't do this with handwritten text.
3. Highlighting is only possible in freehand mode, but then if you reposition the textbox the highlight doesn't move with the text as it's in another layer. I didn't try so I don't know if this could be solved by grouping objects, but it would be nice to have a highlighting option that changes the actual background of the text and automatically moves with the text.
4. the already mentioned missing page size setting.
Other than this, I found it to be a pretty nice note taking app, too. If only they added a desktop client that could edit the notes too...
Click to expand...
Click to collapse
1. I would also like different export qualities. What i just tried as an experiment was to export the notes into another app called lecture notes. This could be a potential workaround for resizing the document to a more readable size. If you have made all your edits on handy notes, export to the app and use the cut tool and resize.
2. Unfortunately, i could not find a way to resize handwritten notes after writing and again the solution/workaround would be to export to lecture notes and resize the selection or part that is too small.
3. Yep, tried it this morning and could not find a way to move the highlight. I did notice that there was a layer option but could not get it to do anything, ideally we should be able to flatten the highlight behind the text. I tried to group the objects but could not select the highlighted section.
For a possible workaround you could :
Create your notes and once you are happy with the format, do your highlighting and export or alternatively, send the notes to lecture notes, resize and highlight using the functions within lecture notes and export as a pdf.
I think at present the way things are, we need to use multiple apps to achieve the desired end results or one of the developers takes these issues into consideration and facilitates them within their app.
I think i will email the developer of Handy notes to this thread and hopefully he/she/they can improve the app with the suggestions.
I have requested the developer of lecture notes to see if text handling can be done in the manner of handy notes as he is working on text input improvement for his app which currently is the most feature rich note taking app on android (my opinion).
Edit: just realised for highlighted text, if you select the freehand tool used to do the highlight, there is a scissor icon towards the right that can be used to select the highlight and reposition to wherever you have moved the text. If you change the font size from what has been highlighted, it won't match up.
Ive been using this for a few days now and find it really good. Password protect notes and abilty to change covers.
Also you can download an extra resource pack thats full of templates, covers etc here
Because it is no longer compatible with my TF101 with Android 4.1.2? I can not use it! please update ....

[APP][2.2+]Assistive Zoom - One finger zoom control in any browser (ROOT) test needed

NOTE: This App is ROOT required
First time on Android device. This App allows you to send pinch to zoom in/out event on any window with JUST ONE FINGER. So when you are only one hand free, and want to zoom in a web page, Assistive Zoom can help you big time. Just hold on the floating zoom button of Assistive Zoom and move up/down to control the scale factor. This App works in any pinch to zoom enabled window or App.
Since this is my first release and due the the fragmentation of Android system, I am not sure it works on all kind of platforms. I have tested on my 2.2, 4.0, 4,1, 4.2 devices without a problem. So please help to test if it works on your device. If you experience any problem, please let me know. Also, any suggestion is welcome.
[Features]
☆ Works in any pinch to zoom enabled window
☆ Floating trigger button can be disabled/enabled at anytime
☆ Control scale ration at finest level
☆ 3 styles of trigger icon to choose from
☆ Customizable triggering and zooming options
☆ Works from Froyo (2.2) to latest Jelly Bean (4.2)
[Download]
(1) Playstore Link [HERE]
(2) Attachment below.
[Video By Robert Olejnik]
FAQ
(1) Why it doesn't work?
Ans: This App requires root to function properly. If you are greeted by message your device is not rooted upon launching the App first time, then you probably have an unrooted device.
(2) Why webpage scales unexpectedly?
Ans: Please enable alternative pinch action
(3) Why some text on a webpage is automatically selected after scale is finished?
Ans: Please disable alternative pinch action
Amazing. Never thought it was possible. Good job. It really comes in handy when i neesnit.
convenient. I think Button Savior can also have this button.
Very convenient! Although, I suggest that the icon for the zoom could look a bit more minimal and nice looking. Other than that, it's very good!
EpiclyEpic said:
Very convenient! Although, I suggest that the icon for the zoom could look a bit more minimal and nice looking. Other than that, it's very good!
Click to expand...
Click to collapse
I will add more zoom button styles in later release. If you want minimal design, there is a style called Hilo in trigger icon style. Also, you can set lower transparency value in auto dim transparency setting to make zoom button even less obstructive looking.
Great app! but one question
is there any way to change position of zoom button vertically?
nice app....really handy
fanfan-liu said:
is there any way to change position of zoom button vertically?
Click to expand...
Click to collapse
hi,
currently u cant move vertically. I am still finding a good way to do it. The problem is if zoom button is not centered vertically, user will get unequal distance in either vertical direction to triggernzoom action.
Sent from my SCH-I535 using xda app-developers app
good to know no failed case for now. looks like my 2.2 to 4.2 handling is good.
Sent from my SCH-I535 using xda app-developers app
jerryfan2000 said:
hi,
currently u cant move vertically. I am still finding a good way to do it. The problem is if zoom button is not centered vertically, user will get unequal distance in either vertical direction to triggernzoom action.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
If this is the main concern, then you will have same problem if you want to integrate this function in Button Savior.
Hi, new user to the forum and expecting my first tablet, Sony Xperia Tablet Z on Thursday.
I stumbled across this forum and thread while searching for Android apps that might be able to zoom in/out with one finger. I am a high level quadriplegic and use a capacitive mouthstick made by griffin for touchscreens since I cannot use my arms/hands/fingers. I am looking forward to seeing this app progress to the point that I can use it. Being new to tablets, I am not going to be comfortable rooting a brand new device that I have much to learn about, but maybe after a few weeks I'll be ready to experiment and help test this app.
I am just excited to see that someone is trying to develop such an app, so kudos to jerryfan2000!
fanfan-liu said:
If this is the main concern, then you will have same problem if you want to integrate this function in Button Savior.
Click to expand...
Click to collapse
yes, this feature would poses some challenges to me on Button Savior if I want to make it as easy and simple to use as it is right now on Assistive Zoom. So far, the best solution I figure out is to show a separate zoom button at middle of screen upon tapping on Zoom Button on Button Savior. So that would require user to press 2 times compared to 1 touch to zoom on Assistive Zoom.
Bob422 said:
Hi, new user to the forum and expecting my first tablet, Sony Xperia Tablet Z on Thursday.
I stumbled across this forum and thread while searching for Android apps that might be able to zoom in/out with one finger. I am a high level quadriplegic and use a capacitive mouthstick made by griffin for touchscreens since I cannot use my arms/hands/fingers. I am looking forward to seeing this app progress to the point that I can use it. Being new to tablets, I am not going to be comfortable rooting a brand new device that I have much to learn about, but maybe after a few weeks I'll be ready to experiment and help test this app.
I am just excited to see that someone is trying to develop such an app, so kudos to jerryfan2000!
Click to expand...
Click to collapse
It is glad to know it has potential to help you. Rooting is not as harsnor dangerous as you think. You still need to manually grant root permission to any App that requests root. And you can also unroot at any time if you need to send your device back for repair.
Sent from my SCH-I535 using xda app-developers app
Bob422 said:
Hi, new user to the forum and expecting my first tablet, Sony Xperia Tablet Z on Thursday.
I stumbled across this forum and thread while searching for Android apps that might be able to zoom in/out with one finger. I am a high level quadriplegic and use a capacitive mouthstick made by griffin for touchscreens since I cannot use my arms/hands/fingers. I am looking forward to seeing this app progress to the point that I can use it. Being new to tablets, I am not going to be comfortable rooting a brand new device that I have much to learn about, but maybe after a few weeks I'll be ready to experiment and help test this app.
I am just excited to see that someone is trying to develop such an app, so kudos to jerryfan2000!
Click to expand...
Click to collapse
Welcome.
I think this would be great for use with mice or the S-pen, but I have 2 suggestions that would improve on it.
1: allow (homescreen) shortcuts to enable, disable, and toggle the service so it's easy to automate it with apps like tasker and GMD S-pen control.
2: undo dimming upon "mouse over"/hover for supported devices like a mouse, or Samsung airview(Note 2/8, S4)
this would make the icon easier to find if it's set to hide completely.
edit:I noticed a small problem that makes this app useless in some apps.
in opera mobile classic it only switches between zoomed out and standard(double tap) zoom states, nothing in between.
and in the image viewer built into FX File Explorer you can only switch between zoomed in completely, and zoomed out completely.
I just started testing the pro version, and find it to be a great app. It's particularly useful to me when operating my Note II with one hand.
My first suggestion is to enable faster zoom speeds.
Tis is a really great idea. I tried it for five minutes and then bought the Pro version.
Well done and very many thanks for a great app!
thedicemaster said:
I think this would be great for use with mice or the S-pen, but I have 2 suggestions that would improve on it.
1: allow (homescreen) shortcuts to enable, disable, and toggle the service so it's easy to automate it with apps like tasker and GMD S-pen control.
2: undo dimming upon "mouse over"/hover for supported devices like a mouse, or Samsung airview(Note 2/8, S4)
this would make the icon easier to find if it's set to hide completely.
edit:I noticed a small problem that makes this app useless in some apps.
in opera mobile classic it only switches between zoomed out and standard(double tap) zoom states, nothing in between.
and in the image viewer built into FX File Explorer you can only switch between zoomed in completely, and zoomed out completely.
Click to expand...
Click to collapse
Hi,
Both suggestions are good Idea. I will take them. I don't have s pen device but I can try mouse over with my nexus 7. I am not sure is it possible to detect mouse over in Android but I will try.
For problem with opera and image view, you can try testing again with alternative pinch fix on or off. I will also try it on my phone. But if you have discontinuous zoom problem, alternative pinch action toggle is always the first to try.
mouse-over is definitely possible on android, many websites rely on this for their menu and those websites work fine in opera mobile classic if I use a stylus or mouse.
Photoshop touch, and many Samsung apps support it through airview.
and the xtralogic remote desktop app can track the mouse cursor so the remote cursor follows the android cursor.
and I did test the different zoom methods, but there was no difference.
particularly in FX it's annoying, because it's zoom levels are so far apart and it doesn't have double-tap zoom.
Nice app!!
This is a great app - I've been looking for something like this! Works well for my GSII on Android 4.1.2. I just saw that the Pro version allows to control whether or not the zoom is shown per app, so I'm going to have to give that a try. Ideally I'd just like to have the assistive zoom for a few apps: Chrome, Evernote, etc. ...
thanks!

Categories

Resources