It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I want to know about the development procedures of Applications for Nokia X3-02.
I wish to develop a twitter feed apps for my mobile. Is it possible ?
It would absolutely be possible to create a twitter application for your phone. You can download the SDK for your phone at the link here: http://www.developer.nokia.com/Develop/Java/
The twitter API is not the best, but you can find it here: http://dev.twitter.com/ .
Good Luck
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i wanna to program a real,fast and thoroughgoing face detection application , and don't know which is the best for it.
Qt or Boost?
i know the Qt has the great documents , but which is the powerful?
Regards
For advanced image analyzing stuff, try OpenCV. Qt or Boost have nothing to do with what you're trying to do, though you can use both together with OpenCV if you need to.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I am new in iPhone Developer so I want learn SQLite Database from begin to end so please send me any link or tutorials as soon as possible...
Thanks
I just googled it and found alot of tutorials, you can do the same.
http://www.google.com/#hl=en&cp=21&gs_id=58&xhr=t&q=sqlite+iphone+tutorial&qe=c3FsaXRlIGlwaG9uZSB0dXRvcmlh&qesig=Dcyg8tTe9KFL_O0Vg2BS8g&pkc=AFgZ2tlQMpmwWA0F9wFG4yjq73f9sgv_HDMKi6K7YdUA1mzfYyLA9vcM0Su1JtgKX49HQ2ejjF2gmh4ZMfKlNLvZsc-NIkHJEw&pf=p&sclient=psy&source=hp&pbx=1&oq=sqlite+iphone+tutoria&aq=0&aqi=g2g-j2g-b1&aql=&gs_sm=&gs_upl=&bav=on.2,or.r_gc.r_pw.&fp=cd161f1f675bc69c&biw=1920&bih=876
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I will create a voice chat application with Adobe Flex and I want use the opensource Red5 as a server.
But, I confuse how to start it. it's possible just use NetStream and NetConnection?
Or are there any others tutorial can help me?
Please!
Seriously have you even bothered to look for examples?
Google is your friend.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I am comfortable with Qt and want to learn game programming.
Can you please suggest Qt based open source games (I will read source code of it)?
First of all kde games. But they might written with the support of KDE specific libraries, not vanilla Qt.
e.g. knetwalk
or bomber
qgo
here is a list
another list
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to play video from my device . How can i make it???
Can any help me??????
Thanks
Qt documentation:
http://doc.qt.nokia.com/4.7/phonon-overview.html
Similar question on StackOverflow:
Qt phonon video player example C++ or python