Personal notes The order is appropriate
android
--Official API Guide: https://developer.android.com/guide/index.html
--Official reference: https://developer.android.com/reference/packages.html (Maybe it's faster to look at the code)
--Material Design Guidelines (Japanese version): https://material.google.com/jp/
Android Studio User Guide : https://developer.android.com/studio/intro/index.html
Gradle : http://gradle.monochromeroad.com/docs/userguide/userguide.html
Android Plugin DSL Reference : http://google.github.io/android-gradle-dsl/current/index.html
retrofit : http://square.github.io/retrofit/
java --Coding rules: http://objectclub.jp/community/codingstandard/CodingStd.pdf (Layout is broken and a little difficult to read)
iOS --Official library (English): https://developer.apple.com/library/ios/navigation/ (It is difficult to find the desired document)
--Japanese documentation: https://developer.apple.com/jp/documentation/ --Coding guidelines for cocoa: https://developer.apple.com/jp/documentation/CodingGuidelines.pdf
swift --Official documentation: https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/
realm --Official: https://realm.io/jp/ - java : https://realm.io/jp/docs/java/latest/#getting-started - swift : https://realm.io/jp/docs/swift/latest/#getting-started
mysql --MySQL 5.6 Reference Manual: https://dev.mysql.com/doc/refman/5.6/ja/
python
Recommended Posts