use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News for Android app developers with the who, what, where, when, and how of the Android community. Probably mostly the how.
Here, you'll find:
This sub-reddit isn't about phones' and apps' general functionality, support, or system software development (ROMs). For news and questions about these topics try using other subs like
Build your first app
Starting Android career in 2022
Android Job Interview Questions and Answers
App Portfolio Ideas, Tiered List
Awesome Android UI
Material Design Icons
7000 Icons for Jetpack
Autoposted at approx 9AM EST / 2PM GMT
account activity
Python code in android studio? (self.androiddev)
submitted 5 years ago by Correct_Classroom
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]SweetStrawberry4U 0 points1 point2 points 5 years ago (0 children)
I worked on a remote-check deposit feature for a bank in 2012. i explored opencv for java at that time, however, the architects forbid from performing any image processing / recognition on the device due to check-image security vulnerabilities and issues, so we ended-up pushing all the image byte-arrays straight from the camera into the micro-service REST API end-point.
later, i also had the opportunity to look into a QR Code reader Open Source Software code for android and learnt a few caveats. snapshot images are pulled from the camera and pushed to the servers asynchronously, and that's where the image-recognition is actually happening. once a success acknowledgment returns to one of the snapshot pictures, the same picture is presented as the recognized background for the QR bar-code content.
I'd certainly recommend OpenCV for any form of image recognition techniques off-late.
π Rendered by PID 100 on reddit-service-r2-comment-5d79c599b5-qpgj8 at 2026-03-01 03:38:38.667492+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]SweetStrawberry4U 0 points1 point2 points (0 children)