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.
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 6 years ago.
Improve this question
I want to make a QR code reader for android app with camera,
read the code form card . if you all have any information to create it please share with me.
check below links it will help you,
1)https://github.com/dlazaro66/QRCodeReaderView
2)http://examples.javacodegeeks.com/android/android-barcode-and-qr-scanner-example/
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
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