Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 months ago.
Improve this question
What is the best and free alternative to Azure Notifications Hub ? I saw there were a lot of them but what would you recommend for Android ?
Thank you
I use Firebase Cloud messaging, it's simple and easy to implement
https://firebase.google.com/docs/cloud-messaging
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
How do I receive simple data from other apps on android and iOS? For example, URLs from browsers and RSS-aggregators.
Is there some libraries or so?
Thank you for your time!
The simplest way is to use app links http://facebook.github.io/react-native/docs/linking.html#content.
For more advanced android intents, you would have to implement that as a native module.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm willing to make an android app in Medical app. the app searches in a database of symptoms to tell the user what disease it is.
Can anybody tell me where I can find this database for free? thanks in advance.
Try to check this, there is a list of available databases. F.e. first "AIDSinfo" use RESTful api for accessing data.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm about to develop mobile app with realtime chat. I am confused about which is best tool for real time chat?
I think there have no best choice.
They are used for different usage scenarios.
And, I like "socket".
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I want to implement a chat module in my existing app. I have found a way of doing it with GCM & socket programming But i want implement using a plugin or library. Is there any Free library available for android ?
Check this link for chat api.
http://quickblox.com/developers/Android
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Can any one please suggest me good tutorials (other than official) for learning basics to develop Facebook apps in Android.
I am searching in internet but I am failing to get good ones.
checkout this: http://developers.facebook.com/docs/guides/mobile/#android
This will surely help you.