https://github.com/suryadevsingh/messageshareapp
#30DaysOfKotlin
https://github.com/suryadevsingh/messageshareapp
30daysofkotlin android kotlin
Last synced: 28 days ago
JSON representation
#30DaysOfKotlin
- Host: GitHub
- URL: https://github.com/suryadevsingh/messageshareapp
- Owner: suryadevsingh
- License: mit
- Created: 2020-06-03T19:39:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T20:47:38.000Z (about 6 years ago)
- Last Synced: 2025-01-31T11:32:10.618Z (over 1 year ago)
- Topics: 30daysofkotlin, android, kotlin
- Language: Kotlin
- Homepage:
- Size: 1.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Messageshareapp
## #30DaysOfKotlin
# Demo
## Concepts of Kotlin implemented in this project
### 1)Activity
### 2)View
### 3)Design Layouts
### 4)Intents
### 5)Share data between two activities(Explicit intent)
### 6)share data to other apps (like whatsapp,gmail,facebook,etc..) (Implicit Intent)
### 7)Toast Message
### 8)Log Cat