android - Mobile detection code -


is possible have code in web link detects mobile platform user on eg iphone/ipad, andriod, blackberry etc...

i'm trying solve problem @ app company work @ whenever tweet include call action - bitly link app download link. because app on apple app store, google play store , blackberry store have 3 different bitly links different app stores.

what want create code detect platform user on , build shortened url. when tweet, 1 link , automatically directs user appropriate app store depending on device using.

does exist already? if not how can created? please give me insights/ideas how achieved

thanks

i think taht looking http://detectmobilebrowsers.com/ open source library detect mobile os , more information.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -