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 < siddaiahforj...@gmail.com> 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 android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer hack...@android.com 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 android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en