Android Textview Control – A detailed explanation
Android Textview Control : Android Textview control is used to display text to the user. It is can be simply defined as a basic label.… Read More »Android Textview Control – A detailed explanation
Android Textview Control : Android Textview control is used to display text to the user. It is can be simply defined as a basic label.… Read More »Android Textview Control – A detailed explanation
Making Android Widget with Buttons : In my previous post I explained how you can make your first android widget with few simple steps and making… Read More »Making Android Widget with several Buttons
Android widget tutorial – Making an Android Widget with button In my previous post I explained how you can make your first android widget with few… Read More »Android widget tutorial – Making an Android Widget with button
Android widget Example : Android widgets are used for many purposes. You can use widgets for displaying quick calendar, calculator, a simple do to list,… Read More »Android – Creating your first widget
Android making Dialer application In this post I’m going to share code which I made in my spare time. The app will be making calls… Read More »Android making Dialer application
Android SharedPreferences – A complete guide Android SharedPreferences can be used as an alternative to database, to save a small amount of information or data.… Read More »Android SharedPreferences – A complete guide
Android playing audio In your android application create a new folder in your res folder named raw. Download following sound file from the link below.… Read More »Android playing audio