Recently Google announced new API for image recognition. It is one the most exiting solutions from Google and prices are quite affordable. So, I decided to switch from CamFind API to Google’s, because the last one is much more efficient and faster. Camfind worked quite well, but it took time for upload of image and… Continue reading Google Vision Image recognition for Android
Tag: android
Facebook: Darling, I attracted 1200 likes in 3 days.
As I promised previously, I will try to tell a little what I did to get more than a thousand like for our page Is it kosher? on Facebook in 3 days. A year ago I wrote a post about my experiments with promotion in Fracebook FB FACEBOOK: ПРОДВИЖЕНИЕ СТРАНИЦЫ ЗА ДЕНЬГИ (in Russian). This… Continue reading Facebook: Darling, I attracted 1200 likes in 3 days.
“Is it Gluten Free?” app for Android and Amazon
Some minor fixes in version 1.0.1 and we released to Amazon App Store. Now “Is it Gluten Free?” app is available for 6843 Android devices and fully compatible with all Amazon devices you can get your own version on Google Play. and Amazon App Store
Android: how and why not to use ACCESS_COARSE_LOCATION
I will start from why you should avoid using ACCESS_COARSE_LOCATION directive in your Manifest.xml file. ACCESS_COARSE_LOCATION allows you to get approximate location of user’s device. It is detected not by GPS, but using different means – wifi hotspots, network triangulation etc. Actually, it is pretty accurate and it is worth considering to use in case… Continue reading Android: how and why not to use ACCESS_COARSE_LOCATION
Google analytics: track activities your users do
Google Analytics offer not only tracking you users geographic location, pages they open and their devices specifications, but also thorough information your users do on your site, in your mobile app. If you have website and you want to know what links your users click, then probably you’d like to know about the following feature:… Continue reading Google analytics: track activities your users do