Ice Cream Sandwhich will have a new API for this. It looks like this:
package android.glitz;
public class CelebrityInfo {
String name;
int fame;
int health;
}
public abstract class Celebrities {
public void getPublicCelebrities(List<CelebrityInfo> outCelebrities);
public void getPersonalCelebrities(String person, List<CelebrityInfo>
outCelebrities);
static Celebrities getLocalCelebrities(Location where);
}
If you make a Location in the bollywood or hollywood area, it will return
the appropriate Celebrities implementation for that location.
On Thu, Jun 16, 2011 at 9:24 PM, yanamala siddaiah <
[email protected]> wrote:
> I want to know the celebrities in bolly wood and holly wood . and
> their information .
>
>
> pls provide api . if available .
>
> --
> 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
>
--
Dianne Hackborn
Android framework engineer
[email protected]
Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails. All such
questions should be posted on public forums, where I and others can see and
answer them.
--
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