This is the central repository which contains codebase for all android based codelabs taken under GDG New Delhi
Please follow the below steps to add code for every android codelab
- The base app is in the
master
branch and this is your starting point always. - Fork this repo to your account
- Now to add a new codelab's codebase , branch from
master
with name conforming to below standardwhere <serial_number> is optional , only to be mentioned if there are more than one projects for the same codelab.<codelab_name>_<feature_demonstrating>_<speakername>_<serial_number>
- Make your series of commits of your code in the branch created in last step.
- When done send a pull request to this repo and we will merge it.
Happy Coding 😄
Copyright 2016 Google Developers Group, New Delhi
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.