-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4385147
commit ccba419
Showing
3 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#KotMeh | ||
|
||
This application was written as a test application for using [Kotlin](kotlinlang.org) and [Anko](https://github.com/JetBrains/anko) in an MVP architecture alongside varous Java libraries. | ||
The application uses [meh.com](meh.com)'s api for it's data source. | ||
|
||
I've tried to utilize various Kotlin features that I found to be pretty useful. | ||
You'll see examples of delegated properties, anko UI design, expression body syntax, as well as Java interoperations. | ||
|
||
To use this in Android Studio, you're going to need to install the Kotlin [plugin](https://plugins.jetbrains.com/plugin/6954?pr=idea) as well as the Kotlin Extensions [plugin](https://plugins.jetbrains.com/plugin/7717?pr=idea). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
api_key="srrgvNoUiZzL4xj0mZy7Cahv6ndH-SyD" |