Instant Voice messaging app Android [closed] - android

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
This is a fairly broad question. Im looking to create a voice messaging app for android as an after work project. Does anyone know of any specific apis that might help in this endeavor? Ive been looking at the google cloud messaging service but that seems more for update notifications. Ive also taken a look at the volley library but that doesnt support large data transfers. If someone could point me in the right direction that would be awesome. Thanks!

For short messages, I guess you'll be fine sending common http requests. I'd try with ASIHttpRequest, which features asynchronous get/post request, progress bar for large request, ...
Best of lucks.
EDIT
My bad, ASIHttpRequest is iOS exclusive. You can try android-async-http instead.

Related

Is there any other library function for xmpp apart from asmack for Android App? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am trying to develop a chat application in android using XMPP. Some search and all I found that I need to use asmack library for my app. It seems little bit old . So I am asking to you all that is there any other libraries or methods to implememnt IM using XMPP in android apart from asmack ? And any one please tell me how WhatsApp and Telegram implemnting this ? If they are using XMPP please tell me which library function they are using ? Feel free to ask if you need more clarification regarding the question.

Contacts data transfer [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm developing android client which is capable of upload system db contacts information (name, phone_number, email).
Could someone suggest the best technology in point of best performance (in client) with about 1000 contacts.
SOAP or REST, XML or JSON.
I would go for a REST service, as it is more lightweight as SOAP. Also, you don't need a stateful service for this. Next to that I would use JSON, for two reason. Almost always smaller than xml, and great Android support for parsers.

Choice of backend? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm making my first backend for an app that should work for android and iphone. It should have features similar to instagram with some photos and text.
Currently I'm looking at doing it with google App engine.
For a backend like this, with users, posts, comments etc. Should I use the datastore option or SQL?
I know JAVA so using google app engine should be fairly simple. But is it simple to make it work with iOS too?
I'm open for suggestions if you think there are better places to do backends like something with node.js or so. It should be easy to deply, quick and expandable.
What would be your suggestions?
parse.com is the answer to all your problems
At work we use Drupal as a backend.
It's an easy to use CMS, It has secure RESTful connection for doing content management things. It has an iOS SDK https://github.com/workhabitinc/drupal-ios-sdk. It supports commenting, user registration, user permissions, posts out of the box.

GCM server using Google app-engine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have just implemented the SDK samples for GCM client and server side. I implemented it with no problems using NetBeans(Glass Fish) as my server side and Eclipse as my client (Android). I now want to explore the use of Google App Engine as my server side. I downloaded the sample from the SDK but cant get it to compile and run....Is there any tutorial regarding this like the regular server-client GCM?
Thanks in advance!
You might want to take a lot at this Using App Engine for Java which is part of Google's GCM docs. Here is another blog post about a GAE based GCM server: http://www.andro.lt/2012/11/google-cloud-messaging-for-android.html
If you want to use Google Cloud Messaging in your Android application, you can use this free, open-source project:
gcm4public.appspot.com

Is Vimeo SDK available for android? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Just like facebook SDK, is there any SDK available to integrate vimeo videos in android application?
The API is open to any language as it answers to HTTP calls.
http://developer.vimeo.com/apis/simple
if you need to show private videos as well, you need to use the Advanced API and this is a little bit more complicate as it's more secure. The Advanced API uses OAuth 1.0 for authentication.
http://developer.vimeo.com/apis/advanced
What you probably want to know is if there's an Android Wrapper of the Vimeo API witch I know none, but as said, it's simple calls that sends you JSON or XML objects and if using the Advanced API, there are plenty of libraries to handle the authentication.

Categories

Resources