FCM for Android using programmatically [closed] - android

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
I have done everything with FCM console for push notification and its working fine. I am also getting push notifications on device but according my need I create project programmatically using java code so is there any API for that or we have to done this manually?

There is currently no public API to create Firebase projects. As the tools/CLI says, you'll have to create them in the Firebase Console.
You can refer to this link :
Is possible create new firebase project by API?

Related

How to send push notification from a web app to an android app? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I have a simple android application that is receiving the push notification from firebase's console properly.
How can I send a notification from my own web application, instead of sending from firebase console?
You can use google firebase apis .

What is The logic behind chatting android app [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I'm beginner android programmer
I am going to start project of chatting android app but seems different from what I know but I've tried to search questions that have been asked they only give codes to copy paste, my question is what do I need to know additionally to create android chatting app ? Give me the topics no code that will be my job to do , thank you
Firebase or Google Cloud Messaging, Starting with Firebase is a good idea. You need to know to make http resquests "Communications" with server side.

Displaying A Notification When I Want? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
How can I send a notification when I want? Example, I want display a notification about new update, announcement... A custom notification. Is it possible? Is there a library?
I'd use Parse Android notification API:
http://www.parse.com
Here is the instruction of how to import and activate the API on your project:
https://parse.com/apps/quickstart#parse_push/android/native/existing
Then all what you need to do is to go to parse site and send the push notification:
https://parse.com/tutorials/android-push-notifications
The notification sending looks like that:
There is one Catch here:

How to use the telegram API to create a chat application? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to create a chating application for android using the telegram API available. I am new to using the external library. Can anybody give me a bit idea about how to use the API to build a chat application? Where do i put the ApiId and Api hash? The app still crashes
telegram full source code is available on github..find it out from the telegram website...import the project in android studio ..Search for the API key in src files....replace the telegram prrvious key with your own key..

IBM Worklight - How to Setup Push Notification [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm using Worklight for my Android App. What steps must I take to use Push Notifications?
You start by reading
The IBM Worklight Getting Started Push Notifications training module and
IBM Worklight Information Center's push-related articles. You then
familiarize yourself with the push-related API methods (client, server) and then
You either try to create a sample app yourself and/or review the supplied sample app prior to creating yours
There is no magic bullet.
If you then have a technical question while trying to implement push notifications, please open a new question.

Categories

Resources