- Kotlin Blueprints
- Ashish Belagali Hardik Trivedi Akshay Chordiya
- 270字
- 2021-07-02 21:50:21
Social Media Aggregator Android App
We have seen the power of Kotlin for Spring Boot. However, building a mobile application is different. It's much more compact compared to browser apps, they have to be delivered fast. It has to be 10 times faster in terms of processing user input.
Kotlin's features along with its compiler's support for the Android app development makes developing Android apps much easier, interesting, and productive. The biggest advantage of using Kotlin is its Null Safety feature. NullPointerException is the foe for any Android apps and is a nightmare for developers. Kotlin simply kills the possibility of NullPointerException. It also has a robust API also. Apart from Null Safety Kotlin has features such as extension function, Lambdas, delegated properties, and functions such as let, apply, with, and when. All this makes Android app development so much fun. The Kotlin team have built an Anko library, which is also loaded with lots of features. Anko is one more reason to love Kotlin.
Kotlin is a great language and the best way to learn any language is by gaining practical knowledge. In this chapter, you will learn to create a social media aggregator app along with Kotlin's features. You will learn to apply Kotlin in the Android way.
In this chapter, you will learn:
- How to start an activity
- Dealing with preferences
- Model classes
- RecyclerView, adapters, and click events
- String interpolation
- Functions such as let, apply, with, when, and so on
We will be referencing classes and files we have created for the companion app. Make sure while reading you have the source code handy.
- 一步一步學Spring Boot 2:微服務項目實戰
- Web Scraping with Python
- JavaScript+Vue+React全程實例
- 軟件架構:Python語言實現
- SharePoint Development with the SharePoint Framework
- App Inventor創意趣味編程進階
- Citrix XenServer企業運維實戰
- Fastdata Processing with Spark
- Android Development Tools for Eclipse
- Android 游戲開發大全(第二版)
- 軟件測試(慕課版)
- Java核心編程
- 零基礎入門Python數據分析與機器學習
- OpenStack Networking Cookbook
- Java EE企業級應用開發教程:Spring+Spring MVC+MyBatis(第2版)