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...

An android layout is the UI part of the application designing where the layout specify the design and structure of the screen.If you want your application to be visually appealing you need to know the proper placement of controls which you can specify via layouts

Read More...