87 reputation
17
bio website
location Gujrat, India
age 26
visits member for 1 year, 7 months
seen yesterday
stats profile views 23

eager to develop something new!!


Mar
14
comment Google-plus: unable to load person
what string you pass to execute method at time of calling asynctask?
Mar
6
comment is it possible to play music from previously fetched data in android?
Thanks Naveen. Yes this would solve my issue.You know any tutorial about this?
Mar
2
comment What is best way to create drawable asset?
you are right and really thanks for sharing info for single drawable .But actually it was not my question.You can once read my question once again.I am asking key benefit of keeping more images in separate folders as single image is also solving problem.
Mar
2
comment What is best way to create drawable asset?
okay means experience will say where we may have problem.For now there is no problem if I go with single image..
Feb
28
comment fragment oncreateview is not being called when fragment activity starts
Hi,When I clicked another tab and switch back to previous tab then data loads.Data does not load only when activity called.Means in starting blank but when I switch back data loading starts.
Feb
22
comment Error at simultaneously select and update in mysql
thanks NullPointer. Really helpfull. Sure I will learn new design pattern and coding style.
Feb
22
comment Error at simultaneously select and update in mysql
really thanks for spending valuable time.You make you made my work easy.
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
comment Show tab options in all screens using fragment approach
nice one!really thanks
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?
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
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
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...