0

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?

Akhil Reddy
  • 257
  • 7
  • 17

1 Answers1

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

Community
  • 1
  • 1
azalsup
  • 78
  • 4