Top "Inbox" questions

How can I read SMS messages from the device programmatically in Android?

I want to retrieve the SMS messages from the device and display them?

android sms inbox
Get all messages from Whatsapp

I'm trying to implement an app that will show in a textview all the messages received from Whatsapp. Is there …

android encryption message whatsapp inbox
Get inbox messages from android device to show in custom listview

Possible Duplicate: How can I read SMS messages from the inbox programmatically in Android? I don't know how can i …

android sms inbox
How to read inbox of Facebook pages using Graph API

Hi I'm developing management system for Facebook pages. All Facebook pages are changed to sytle of timeline by the end …

facebook-graph-api facebook-page inbox
How to open the default mail inbox from android code?

I'm trying to link a button to the mail app. Not to send mail, but just to open the inbox. …

android email android-intent inbox
Delete an sms from inbox

I would like to delete an SMS from the inbox once it is read by the user. How to do …

android sms inbox
Parsing emails in outloook with C#

I'm writing a program to read all my outlook emails, eventually the search will be more specific but for now …

c# parsing email outlook inbox
How can I open the default SMS inbox activity programmatically?

I want to open the default sms inbox in Android on click of a button in my application. I don't …

android android-intent sms inbox
How to convert date format from Android inbox sms

I used this code: String[] columnDate = new String[] {"date"}; Cursor cursor1 = getContentResolver().query(Uri.parse("content://sms/inbox"), columnDate ,null, …

android date inbox
How to use Notification Inbox style using android?

I do not know how to use Notification Inbox style exactly. I just tried this below code and it is …

android notifications styles inbox