On Friday, March 2, 2012 4:35:37 AM UTC-5, Jagruti Sangani wrote: > > hello but i had never use the service and also i want to comeback on front > the application when call will come in my application. >
The part that can be in front is an Activity. The part that keeps working even when hidden is a Service. The part you see in the status bar is a Notification. Your application will apparently need all three. Build the API demos from the SDK samples (in eclipse, do new project, create from sample), try it, and examine the code - this will show you how you can use a lot of different android mechanisms. -- 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

