Android Development Tutorials

https://www.raywenderlich.com/category/android

Getting Started

AndroidRW The best way to get started is by going through our Beginning Android Development tutorial series.
If you need a quick crash course on Java, check out our Java For Android tutorial and cheat sheet.

Core Concepts

Once you have gone through the basics, you should learn about some core concepts you need to know for Android development, such as activities, fragments, intents, and some important design patterns.

User Interface

An important part of creating an Android app is creating a delightful user interface. In this section, you'll learn how to create user interfaces that look and feel great on a variety of screen sizes.

Other Android Tutorials

Android-sdk-versions-feature But wait, there's more! In this section, you'll learn how to work with different Android SDK versions, how to distribute your app on the Android App Store, and much more.

Comments

Popular posts from this blog

UISearchController Tutorial: Getting Started

CALayer Tutorial for iOS: Getting Started

Create a gradient color view in iOS using Swift 3 and XCode 8