Actually, I was going to suggest subsuming all those categories under
a new class, 'Scandals', so that the class looks like:

 public class CelebrityInfo {
    String name;
    int fame; // scale from 0 to 10: 10 being like Michelle Obama's
fame
    int health; // on a scale from 1 to 10? Or negative numbers
allowed for smokers?
   ArrayList<Scandal> scandals;
// Oh, and how could we forget?
String twitterId;
String phoneNumber; // no doubt available from wikileads or Lulz
String facebookId; // for those who don't care about what little
privacy they have left

class Scandal { int year; String scandalDescription; url
tmzSiteOnScandal; } // somehow, making this a nested class has such a
great hidden message...
}




On Jun 16, 9:50 pm, TreKing <[email protected]> wrote:
> On Thu, Jun 16, 2011 at 11:33 PM, Dianne Hackborn <[email protected]>wrote:
>
> > public class CelebrityInfo {
> >     String name;
> >     int fame;
> >     int health;
> > }
>
> This API looks awesome. Please consider including int mentalHealth, int
> numIllegitimateChildren, int numSexTapes, and int numNudeTwitterPics which
> shall be crucial in tracking today's modern celebrity.
>
> -------------------------------------------------------------------------------------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to