Skip to content

ForceUniverse/r2d2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R2D2

LOGO!

A library to detect the device you are on!

Walkthrough

This is how you setup and use device detection clientside:

ClientDetectDevice cd = new ClientDetectDevice();
cd.isTablet();
cd.isMobile();
cd.isDesktop();

This is how you setup and use device detection serverside:

ServerDetectDevice cd = new ServerDetectDevice();
cd.isTablet();
cd.isMobile();
cd.isDesktop();

Notes to Contributors

Fork R2D2

If you'd like to contribute back to the core, you can fork this repository and send us a pull request, when it is ready.

If you are new to Git or GitHub, please read this guide first.

Dart Force

Realtime web framework for dart that uses forcemvc & forcemirrors & wired source code

Twitter

Follow us on twitter https://twitter.com/usethedartforce

Google+

Follow us on google+