I have 3 related questions that can all be answered together:
1. How can I check the applications installed on the clients device?
2. How can I create an intent to an application (ex. Maps, SMS, Facebook, Words With Friends, etc.)?
3. How can I create a specific intent for the dictionary.com app that lets me search for a word?
Asked
Active
Viewed 615 times
0

Akhil Reddy
- 257
- 7
- 17
1 Answers
0
here are some of the answers you seek .... tada :
1 - List installed application : http://smartandroidians.blogspot.com/2010/07/getting-list-of-installed-application.html
2 - new intent for default sms application : launch sms application with an intent
3 - i'm not sure but this could help Using Intent in an Android application to show another activity
-
For number 2 how do I do a different application (ex. Words with Friends)? – Akhil Reddy Jul 18 '11 at 18:44