Difference between revisions of "BerrySync Resources"
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Admon/obsolete}} | ||
+ | |||
{{BerrySync}} | {{BerrySync}} | ||
Line 12: | Line 14: | ||
*[http://supportforums.blackberry.com/t5/Developer-Support-Forums/ct-p/blackberrydev BlackBerry Developer Forum] | *[http://supportforums.blackberry.com/t5/Developer-Support-Forums/ct-p/blackberrydev BlackBerry Developer Forum] | ||
*[https://wiki.mozilla.org/Services/Sync Firefox Sync Server API] | *[https://wiki.mozilla.org/Services/Sync Firefox Sync Server API] | ||
+ | *[http://www.cs.toronto.edu/~delara/courses/csc309/guide/rim/core.pdf Development Guide BlackBerry Java Development Environment 5.0 ] | ||
+ | *[http://docs.blackberry.com/en/developers/deliverables/17952/index.jsp?name=Data+Storage+-+Development+Guide+-+BlackBerry+Java+SDK6.0&language=English&userType=21&category=Development+Guides&subCategory= Development Guide Data Storage 6.0] | ||
+ | *[http://docs.blackberry.com/en/developers/deliverables/21128/index.jsp?name=Network+Communication+-+Development+Guide+-+BlackBerry+Java+SDK6.0&language=English&userType=21&category=Java+Development+Guides+and+API+Reference&subCategory= Development Guide Network Communication 6.0] | ||
+ | *[http://docs.blackberry.com/en/developers/deliverables/24222/ UI Guidelines 5.0] | ||
+ | *[http://docs.blackberry.com/en/developers/deliverables/11958/index.jsp?name=UI+and+Navigation+-+Development+Guide+-+BlackBerry+Java+Application5.0&language=English&userType=21&category=Development+Guides&subCategory= UI and Navigation Development Guide 5.0] | ||
+ | *[http://docs.blackberry.com/en/developers/deliverables/17965/index.jsp?name=UI+Guidelines+-+BlackBerry+Smartphones+-+6.0&language=English&userType=21&category=Java+Development+Guidelines UI Guidelines 6.0] | ||
+ | *[http://docs.blackberry.com/en/developers/deliverables/17971/index.jsp?name=UI+and+Navigation+-+Development+Guide+-+BlackBerry+Java+SDK6.0&language=English&userType=21&category=Development+Guides&subCategory= UI and Navigation Development Guide 6.0] | ||
+ | *[http://docs.blackberry.com/en/developers/deliverables/18125/index.jsp?name=UI+Component+-+Quick+Reference+Guide+-+BlackBerry+Java+SDK6.0&language=English&userType=21&category=Development+Guides&subCategory= UI Component Quick Reference Guide 6.0] | ||
=== Source Files === | === Source Files === | ||
Line 20: | Line 30: | ||
*[http://cheat.errtheblog.com/s/git/ Commands] | *[http://cheat.errtheblog.com/s/git/ Commands] | ||
*[http://nvie.com/posts/a-successful-git-branching-model/? Git Usage Model] | *[http://nvie.com/posts/a-successful-git-branching-model/? Git Usage Model] | ||
+ | |||
+ | |||
+ | *git checkout [name] //select branch to work on | ||
+ | *git pull [name] //merge branch on server into current selected local branch | ||
+ | *git branch [name] //makes a new branch | ||
+ | *git fetch | ||
+ | *git add [file name or folder] //marks a file to be included in the commit | ||
+ | *git commit -m "some comments about this commit" //commit files locally | ||
+ | *git push origin [branch name] // pushes the branch onto the server | ||
=== Coding Standards === | === Coding Standards === | ||
Line 31: | Line 50: | ||
**[irc://irc.freenode.com##blackberry-dev ##blackberry-dev] | **[irc://irc.freenode.com##blackberry-dev ##blackberry-dev] | ||
**[irc://irc.freenode.com#seneca #seneca] | **[irc://irc.freenode.com#seneca #seneca] | ||
+ | **[irc://irc.mozilla.org#seneca-cdot #seneca-cdot] | ||
*'''irc.mozilla.org''' | *'''irc.mozilla.org''' | ||
− | |||
**[irc://irc.mozilla.org#seneca #seneca] | **[irc://irc.mozilla.org#seneca #seneca] | ||
**[irc://irc.mozilla.org#feral #feral] | **[irc://irc.mozilla.org#feral #feral] | ||
+ | **[irc://irc.mozilla.org#sync #sync] | ||
[[Category:Open Source Communities]] | [[Category:Open Source Communities]] |
Latest revision as of 19:41, 26 January 2014
About BerrySync | Links, Resources | Planning Notes
Contents
Downloads
Resources
Documentation/Support/Forums
- BlackBerry Docs
- BlackBerry Developer Forum
- Firefox Sync Server API
- Development Guide BlackBerry Java Development Environment 5.0
- Development Guide Data Storage 6.0
- Development Guide Network Communication 6.0
- UI Guidelines 5.0
- UI and Navigation Development Guide 5.0
- UI Guidelines 6.0
- UI and Navigation Development Guide 6.0
- UI Component Quick Reference Guide 6.0
Source Files
Git Commands
- git checkout [name] //select branch to work on
- git pull [name] //merge branch on server into current selected local branch
- git branch [name] //makes a new branch
- git fetch
- git add [file name or folder] //marks a file to be included in the commit
- git commit -m "some comments about this commit" //commit files locally
- git push origin [branch name] // pushes the branch onto the server
Coding Standards
Good IRC Channels To Be In
- irc.freenode.com