Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Could anyone suggest me a good QR code reader to embed this in my app.
I'm searching a library which let me embed the scanner directly in my activity.
And with a good tutorial which explain me how to use it.
Zxing is great, but it's hard to embed into your app - it's developers focused more on making usage of their own app from Play Store easier.
There are some other libraries, which wrap Zxing around. I used this one in my recent project. It's really easy to use. Probably you can find all what you need in readme.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
so my question is simple, I'm trying to add the QRcode reading functionality to my app.. I don't want to open another app to scan the code(I think ZXing api does that).. I was thinking in Google MLkit but I don't know if that's free of charge.
Thanks!
Google ML Kit SDK is provided free of charge. You can find an overview of its barcode scanning feature (including support for QR code) here. (See full terms here.)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Currently I am using webspeech.js whic helps me only for web pages and when I convert my ionic project to .apk file, it doesnt work. Is there any other way which fulfills my requirements? Thanks in advance!
You can keep your current library for TTS on the browser and use a plugin like this for iOS and Android
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I need a tool where the user can draw an flowchart easily, and export this to a HTML and CSS file.
My intention to save this HTML code in a database, and get this from my android app, and show this in a Webview.
Do you know some flowchart tool for to do that?
Thank you!
Have a look into Lucid Chart API, I know there is an embed code option, which could help you, but there's always a save the charts to an image file.
There might be a specific tool out there to do that function, but I am guessing it would be difficult to find or require an upfront cost to use. I would anticipate that you most likely will have to strap something together yourself.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I am looking for applications to see how they are built, features etc...
For example the app smspopup seems very nice for studying.
Does anybody know any other worthwhile open source projects?
I always suggest the iosched project as a pretty full example, I would start downloading the project and learning everything from the source code. As it is developed by Google developers, it fulfills all Android code patterns and also has the latest Android Material design.
If you want more Android projects, there are several pages for it in github.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Are there any ready-made mobile HTML5/CSS3 templates available on the net (for webapps). I don't want to have a native look nor want a native look with webapps. But I want kewl eye-catching designs with a lot of colors. As I'm a developer I'm a super noob at designing. Let me know if you guys use any resources.
P.S.To be specific I needed it for holding two countdowns (placeholders) & 2 images.
I usually look at DeviantArt for UI ideas,
http://browse.deviantart.com/?qh=§ion=&q=iphone+app+template
From there you could find one you like and code it.
Also look at this link for a backbone template,
http://html5boilerplate.com/mobile
A simple google search would have led you here...
Web Application Templates