Kothari Ankur

Greenhorn
+ Follow
since Jul 22, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Kothari Ankur

Can anyone please tell me how platformRequest() works? What will happen If I pass in a jad file url? Will the old application get replaced with a new one or there will be a new application installed separately?

I have already read the sun j2me link but it is does not answer my above questions.
13 years ago
How to tell main thread to execute a statement when a boolean becomes true in another thread? I was guessing wait and notify could be of use here but then i need to synchronise on something. Then i tried join method but it immediately stops my main thread and the UI stops taking any user presses on android
so which is the best book for AI??? I want to go for multiplayer games too
14 years ago
Hi....I want to learn about game programming. Can anyone suggest me what all things I need to learn about game programming? I am learning C++...Do i need to study about fuzzo logics or Artificial intelligence ? And please suggest me the best books which will help me in this regard....

Thanks a ton!
14 years ago
Hello guys....It has been a long time since i was here on this cool forum....i had cleared my scmad 6 months back...now am planning to learn c++..can anyone suggest a macho book on c++....heard accelerated c++ is a damn good...any review guys???
14 years ago
am getting 805306368 as icountrycode from ctelephony on the emulator and it doesnt even run on the phone.
Can anyone explain me the reason for these 2 things
14 years ago
can anyone give me a good tutorial on symbian c++? i need to find the cell id using that, i have tried reading some tuts from nokia but i found them too tough.....
14 years ago
I have the location i.e the longitude and the latitude....how can i display this location on a map using google static maps or some other resource.? is using google static maps free? someone told me that it isnt free
14 years ago
Can anyone tell me how to find the cell id or the location of the mobile phone from the cell tower?
14 years ago
I have a c type const char *..and i want to convert it into c++ string type...how should i that???
14 years ago
It has been just 3 weeks in this iphone domain...well till now am able to use c++ code with objective c and found out that .lib is for windows and .a is for making a static library on mac for iphone. I have seen most of the videos of apple iphone conference.

I have been programming in java for 2 years...got a job on 1st july and my boss put me in iphone.
14 years ago
iOS
I have a Utils.lib file which contains all the compiled c++ files. And now i have to use them in my project...How can i do that? I am actually trying to import the c++ files in a objective c application
14 years ago
I am scjp and scmad certifified..I got a job and was told by my boss that I am very weak in programming.....I dont know what he meant by....I think to be a better programmer i should take the scjd exam. Can anyone explain me the benefits of taking this exam....or else what i should do to improve my programing skills.
What are the best books for scjd
Please help me with this...I have a huge library written in c++(i dont have any knowledge about c++ and lib was created by my boss)....i have to use this library in my iphone objective c code...is there any way of doing this?

any help is appreciated
14 years ago
iOS