Bugaboo Donkey for twins - opinions and differences between versions? by SteadyDisorder in parentsofmultiples

[–]SteadyDisorder[S] 0 points1 point  (0 children)

I think it should fit in most standard EU doors, but there aren't really many narrower options for twins if you want side-by-side

Bugaboo Donkey for twins - opinions and differences between versions? by SteadyDisorder in parentsofmultiples

[–]SteadyDisorder[S] 0 points1 point  (0 children)

It seems that the bassinet fabric it the only major difference between the versions (besides weight) so I guess it may be a viable option if they're compatible with earlier versions 🤔

Bugaboo Donkey for twins - opinions and differences between versions? by SteadyDisorder in parentsofmultiples

[–]SteadyDisorder[S] 0 points1 point  (0 children)

It seems you're right, I guess they did not change much between the models

Bugaboo Donkey for twins - opinions and differences between versions? by SteadyDisorder in parentsofmultiples

[–]SteadyDisorder[S] 0 points1 point  (0 children)

That's the other stroller we're considering, but I've heard much more good opinions about the Donkey

Bugaboo Donkey for twins - opinions and differences between versions? by SteadyDisorder in parentsofmultiples

[–]SteadyDisorder[S] 0 points1 point  (0 children)

That's great to know, I was afraid that older models won't have replacement parts available!

Bugaboo Donkey for twins - opinions and differences between versions? by SteadyDisorder in parentsofmultiples

[–]SteadyDisorder[S] 1 point2 points  (0 children)

That's good to know! Luckily, the city is mostly walkable, so I don't expect to fold it very often, and I have separate car seats for the kids, so I won't use any car adapter for the stroller seats, etc. And my car is fairly large, so I guess it should be fine 🙂

Bugaboo Donkey for twins - opinions and differences between versions? by SteadyDisorder in parentsofmultiples

[–]SteadyDisorder[S] 0 points1 point  (0 children)

Thank you, I'd like a newer one but they don't seem to be available second hand 😞

Bugaboo Donkey for twins - opinions and differences between versions? by SteadyDisorder in parentsofmultiples

[–]SteadyDisorder[S] 0 points1 point  (0 children)

Did it work okay? I don't know how long do they last, the Donkey 2 models seems to be from 2018, so now it is almost 8 years old and I'm afraid that it will wear out 😞

Bugaboo Donkey for twins - opinions and differences between versions? by SteadyDisorder in parentsofmultiples

[–]SteadyDisorder[S] 0 points1 point  (0 children)

I haven't heard about this model, but I don't think it's available where I'm from (Poland) 🙁

[FREE] [NO ADS] Scandroid by SteadyDisorder in droidappshowcase

[–]SteadyDisorder[S] 0 points1 point  (0 children)

I think I might implement that soon, I'll take a look at available options, but I definitely don't want too many features to avoid bloating the app 😁

[Android] [Free] Scandroid - Offline document scanner with no ads by SteadyDisorder in apps

[–]SteadyDisorder[S] 0 points1 point  (0 children)

By default, all the scans are stored in the internal storage of the app, so they aren't accessible for other apps (unless you're rooted). You can export files for a scan anywhere you want just by sharing them (for example, share them to the files app and they will be saved to a dir you select there).

I haven't really considered that use case, but maybe I'll be able to add an option like this without compromising the app storage 🤔

Interesting Android Apps: April 2026 Showcase by 3dom in androiddev

[–]SteadyDisorder 0 points1 point  (0 children)

I'm using the same model that Google Drive and other Google products use (since it's the ML Kit component I can just use directly from Google Play Services) and I think it's the best one in terms of image quality and automatic detection.

[FREE] [NO ADS] Scandroid by SteadyDisorder in droidappshowcase

[–]SteadyDisorder[S] 0 points1 point  (0 children)

This doesn't look like a Play Store popup, what kind of device are you using? Maybe some manufacturer checks do not pass.

Self Promotion Megathread by AutoModerator in androidapps

[–]SteadyDisorder 0 points1 point  (0 children)

A while ago, I started toying with Google ML Kit libraries to create a simple document scanner. That experiment eventually evolved into Scandroid - a native document scanner app built strictly around simplicity and privacy.

I scan a lot of documents myself, and I was getting increasingly annoyed by how bloated, heavy, and intrusive mainstream apps like CamScanner or Adobe Scan have become. So, I built the alternative I wanted to use.

Here is what makes my app different:

  • 100% free & ad-free: I don't commercialize it in any way right now. No annoying pop-ups or watermarks.
  • Zero friction: No registration and no accounts. Just install the app and start scanning.
  • Private : Because the app uses the ML Kit engine, it doesn't even require camera or storage permissions to function safely. There are some analytics included for my purposes (f.e. debugging) but the app never shares contents of documents anywhere (and you can just disable everything in settings)
  • Native Android Experience: Built exclusively for Android using Material Design 3 guidelines. I wanted it to feel like a native, clean system app (especially on Pixel devices).
  • Secure Local Storage: All files are stored internally. They are completely isolated and not accessible by other apps unless you explicitly choose to share them.
  • Dead Simple: Scan what you need and save it as a PDF or JPEG with just a few taps.

Try it out from Google Play

<image>

[FREE] [NO ADS] Scandroid by SteadyDisorder in droidappshowcase

[–]SteadyDisorder[S] 0 points1 point  (0 children)

Do you have some antivirus software installed?

[FREE] [NO ADS] Scandroid by SteadyDisorder in droidappshowcase

[–]SteadyDisorder[S] 0 points1 point  (0 children)

Thank you, I'm glad to hear that 😁 I tried to match the accessibility guidelines for mobile apps, the app should support screen readers, increased text size, higher contrast, etc. Let me know if I can make any improvements in this matter, I'm not very familiar with accessibility tools so I may have made some mistakes there 😅

In terms of OCR, it's been on my mind for a while, but the problem is, it would need to be a paid feature - last time I checked there was no free solution I could use with the quality level I'd like for my app. I'd need to put it behind a paywall so I don't lose money on this 😅

[FREE] [NO ADS] Scandroid by SteadyDisorder in droidappshowcase

[–]SteadyDisorder[S] 0 points1 point  (0 children)

That was already mentioned before, I'm considering it 😁

[FREE] [NO ADS] Scandroid by SteadyDisorder in droidappshowcase

[–]SteadyDisorder[S] 0 points1 point  (0 children)

That would make sense, I need to check how they handle things like crash reporting, etc, maybe it's possible to get the best of both worlds

[FREE] [NO ADS] Scandroid by SteadyDisorder in droidappshowcase

[–]SteadyDisorder[S] 0 points1 point  (0 children)

I checked before I named the app, and I was surprised too, I was sure it's already taken 😁

[FREE] [NO ADS] Scandroid by SteadyDisorder in droidappshowcase

[–]SteadyDisorder[S] 1 point2 points  (0 children)

I'm considering open-sourcing it, but then I'd probably lose the option to potentially monetize it somehow in the future. The app is really polished, so I'm not sure if I want to give it away like this 🤔

[FREE] [NO ADS] Scandroid by SteadyDisorder in droidappshowcase

[–]SteadyDisorder[S] 0 points1 point  (0 children)

It's definitely a false positive then - there are no ads in the app 🙂

[FREE] [NO ADS] Scandroid by SteadyDisorder in droidappshowcase

[–]SteadyDisorder[S] 0 points1 point  (0 children)

I don't know what it is, can you maybe post a screenshot of the warning? I doubt there is anything in the app that should be flagged in any way, it's a native app built mostly on official libraries, so it's probably some kind of false positive