Hello everyone,
I am new to programming. I have lots of interest in networking and want to be network programmer can someone please tell me, "what are the qualities and skill set you should have to be network programmer"?
Thanks & Regards,
Rupesh
Hello Everyone,
I have checked the working demo of ImageSwitcher and gallery. Actually i want to display 4 images at a time on screen and by default it displays number of images that it can fit in a screen say for ex. 6 images. Now i want to limit the number of images(to 4 images ) to be displayed on ImageSwitcher at the same time. Any help will be…
Hello Everyone,
Can someone please redirect me to some good references about the encoding and decoding in communication and different encoding techniques(unicode, base64, utf7) etc.
Thanks in advance,
Rupesh
Hello everyone,
Can someone please tell me what are the steps to execute a osmdroid application. I have Eclipse installed on my machine along with ADT plugin and i have downloaded the source code and imported it in a eclipse. and tried to run it on Android 1.6 platform but somehow i am not getting the map instead i m just getting blank screen with…
When i tried to execute facedetect.py python script from opencv sample example i got the following runtime exception. Can someone please give me some pointer or some clue about the exception and why it is encountering?
Here is the stack trace :
'python.exe': Loaded 'C:\Python26\python.exe'
'python.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll'
…
I am building an app on android and running into an error and while searching on net, came across your posting on this and changed the eclipse.ini to increase Xms and Xmx params but still this error does not go away.
I am using Eclipse IDE for Java with Andrioid SDK 2.1 on Mac OS. Please help or please point me to someone who might know.
Btw,…
hi all,
i want to develop the application for iPhone which sync contacts to server and vice-versa.
i read some information about syncML. which is used to sync PIM data to server (and vice-versa).up till now, i am unable to get the correct detail.
i want to sync the PIM data to server and vice -versa.
Anyone have idea about
Prerequisite on…
I have a C program that works like a virus. The professor asked me to modify it in such a way that as soon as the pen drive (containing the program) is inserted into the computer it starts executing by itself. How can I achieve this?
i have a c program which works as a viruse...the prof. has asked me to modify it in such a way that as soon as the pen drive (containing the prog.) is inserted in the comp. it starts executing by itself.Is it possble if any...what code(s) could be inserted in the prog. to achieve the same.
Hello Everyone, I would like to know the name of companies working in - core networking and communication 1) Companies which basically deal with the communication protocols 2) Deal with the development of network topologies 3) Deal with the network security etc. I hope i am clear with my point.
Thanks a lot in advance.
hi all,
I received date from Web service which is in GMT + 1 format (2010-02-25T20:16:50.387+05:30).
I want to convert in NSdate. I have no proper idea about date formatter.
Please suggest that how can i Change this nsstring value to current date format (Time zone)
Hi all
i am new to blackberry application development here is my question i am using two verticalfieldmanager "layout" and "manager" in my application. layout has three custom button field and layout is inside manager.
i am not able to implement touch event , here is my code:
public class MenuScreen extends MainScreen {
public…
hi all,
i want to generate HMAC-SHA1 of NSString type variable. I see the post but this method give me error in CCHmac(kCCHmacAlgSHA256, cKey, strlen(cKey), cData, strlen(cData), cHMAC);
and
NSString *hash = [HMAC base64Encoding];
line.
Please suggest how can I generate the HMAC-SHA1 of any string.
hi
i want to resize a image by touch event if the user stretch the image the image size should increase, and if reduces the image the image size should reduce, is it possible
thanks in advance
Hi all
I have a created a custom Button field , when the button is on focus default blue background is coming , i want to remove that blue background . actually i am placing image on button and on image there are certain area which is transparent . when that custom button is on focus then blue background is displayed . i want to…
hi all,
I am developing a application where i want to load the photo on flickr. i don't want to use the toolkit. I want to use flickr API.I read the API documentation of flickr but there are no API to upload photo on particular account. All API related to Garden not to user account.
i simply want to user will supply username and…
Hi
i want to put a Big image over a small Image , condition is the image which is on top has some specific rectangular area where the second image will be displayed. I want the the small Image to be displayed inside the big image not over the big image. i don't no will it possible or not , if it is possible can any one provide…
hi all,
Apple announces the iPhone OS 4 with 1500 new API and some greater improvement
I want to know the details the APIs. Features which are not being highlighted in press releases but might be very useful for Developer like Calendar, SMS, Photo library, Quick look etc
Please provide a helpful link which provide the List of…
Hi
i am creating a application which is having a global tab bar .bar will have 4 buttonsand will be seen on every screen. i am not able to find any way , can any one please help me out. its urgent..
Thanks alot
hi all,
I want to use Ovi map in my iPhone application. I searched for Ovi map on google but presently it is not open.Basically I want to know following things
OVi map service is from Nokia. So can i use Ovi Map in my iPhone application.
If answer of 1 point is Yes, then where I found support info(code…
Hi
i want to place the Buttons as displayed in the image:
for this i am using the following code but it is not working for me can any one please help me out
topbarManager = new HorizontalFieldManager();
topbarLeftManager = new HorizontalFieldManager(Field.FIELD_LEFT);
topbarRightManager =…
Hello,
I have a listbox where list items contain TextBlock whose Text property is set to the actual text of list item.Means here to select specific list item based on name I have to loop out through text of each list item's TextBlock.
So the question is how can I get text of TextBlock?
Thanks.