I am trying to integrate segment.io in my app so that I can send by analytics data to Google Analytics through segment. I have read the official documentation to integrate segment but didn't understand much and also there are also very less documentation or sample example available on internet.
If anyone can guide me how to integrate segment in my app, then it will be very helpful for me.
Just excavating this as I recently did something similar.
Segment now provides a very detailed documentation on how to integrate your android app using segment's android library. Please check out:
https://segment.com/docs/sources/mobile/android/
Hope you were able to do it at the time.
Related
I am a beginner and have been coding in Kotlin for Android.
I need to integrate Stripe Connect into my app now but feel lost. When going through the Android documentation in Stripe, it mentions lines of code in curl, or sometimes in Ruby/Python/Php/Node/Go.
I don't know any of these. Do I need to learn another language to integrate Stripe? Is there something I'm missing? I get stuck at these parts as I don't know how to continue.
This is the part of the documentation I'm trying to read through.
THe documention also recommends that I create this Customer at the same time you create your user on your own backend but doesn't show how to.
Any guidance would be appreciated. It seems to be good documentation if you already know what you're doing but as a beginner I'm lost.
I am developing an android application and I want to include recaptcha in my app. But I do not understand how to use it. Can you help me so that I can us it in my app?
Refer to this official Android Developer documentation and implement with the steps provided.
As Sneh referred to, first check out the Android Documentation. What could also be helpful would be to refer to tutorial articles and Sample Apps on Github.
I have a app which needs a centralised Database.So I am planning to use Google Spread Sheets.
I have gone through this link,
but I really did not understand much in it.
So is there any example codes available please suggest.
Related SO question: Using Google Docs and Google Spreadsheet APIs for Android. There's an answer which links to projects with API docs and examples.
So is there any example codes available please suggest.
I'm still workin on it dono how to use the Google API itself i have
the libraries downloaded
Why not also google for some examples - http://www.google.com/search?q=android+google+spreadsheet+example?
I want to integrate one of image search api for finding similar image like a google goggles do?
#Chrish -- Check this
http://www.technotalkative.com/android-google-image-search-api-example-json-parsing-web-api-call-demo/
visual search api for web and mobile here too: http://www.macroglossa.com/api.html. they provide custom services too.
Or just Check replies for this question
Google goggles API
IQ Engines offers an API that allows you to integrate image recognition into your mobile application. For more information see http://www.iqengines.com. If you sign up for a trial you get 1000 free visual scans and can download the iOS and Android SDKs. There's a Quick Start Guide http://www.iqengines.com/quickstart, API Documentation and README files for the SDKs that explain the process.
I am trying to integrate payment gateway in my android app.
Purpose of app is to buy online e books.
Site is already Developed and it is using EBS service for payment.
To be specific App is designed for Asian countries only.
Can anyone help me regarding this?
Do i need to simply call my site URL for this or it is not a practical approach.
Any help would make work my simpler as i am not familiar with this stuff.
Please help me if you have experience with it but please do not just copy paste links as i have gone through many sites for that.
Here, EBS support you can find the API that EBS provides. There is no specific API currently available for android. I think you should have to implement it at your server side and make a call with web services.