Fixed grammar by adding and's and commas (#28078)

This commit is contained in:
Seandoyle12
2018-12-15 14:05:58 -05:00
committed by Christopher McCormack
parent 4ca38304d9
commit f93599c40b

View File

@ -18,7 +18,7 @@ title: Android Development
# Android Development
Android apps can be a great, fun way to get into the world of programming. Officially, programmers can use Java, Kotlin, or C++ to develop for Android, and though there may be API restrictions, using tools, developers can use a large number of languages, including JavaScript, C, or assembly, and the possibilities are endless.
Android apps can be a great and fun way to get into the world of programming. Officially, programmers can use Java, Kotlin, or C++ to develop for Android, and though there may be API restrictions, using tools, developers can use a large number of languages, including JavaScript, C, or assembly, and the possibilities are endless.
From simple games and utility apps to full-blown music players, there are many opportunities to create something meaningful with Android. The Android developer community is widespread, and the documentation and resources online are easy to find, so that you can tackle any issue you're facing.