android 实现一个一个淘宝客客户端, 现在拿到了 导购链接, 想做一个button 按钮, 点击之后,根据这条链接跳转到淘宝客户端, 如果手机没有客户端,转到网页显示.请教大牛怎么实现?
怪我咯2017-04-17 13:23:22
1. Create an intent to start Taobao client
2. Query the application that can handle the intent through PackageManager
3. If there is, startActivity, otherwise start Web
PS. You can refer to the implementation method of third-party account authorization on Sina Weibo