Skip to content

Commit

Permalink
Add kotlin comments to Development Alternatives
Browse files Browse the repository at this point in the history
It mention Scala but not Kotlin witch is a better alternative in most cases for android in my experience.
  • Loading branch information
danielgomezrico authored Oct 10, 2016
1 parent ec7cbe2 commit 8afa811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ A curated list of awesome Android [libraries](#libraries) and [resources](#resou

## Development Alternatives

My personal recommendation is (for now) to use the android api to build a native app. Scala can help to build this native apps with cleaner code. But there are also use cases where alternatives like cross-platform development can be useful.
My personal recommendation is (for now) to use the android api to build a native app. Scala can help to build this native apps with cleaner code but it adds to many methods (Multidex required). Kotlin is a modern language with 100% interoperatibility with java projects **without multidex**. But there are also use cases where alternatives like cross-platform development can be useful.

### C#

Expand Down

0 comments on commit 8afa811

Please sign in to comment.