Simplified text and added line (#29038)

Changed line 21 into two sentences for clarity with excessive commas. Added text to line 35, "sometimes you may need to find it later."
pull/29179/head^2
Eric Pfister 2018-12-15 14:47:01 -05:00 committed by Christopher McCormack
parent f93599c40b
commit 36bed4f57c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ title: Android Development
# Android Development
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.
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. 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.