You could always just ask the developer. His email is in the City Caller ID application.
But, since I am here... The best way to do anything in Android is to look at the source of Android. I looked at how a toast was done in the source and implemented my own version of it. You can message me directly if you need more information. I can't imagine Google would just want anybody doing this. That is why I won't post my Custom Toast code just yet. It could be really obnoxious if used incorrectly. Now if I could just figure out how to add the city and state to the Call Log. I have combed the source and it looks like I would need a custom Dialer Application. :( Take care, Chris On Jan 11, 12:45 pm, Klaus Kartou <[email protected]> wrote: > Heh yeah, that is true :) But how do you display something over the > in-call screen? > > On Mon, Jan 11, 2010 at 6:36 PM, Mark Murphy <[email protected]>wrote: > > > > > Klaus Kartou wrote: > > > I would like to be able to do what they do in this app: > > >http://www.threadabort.com/archive/2009/12/14/city-caller-id-my-first... > > > > < > >http://www.threadabort.com/archive/2009/12/14/city-caller-id-my-first... > > >In > > > the screenshot, they draw a view in the buttom of the built-in caller > > > activity. > > > The author of the app you cited assumes all Android devices have the > > same in-call screen, and that will not be the case. Hence, the author > > has no way of knowing whether the stuff that is being displayed over the > > in-call screen will actually be over the top of something of value to > > the user, short of maintaining their own database of devices and where > > safe places to draw are. > > > -- > > Mark Murphy (a Commons Guy) > >http://commonsware.com|http://twitter.com/commonsguy > > > Android 2.0 Programming Books:http://commonsware.com/books > > > -- > > 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]<android-developers%2bunsubs[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en- Hide quoted text - > > - Show quoted text - -- 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

