1,378 reputation
1222
bio website
location Yamuna Nagar, India
age 20
visits member for 1 year, 1 month
seen 3 hours ago
stats profile views 313

Working as Associate IT at Max Mobility Pvt Ltd located in Kolkata.


3h
comment Phonegap deviceready event not fires on device
using sublime text editor you cannot test you application,Use eclipe(for android) or xcode (for ios) and build your app in it and run in simulator.
3h
comment Phonegap deviceready event not fires on device
I have also tried building app from there , this doesn't work properly.Build your code in your IDE and then run.And use corodova.js instead of phonegap.js
4h
answered Phonegap deviceready event not fires on device
4h
revised Animation UIView from UITableView
added 49 characters in body
4h
answered Animation UIView from UITableView
8h
comment How to select UIPicker first row value xcode?
where you have declared topUpAmountPickerView and is it added to pickerView UI
8h
comment How to select UIPicker first row value xcode?
use this operatorScratchPicker instead of topUpPickerView to select row
9h
revised How to select UIPicker first row value xcode?
added 92 characters in body
9h
comment How to select UIPicker first row value xcode?
are you sure it is getting entered in self.topUpOperatorView condition.Try applying NSLog in this condition.
9h
comment How to select UIPicker first row value xcode?
I am not able to understand your entire code please paste it in pastebin.com and give me the link
9h
revised How to select UIPicker first row value xcode?
added 253 characters in body
9h
answered How to select UIPicker first row value xcode?
9h
comment Save and Get image from plist
what is double tapped image here
9h
answered How to know the indexPath/row on button click of Tableview cell in a UITableView?
9h
comment On scrolling tableView in subclass of UIView it appends white ugly marks in View?
+1 for nice job
9h
accepted On scrolling tableView in subclass of UIView it appends white ugly marks in View?
1d
comment On scrolling tableView in subclass of UIView it appends white ugly marks in View?
I have setted both tableview and combo view clipstoboud yes but still working as same
1d
revised On scrolling tableView in subclass of UIView it appends white ugly marks in View?
added 291 characters in body
1d
asked On scrolling tableView in subclass of UIView it appends white ugly marks in View?
2d
comment Removing cell borders from a section of grouped-style UITableView
this worked for me,thanks