How to integrate Flingo-API in Android - android

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.

Related

how to create SDK in android

I want to create an SDK like Paypal. where after a specific point all work is done by SDK. like when we integrated Paypal SDK, then after a specific point all the rest of the process of payment is done by Paypal SDK. I also want to create something like this, that after calling my SDK code rest of the work I want to do by my SDK code. I searched for that, but unfortunately, I did not find proper guidance to achieve this. please guide someone on how can we do that. and sorry for my poor English.
thanks
It's looks like you mislead with terminology. From your question it's more likely that you wanna create some library that will do a part of work for some common goal.
Here is some example:
https://medium.com/#anujguptawork/how-to-create-your-own-android-library-and-publish-it-750e0f7481bf

How to use ORMan library in android?

I want to use you ORMan library in android for my app. I googled a lot but was unable to get proper tutorials for this.
I just need some useful links which can give my detailed idea of ORMan.
Can anybody please provide me some helpful links? which can take me to
integrate ORMan in my android app.

How to post multiple images and its message to facebook using SLComposeViewController?

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.

Is there a good website to share and optimize code together?

Recently I am working on Android app development, and also I did iOS app before. I am not good at Android so far, so sometimes I found the app is kind lagging, thought stackoverflow.com is very nice place to share and found the bug, but I would like to ask if there are some websites that I can share all codes and details about the app, and there are also some programmers there they can read and point it out what's wrong with my app? I don't know if this question is legal here, just think it's good to have one and learn more..
You can post code and get it reviewed at https://codereview.stackexchange.com/
The best solution would probably be to push your projects to a site like Github where there's a great infrastructure in place to allow people to collaborate with you.
Asking people to do so is a different issue, but probably best achieved through posts on XDA-developers and equivalent forums.
There are plenty of places where you can post your entire source code. Here are two that I have used:
Google Code: allows you to post your code publicly with details about downloading. You can use this and google forumns to get reviewed and help. SVN access is easy to configure. Can add others to projects.
SourceForge: allows you to post code publicly and privately. SVN is easy once again. Allows you to add others users to the project with read/write/edit permissions.
Those two may not be the best places for getting reviewed and help easily, but they are wonderful for hosting and source control!
Also, these do have forumns where you can point others to your projects and ask questions!

rest webservice in android

can anybody give example of rest webservice in android
Janusz is correct, but if you want a good intro into how Google envisions REST being used in Android see this presentation. When you're done follow alexanderblom's link on this question.

Categories

Resources