GithubHelp home page GithubHelp logo

iolufemi / jquerymobile-bb10-theme Goto Github PK

View Code? Open in Web Editor NEW

This project forked from blackberry/jquerymobile-bb10-theme

0.0 2.0 0.0 7.17 MB

jQuery Mobile BlackBerry 10 Theme

License: Apache License 2.0

jquerymobile-bb10-theme's Introduction

jQuery Mobile BlackBerry 10 Theme - Beta

Content is subject to change

BlackBerry has been committed to providing the best Web support possible for its BlackBerry platform. Part of that story is to support popular tools and frameworks that Web developers are already familiar with. Our strategy has included experimental efforts such as bbUI.js where we have honed the details of bringing the BlackBerry 10 design language to the Web, a partnership with Sencha to make sure the Sencha Touch gets first-class BlackBerry 10 support, and direct contributions and support to jQuery Mobile which today is at the forefront of open source Mobile Web development. This project is the official BlackBerry 10 Theme for jQuery Mobile, which will help developers build Web apps that sport the full BlackBerry 10 look and feel using the framework.

Live Demo best view on a BlackBerry 10 or in Chrome using the Ripple Emulator

Check out the getting started guide.

Looking for Official Icons to take your BlackBerry 10 app to the next level? Get them here.

logo

Quick Start

<!DOCTYPE html>
<html>
<head>
	<title>My Page</title>
	<link rel="stylesheet" href="BlackBerry-JQM-all.min.css" />
	<script src="BlackBerry-JQM-all.min.js"></script>
</head>
<body>

<div data-role="page">

	<div data-role="header">
		<h1>My Title</h1>
	</div><!-- /header -->

	<div data-role="content">
		<p>Hello world</p>
	</div><!-- /content -->

</div><!-- /page -->

</body>
</html>

All of the files you need to get started are in dist/ folder

You will notice that this example does not include jQuery or jQuery mobile, this is because all of the files need are combined into BlackBerry-JQM-all.min.css and BlackBerry-JQM-all.min.js, this is done to reduce download overhead on the device and improve overall performance. If you prefer to include each file seperatly please check out the getting started documentation.

Building the kitchenSink sample

  1. Clone or download this repo
  2. Zip the entire contents of the kitchenSink folder
  3. Using BlackBerry 10 WebWorks SDK, package the zip file created in step 2
  4. Deploy to BlackBerry 10 device (signing required) or simulator

Advanced

Information on how to modify and build this theme can be found here.

Authors

  • Jason Scott
  • Jonathan Séguin

jquerymobile-bb10-theme's People

Contributors

jasondscott avatar pelegri avatar ejzn avatar mdabydeen avatar rdavidwu avatar rwallace2 avatar

Watchers

James Cloos avatar Olanipekun Femi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.