android development Archive

In this tutorial we will learn how to send sms using android code.Android’s basic feature SMS is controlled by SMSManager of Telephony class.Using this we can send,receive short messages in the PDU formats.We have already seen the tutorial to send sms using way2sms and java

Read More...

Android Intents are the general abstraction of the activity that comes next.Intents are like messaging components that communicate across activities.Imagine you have created an activity in your application and you want that activity to be interacive.To be interactive means to communicate with other services and components

Read More...