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/
Related
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 want to create a server that can be between among a few thousand people and can play there 1v1. like quiz up app
I've read Android documents but it does not seem to explain it.
Building Apps with Connectivity & the Cloud
I'm so confused about the servers and all kind of this
need Help!
i will mark this correct for those who can answer thanks
John
For creating server you have to use any backend language like PHP will be very comfortable for beginners.
You can refer php MySQL connection with Android using volley or any Http connection in Android.
You can refer to www.androidhive.com and search for above for better understanding.
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.
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 set up my ejabberd server but I don't know anything about how to do implement that for andorid also I want to use push notifications.I heard smack library for android I will try it but I am still confused about push notifications.
How can I use gcm in ejabberd ?
Do I need write code in server side ?
I need a roadmap.
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
Can anyone tell me where to search for the following?
I'm trying to create an application that allows the user to schedule an SMS to be sent at a specific time.
I can do this when the application is open and running but I want my application to work even if it is not running, using a service for example.
Can anyone tell my where can I find any resource for doing that?
U will need to use WakefulBroadcastReceiver to achieve this see this example
https://github.com/commonsguy/cw-omnibus/tree/master/AlarmManager/WakeCast
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
how to write some code on Android phone using java or some other language to connect a vpn account?
i know the it's a PPTP vpn that i'm going to connect,and i have account name and password. i also could set it right via my HTC Desire.
but,i really want to write some code in order to use it in my own apk file,so please anyone help me on this?
it's been two days and nobody answer my question? or just some kind of direction to follow?