# Developing an Android App - Start to Finish

DevFeed: [Developing an Android App - Start to Finish](<https://devfeed.tech/articles/developing-an-android-app-start-to-finish-30564.md>)

Original publisher: [Read original article](<https://ryanharter.com/blog/2014/01/developing-an-android-app-start-to-finish/>)

Published: 2014-01-20T07:00:00Z

Content type: tutorial

Language: en

Sources: [Blogs on Ryan Harter](<https://devfeed.tech/sources/blogs-on-ryan-harter.md>)

Topics: [android-development](<https://devfeed.tech/topics/android-development.md>), [Development](<https://devfeed.tech/topics/development.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [version-control](<https://devfeed.tech/topics/version-control.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-development](<https://devfeed.tech/tags/android-development.md>), [app-development](<https://devfeed.tech/tags/app-development.md>), [development](<https://devfeed.tech/tags/development.md>), [layout](<https://devfeed.tech/tags/layout.md>), [version-control](<https://devfeed.tech/tags/version-control.md>)

## AI overview

This tutorial series follows the development of an Android app from scratch, covering higher-level development concerns such as version control and layout analysis alongside implementation. The planned app includes web service calls, lists, item details, and data sharing.

## Source excerpt

If you checkout the Android Development community on Google+, you'll find a lot of people asking how to get started building an app for Android. Though quite a general question that can't really be answered in a social post, I understand how frustrating it can be to figure out where to get started. There are plenty of tutorials on the web about how to accomplish specific tasks, but these generally don't cover the higher level parts of app development like version control and layout analysis.