| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 4 months |
| seen | Jan 23 at 8:57 | |
| stats | profile views | 68 |
|
Jan 21 |
comment |
How to Show ListView Items in Tabs @AndroidLearner YES... |
|
Jan 21 |
comment |
How to Show ListView Items in Tabs @AndroidLearner see this question: stackoverflow.com/questions/14373862/… i did not get any solution to get Current Month Facebook Friends Birthdays that's why only i have inserted another sample code in my existing one.. |
|
Jan 21 |
comment |
How to Show ListView Items in Tabs @AndroidLearner friend i have made 4 tabs, in 3 out of 4 i am not getting ListView in Tabs, but in 1st tab i am getting data, but these three tabs belongs to another sample which i have included in my existing project, if i will run same sample code which i have downloaded then i am getting data in that also but like i said i am using two different programs in one therefore only i am getting some minor problem but don't know what??? |
|
Jan 21 |
comment |
How to Show ListView Items in Tabs @AndroidLearner no i did not get any error, it is the main reason i am not able to understand the problem.... |
|
Jan 21 |
revised |
How to Show ListView Items in Tabs edited title |
|
Jan 21 |
asked | How to Show ListView Items in Tabs |
|
Jan 19 |
revised |
Current Month Facebook Friends Birthdays in Android edited title |
|
Jan 19 |
revised |
Current Month Facebook Friends Birthdays in Android deleted 382 characters in body; edited tags; edited title |
|
Jan 18 |
asked | Sort Facebook Friends Birthdays List Month Wise in Android |
|
Jan 17 |
revised |
Current Month Facebook Friends Birthdays in Android added 119 characters in body |
|
Jan 17 |
revised |
Current Month Facebook Friends Birthdays in Android added 234 characters in body |
|
Jan 17 |
revised |
Current Month Facebook Friends Birthdays in Android edited tags |
|
Jan 17 |
revised |
Current Month Facebook Friends Birthdays in Android added 108 characters in body |
|
Jan 17 |
comment |
Current Month Facebook Friends Birthdays in Android what you have written i knew that already, and you are talking about Android language please show me that code by writing in any language you use, then i will use that in my Android Program... |
|
Jan 17 |
revised |
Current Month Facebook Friends Birthdays in Android deleted 5 characters in body |
|
Jan 17 |
revised |
Current Month Facebook Friends Birthdays in Android added 8 characters in body |
|
Jan 17 |
revised |
Current Month Facebook Friends Birthdays in Android added 290 characters in body |
|
Jan 17 |
comment |
Current Month Facebook Friends Birthdays in Android yes i agree with you to get birthdays only for January Month, i can use this query String revisedQuery = "SELECT uid, name, pic_square, birthday_date FROM user WHERE uid IN (SELECT uid2 FROM friend WHERE uid1=me()) AND birthday_date >= '01/01' AND birthday_date <= '01/31' ORDER BY birthday_date ASC" but i want to make it more dynamic... |
|
Jan 17 |
comment |
Current Month Facebook Friends Birthdays in Android @SomnathMuluk Thanks for reply, i need to show all birthdays those are coming in current month(query will show automatically for all next month coming birthdays as well and so on...) |
|
Jan 17 |
asked | Current Month Facebook Friends Birthdays in Android |