Azure Mobile Engagement [closed] - android

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 followed the steps here and tried to implement mobile engagement of Azure. Now I want to send notification the device. I can't find how to do it.
I have tried a lot. And also I tried to create Announcements in the REACH tab but still I did not go any notification. Now I am in the middle of the situation, that neither I know, if my could has some fault or I have not yet sent the notification correctly from the portal.
Please help me.
thanks in anticipation.

You should resume the getting started tutorial from this point: https://learn.microsoft.com/en-us/azure/mobile-engagement/mobile-engagement-android-get-started#enable-push-notifications-and-in-app-messaging and make sure you follow the GCM steps as well.
If you are still stuck after that, please edit your question to be more specific.

Related

Is it possible to show current active user count inside the app in flutter? [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 1 year ago.
Improve this question
I want to show in my app, how many users are online. I tried to find solutions but the solutions that i found is generally in web, i have mobile app and i want to show how many users are online. Can someone please help?
From the firebase documentation. Firebase has the functionality to monitor presence in the application. RTDB supports it natively, but Firestore leverages other services to implement it.

How to make a Notification with different phone? [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 3 years ago.
Improve this question
i want to make an application about how to receive Notification from other phone but i don't know how to do it,i'm already search the keyword still didn't have a match with my problem, please can u give me an advice or tell me how i'm gonna do it?thank you
You have to use client-server communication for your requirement.
In that you have to follow step as:
Create server to listen client.
Retrieve notification from device A (as a client).
send data to device B(as a server).
you can refer link for server-client communication
https://www.journaldev.com/741/java-socket-programming-server-client
http://www.coderzheaven.com/2017/05/01/client-server-programming-in-android-send-message-to-the-client-and-back/

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.

Application working on most of the devices but not on some [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
My Application works all good but for some users a functionality isn't working. How to look after this, when the application is working fine for me and most of the users and not for some. How to debug it?
You could use a bug tracking tool. I am using this one, it's really easy to use: splunk mink but there are also others like instabug, appsee or others.
The deal with such tracking tools is that you get live data from the app usage, errors, crashes and other useful information you can use to improve your app.

Implementing floating app...where to start [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 would like to create a floating app - an app that floats/hovers over other apps. Something along the lines of what the good folks at Floating Apps have achieved. But i am lost as to where to begin with such an effort.
I understand the conventional way of creating an app but i am at a loss thinking about how to get started on creating a floating calculator.
Can anyone point me in the right direction or get me started? Appreciate your inputs. Thanks.
While I don't know how your particular example works, if you've been paying attention to various UI/UX experiences on Android you might have heard about Facebook Chat Heads which has a similar float over existing app feel.
You may want to start here for your investigation:
What APIs in Android is Facebook using to create Chat Heads?

Categories

Resources