Problem: Android - ListView with Two TextViews and ImageView Welcome to the part 3 of the ListView series. So far this series: Part 1 - Simple Part 2 - ListView…
Problem: "ListView with 2 TextViews for one ListItems" . As said in Part one: ListView, I have decided to write a series of articles on ListView. If you haven't checked…
Based on the requests I have received for writing articles on ListView, I have decided to write a series of article for the beginner developers and this is the First…
As I have mentioned in my earlier post Android – Types of EditText Android has tried a lot in ADT 11.0 to provide more flexibility to developer to design UI…
Hi, I came across to making phone vibrate when user change the orientation from portrait to landscape or viceversa. So How do we make phone vibrate programatically in android? Code:…
Today I came across this setEmptyView() method of ListView. Many times it happens that we make a call on web service and we receive nothing in response at that time…