https://github.com/antoniolg/kontacts
A simple contacts Android App written in Kotlin
https://github.com/antoniolg/kontacts
Last synced: 7 months ago
JSON representation
A simple contacts Android App written in Kotlin
- Host: GitHub
- URL: https://github.com/antoniolg/kontacts
- Owner: antoniolg
- License: apache-2.0
- Created: 2015-11-18T17:45:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-06T17:22:28.000Z (over 9 years ago)
- Last Synced: 2025-03-21T19:03:06.748Z (7 months ago)
- Language: Kotlin
- Size: 86.9 KB
- Stars: 26
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kontacts
A contacts showcase app for a workshop about Kotlin for Android that was aired online. This is the link to the video (in Spanish):
[Kotlin for Android workshop](https://www.youtube.com/watch?v=04CXn85jg8M)
## How to use
In Android Studio:1. Install Kotlin plugin
2. Install Kotlin Android Extensions plugin
3. Enjoy## License
Copyright 2015 Antonio Leiva
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 athttp://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.