I want to develop some application for android, but struggled to decide what it should do :)
Is there a collection/list of web-sites which have REST api? So I can implement in in my app
and make use of it?
thanks!
Try taking a look at http://www.programmableweb.com/apis. I'm sure there others out there as well, but that's what I'm familiar with.
Related
It's my first time here, and all I can say is that this forum/site is awesome, lots of knowledge sharing.
Quick question: Does anyone possibly know how to access Snapchat API? I'm trying to make an automation software which would promote my business, and I need to be able to set up a bot which would do stuff while I'm sleeping/away.
Any suggestions are fine! :)
Thanks in advance.
a quick google search results in the documentation, please clarify the question; do you need help making an XML request?
https://developers.snapchat.com/api/docs/
I'm a beginner in android application development. I got a requirement where I have to show some statistics in the form of graphs/charts. I would like to if there is any API as such which would suffice this requirement in android. Else, I would like to the means the other best means that would make this easy. I referred other questions regarding this, but I'm unable to decide basing on them. Help needed as soon as possible.
This is good , easy to use and if You have problem PhilJay or someone else will help you on stack:
https://github.com/PhilJay/MPAndroidChart
I am mobile app developer working with SimPalm. I want to implement above functionality in current project. I am getting some issues to implement this technology. Could you please help me on this?
Giveup using SLComposeViewController use FBRequestConnection its much better.
I want integrate Flingo-API in Android.
here is the link
Did any one know about this Filngo API integraion.
Take a look at this https://play.google.com/store/apps/details?id=info.send2tv
It uses the flingo API.
There are a lot of things that it could do... If you are interested go to flingo.org and post to the forum.
Im looking into wrapping a existing web app for Android. Im doing some research to find the bets ways to do this?
Does anyone have any good links or tips that might be good to know?
Thankful for advice!
The standard way to do this is to wrap the web app in a WebView. The android dev guide also has a whole section on things you should do when wrapping.
I don't know what is the meaning of your wrapping.
But if you want a tool to make an application that looks like a native android app but instead use the the web technology, you can use PhoneGap.
Find it here