Android Development Tutorial

  • Replies:11
antonio-rodrigues
  • Forum posts: 8

Jan 3, 2014, 3:12:34 PM via Website

nice, i'm following your tutorial now ;-)
let's see how it goes!

cheers,
AR

Reply
plck74
  • Forum posts: 50

Jan 5, 2014, 3:20:02 AM via App

where can i download programming for android either game or app?

Reply
Deactivated Account
  • Forum posts: 131

Jan 6, 2014, 11:29:34 AM via App

antonio-rodrigues
nice, i'm following your tutorial now ;-)
let's see how it goes!

cheers,
AR

Nice, I'm hoping that you'll learn a lot. :-)

Reply
Calvin Austins
  • Forum posts: 2

Jan 6, 2014, 1:51:44 PM via Website

I went through it and it looks pretty impressive. Thanks

Reply
Alvaro González Sola
  • Forum posts: 15

Jan 6, 2014, 2:01:46 PM via Website

Nice post

Reply
antonio-rodrigues
  • Forum posts: 8

Jan 8, 2014, 5:56:56 PM via Website

First thing's first: after two days struggling with Android Studio + Gradle misbehaviour running on my old Windows7 32-bits dev box (i know, i know!!!), finally i got a error-free IDE to start with :)

Today i coded part of the tutorial and managed to list the Xml items on the ScrollView...
Now i'm trying the ListAdapter approach and i'm having some probs, but for today i'm done - i'm getting back to it later on.

Bugs/typos found:
Method: skip() - > replace "depth–;" with "depth–-;";
Method: getAndroidPitRssFeed() --> not found. You must provide your own -- just adapt from onStart() and then call "new GetAndroidPitRssFeedTask().execute()".

I think i understood the logic that Henrique is showing with the ListView adapters, but i'm stuck with "Your content must have a ListView whose id attribute is 'android.R.id.list'" (?)... must investigate this later.

At first glance the tutorial seems somewhat short (4 pages or so...), but don't get tricked: i've learned a lot so far, in a practical way ;)

cheers,
AR

Reply
antonio-rodrigues
  • Forum posts: 8

Jan 9, 2014, 12:57:02 PM via Website

Of course not!
Already registered & scheduled ;)

Reply
Deactivated Account
  • Forum posts: 131

Jan 9, 2014, 2:26:55 PM via App

@António:
I think you forgot to change Fragment to ListFragment as the class parent. :-)

— modified on Jan 9, 2014, 2:27:14 PM

Reply
antonio-rodrigues
  • Forum posts: 8

Jan 18, 2014, 8:20:53 PM via Website

Very nice! Thank you for your support, Henrique.
Back to the code tomorrow, that can be most helpful to learn how things work together :smug:

Reply