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.
Related
I'm developing a dashboard app where I need several different charts/graphs. Is there any way that I can create them without any library? And if so, can you teach me how?
Thanks in advance!
If you want to learn how to use a chart properly I suggest you to watch this tutorial.
After that you can start something with live data and/or github arsenal implementations. But first start with the fundamentals. Hope that answered your question also.
Hey guys :) maybe I didn't notice but I have a question:
how can I display a few user's geoposition (about 10 people, I supposed) using yandex_mapkit for flutter?
I read a lot in the documentation but it does not have an answer. I just switched to the development of mobile apps for android and do not quite understand how to implement it properly.
1- install
Installation
2- Check out API reference
API docs
3- Implement from javascript code
Examples
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.
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.
is it possible to query a website's api from an android app? If so, how to do you handle the return if it's in xml?
Thanks
This post showing you how to create a Twitter client using Android should be helpful.
As far as processing the XML, there are lots of ways. See the Android docs for XML support, as well as this tutorial.