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
My Android application needs to get notification from server about new updates, so what is the solution to implement this?
This is somethings big.. You can check GCM
Here a link.. http://developer.android.com/google/gcm/index.html
Hope it helps
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 7 years ago.
Improve this question
I have server and if something change on server i wanna that all mobile app will get notification about. I am going to send many messages per day (around 200)
You should take a look at this:
https://developer.android.com/google/gcm/index.html
Regards
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 am working on Android SDK, I would like to implement the code for call, sms, mms and data transfer in my application.
checkout these links :
1) http://www.androidsnippets.com/send-sms-via-intent
2) http://www.androidsnippets.com/phone-a-telephone-number-via-intent
3) http://www.androidsnippets.com/send-mms-via-intent
Hope this will help you.
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
Please mention the difference between an AIDL and an android Service?
Please check below link may be helpful to you.
http://www.anddev.org/remote_service_tutorial-t8127.html
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 in my android app I can signin to facebook and also post texts.
I dont have any idea about that, how can I do that plz suugest me any way and answer.
You can start this using this facebook android. Hope that's what you are looking for.
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 want to mail programmatically in Android and I also want to attach an image which is stored in drawable..Is this possible? if yes how to do this?
Hope this helps
http://www.helloandroid.com/tutorials/how-send-email-your-application
also, cant you just use javamail api?
http://www.oracle.com/technetwork/java/javaee/index-138643.html