android Programming Glossary: last.fm
Android: Starting An Activity For A Different Third Party App http://stackoverflow.com/questions/3518407/android-starting-an-activity-for-a-different-third-party-app Starting An Activity For A Different Third Party App I'm working on an app and I want to integrate the Last.fm app into it. Basically when someone is looking at an artist in my app I would like to have a button that they can tap to.. Basically when someone is looking at an artist in my app I would like to have a button that they can tap to open up Last.fm application with the artist's information. This intent works but it loads a menu asking which app I would like to use Browser.. with the artist's information. This intent works but it loads a menu asking which app I would like to use Browser or Last.fm Intent i new Intent i.setData Uri.parse http last.fm music headliner i.setAction android.intent.action.VIEW startActivity..
|