Monday, August 1, 2011

[android-developers] Should i use multiple BroadCastReciever?

I have to sent sms to server using certain keywords: For that reason i
have used BroadCastReciever.

In my app, there are around 8 keywords(such as A,B,C,D,E,F etc) and
for each keyword i think i shouldn't use 8 BroadcastReciever.

I implemented one broadcastreciever for a keyword say A. and populated
the data on the listview. Now how can i resuse my same
BroadcastReciever for another keyword say B.

Any Suggestions

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment