This is a repo which intent to keep maximum sample Android projects done in both Java and Kotlin for learning porpose and for quick reference. This is an open source project and anyone is free and more than welcome to contribute. Happy coding :)
- Create a new folder.
- Copy and paste the dependencies.gradle from the rool project folder in repo in the new folder.
- Copy you project and paste it in that folder.
- Make sure your project app/gradle and root/gradle looks like one in the projects in the repository.
- Build your project.
- Make sure you maintain the correct versions like all other projects in he repo.
- Clone the project.
- Make your branch from develop and changes should made in that feature or bugfix.
- Pull requests should only be raised against develop branch.
- Approval from one of the owners is mandatory to merge it to develop.
- [feature or bugfix]/[Description] should be the format of PR title.
- Adding a short desc in the PR will be really helpful.
- Make sure your branch is ahead of develop branch before merging it.
Nishant Srivastava - Android samples
Copyright 2019 Sreedev
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.