| bio | website | |
|---|---|---|
| location | Gujrat, India | |
| age | 26 | |
| visits | member for | 1 year, 7 months |
| seen | May 22 at 7:24 | |
| stats | profile views | 23 |
eager to develop something new!!
|
Feb 21 |
comment |
Show tab options in all screens using fragment approach Hi Mahdi,I successfully created fragment and tab using abs library. Now I need to populate my list view of fragment with server side response and start music player(which is another fragment) on based of selection.Can you please help.I need to know in which method we can write this code and can we call other fragment same as activity?Still little bit confused about design pattern. |
|
Feb 16 |
comment |
Show tab options in all screens using fragment approach let me try and if I need further help I will post on this thread.thanks a lot.. |
|
Feb 16 |
accepted | Show tab options in all screens using fragment approach |
|
Feb 16 |
comment |
Show tab options in all screens using fragment approach nice one!really thanks |
|
Feb 16 |
awarded | Commentator |
|
Feb 16 |
comment |
Show tab options in all screens using fragment approach Let me learn first from your link.. |
|
Feb 16 |
comment |
Show tab options in all screens using fragment approach and there is no need of fragment ? |
|
Feb 16 |
comment |
Show tab options in all screens using fragment approach can I show tabs in all screens using this approach? |
|
Feb 16 |
asked | Show tab options in all screens using fragment approach |
|
Jan 26 |
awarded | Supporter |
|
Jan 25 |
comment |
How to configure facebook sign up functionality in android/ios app okay I will use this data and make it editable in my ios device. |
|
Jan 25 |
accepted | How to configure facebook sign up functionality in android/ios app |
|
Jan 19 |
asked | How to configure facebook sign up functionality in android/ios app |
|
Jan 18 |
comment |
compare two table result on based of count of column of second table How stupid I am!really thank you so much I could not solve my both problem without your help.Actually I used back tick first time today in last 10 year.. :) |
|
Jan 18 |
comment |
compare two table result on based of count of column of second table @ jW I make it 'like' as per your comment of my second question..like is column name of table atr_like stackoverflow.com/questions/14395167/… |
|
Jan 18 |
comment |
compare two table result on based of count of column of second table $rs=mysql_query("SELECT a.* FROM atr_songs a INNER JOIN ( SELECT song_id ,count(*) totallike FROM atr_like where 'like'=1 GROUP by song_id ) b ON a.song_id = b.song_ID ORDER BY totalLike DESC LIMIT 20 ") or die(mysql_error()); while($obj = mysql_fetch_object($rs)) { $arr[] = $obj; } echo json_encode($arr); ?> |
|
Jan 18 |
comment |
Getting syntax error in mysql-php. You have an error in your SQL syntax; @JW your answer is best..I did not know that I can not accept both answer at a time... |
|
Jan 18 |
accepted | Getting syntax error in mysql-php. You have an error in your SQL syntax; |
|
Jan 18 |
comment |
Getting syntax error in mysql-php. You have an error in your SQL syntax; thanks for spending valuable time, it works... |
|
Jan 18 |
comment |
Getting syntax error in mysql-php. You have an error in your SQL syntax; thanks for spending valuable time, it works... |