Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which Android development blog has the most walkthroughs and tutorials? [closed]

Tags:

android

blogs

I need to work on my Android development skills. Which blog has the freshest and most walkthroughs, code samples, and tutorials?

like image 720
marshally Avatar asked Jun 02 '09 13:06

marshally


People also ask

What are the best blogs about Android development?

Hackernoon is an android development blog which focuses on languages that are used to build Android apps. They have a high frequency of quality content being published daily. Milano Active since 2006, this blog features a whole lot of content on android development. A platform to help all the people who are eager to learn advanced android concepts.

What are the best resources to learn Android development?

Mark Murphy, who is known for authoring the book The Busy Coder’s Guide to Android Development, has an excellent blog on Android development. Created by Lars Vogel, this site has scores of in-depth tutorials on Java and Android development topics that can be invaluable for both beginners and intermediate-level Android developers.

What is the first step in developing Android apps?

The first step in developing Android apps is to choose a language. The distinctions between the different Android programming languages can be very subtle. The following are some of the languages you may want to learn for Android development:

What is the easiest way to learn Android programming?

Https://www.tutorialspoint.com/Android/index.htm Android development is based on the Java language. If you have a basic understanding of Java programming, it will be relatively easy to learn. This tutorial will teach you basic Android programming and then take you through some of the advanced concepts related to Android app development.


2 Answers

the freshest and most walkthroughs, code samples, and tutorials?

Unfortunately I don't think this is the best approch. Many of these tutorials are a year+ old (when Android was still in its alpha release); a lot has changed in terms of the API and UI conventions.

Included API Samples
I recommend being familiar with 1)simply creating a project and then 2)reviewing all the API samples included in your Android dev install. These samples should be in the \samples\ApiDemos\src\com\example\android\apis folder of your Android install path.

Android Tutorials
About 6 months ago I presented an Android overview at NYU's ITP with a simple hello world tutorial. It details how to get Eclipse and your first app up and running. It can be found here:

  • http://perkmobile.com/tutorial_helloworld/Perk%20Mobile%20Android%20Tutorial.html

Also, we provided an mapping tutorial that demonstrates how to use web services in conjunction with Androids mapping control. Most importantly it shows how to safely makes use of background threads for managing HTTP requests.

  • http://perkmobile.com/itp.html
like image 163
AtariPete Avatar answered Oct 12 '22 23:10

AtariPete


You might want to look at the list of blogs at planetandroid.org the list is on the right side.

like image 41
Fred Grott Avatar answered Oct 13 '22 00:10

Fred Grott