Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
~5K People Reached
Favorite Tags
Member Avatar for imso

The alarm clock application works by setting a certain time and then it perform a certain task eg:sound an alarm, display a messagebox test message. But the problem comes where i need to snooze(delay) the alarm clock for a certain time period like 10 second... Then it will re-initialise the …

Member Avatar for Konevlad21
-1
1K
Member Avatar for imso

As what was stated on the header I want to implement either a "paint" or "eraser" function whichever feature more convenient for user to edit paint/censor unwanted parts of a photo displayed on a imageview before uploading it to a server in the edited format and a redo function if …

Member Avatar for imso
0
288
Member Avatar for imso

Assuming my second byte in hex is a representation of the message length, how can I dynamically adjust the length of the message the user can key into the textbox based on the hex value of the second byte? Message Byte entries into textbox: xx **xx** xx xx xx xx …

0
198
Member Avatar for imso

A 24 hex byte message entries: xx xx xx xx xx xx xx xx xx xx xx xx I have a 24 hex byte message entry into a textbox with different byte segment entry requirements, how to code dynamically the range of hex value I require for each segment e.g. …

Member Avatar for imso
0
314
Member Avatar for imso

1.______ is an address mapping protocol in which a physical address is found for a given logical address. RARP IGMP ARP ICMP 2.In the TCP header, An ACK number of 1000 means that ______. data bytes before 999 have been successfully received 999 frames have been successfully received 1000 frames …

Member Avatar for smferoz
0
122
Member Avatar for severman

Hi all I really need your help! i'm trying to debug my application for anroid on my cell phone(HTC DHD) it worked fine, but now i'm getting this error: Adb connection Error:An existing connection was forcibly closed by the remote host i've tried everything, including adb kill-server, adb start-server. also …

Member Avatar for severman
0
131
Member Avatar for imso

After following above program i still have tons of error on my list what step i could have missed... I really need to get it to work before i could start on my project... [url]http://integratingstuff.com/2010/10/18/writing-code-that-captures-videos-on-android/[/url]

Member Avatar for imso
-1
438
Member Avatar for imso

Is there any way to get the play button to stay hidden in the background during recording until the user intervene to click the screen to allow the button to resurface the play button to stop the recording process?? Is the code coded in the .xml file or somewhere else.. …

Member Avatar for peter_budo
0
104
Member Avatar for imso

How should i come about accessing eclipse file folder on another computer using the elicpse software too?? I mean accessing the entire file as a whole with a working solution and not accessing .xml or .java individually. Or is it impossible to access the file as a whole but i …

Member Avatar for imso
0
135
Member Avatar for imso

How should i reorient an android application in landscape mode once an apps is started?? I started an app but it does not automatically switch to landscape mode.. I tried writing it to "horizontal" but it does not work.. [CODE]<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="fill_parent" >[/CODE]

0
126
Member Avatar for imso

Background information on the apps i'm doing: First off i'm new in java and of course having trouble getting use to eclipse programme, and worse of i'm kinna bad in programming... :( And adding on to the problem i'm given only 11 weeks from now to complete the app... School …

Member Avatar for imso
0
110
Member Avatar for imso

First of to clarify i'm virtually new to java and not that good in programming. But i was told to develop an 2.2 android apps which takes video excluding sound when on the road "acts like a car blackbox".. I found a series of code online but i just don't …

Member Avatar for peter_budo
0
142
Member Avatar for imso

*** means i chose that answer.. Question 1 of 25 _________ cable consists of an inner copper core and a second conducting outer sheath. Fiber-optic Shielded twisted pair Coaxial*** Unshielded twisted pair Question 2 of 25 What is the symbol rate (baud rate) of a binary system if 12 kbits …

Member Avatar for mreza
0
226
Member Avatar for imso

a)What is the symbol rate (baud rate) of a binary system if 12 kbits are transmitted in 8 seconds? 1. 1500 baud 2. 1000 baud 3. 2000 baud 4. 2500 baud b) What is the percentage of overhead for transimitting a 7-bit code using 2 stop bit and 1 parity …

Member Avatar for CimmerianX
0
138
Member Avatar for imso

How do you nudge a message box like the one in msn? Is there a easy method to do it?

Member Avatar for nick.crane
0
217
Member Avatar for imso

How do you allow the controls of an application to go back to the cursor of the textbox after checking that the textbox has an empty input? what i want is just the cursor back to the textbox to allow easy user access. thx :) [CODE]txtReminder.?????[/CODE]

Member Avatar for nick.crane
0
130
Member Avatar for imso

This is the partial codes i wrote for an alarm clock application but why the counting down time don't worked? Thanks in advance :) [CODE]int intTimeDelay = 10; private void mnu5Sec_Click(object sender, EventArgs e) { intTimeDelay = 5; //intTimeDisplay = 5; } private void mnu10Sec_Click(object sender, EventArgs e) { intTimeDelay …

Member Avatar for Geekitygeek
0
402
Member Avatar for imso

Because i had to transfer my project to my lecturer but what the file location that works for my computer does not necessary work for my lecturer computer. Althought i transfer my wav file to the project workspace Alarm clock in the bin section. So how to allow my wav …

Member Avatar for Alexpap
0
269
Member Avatar for imso

I started to program on C++ on converting 8bit binary to its decimal requested for my school project. But i have problem to proceed further as i am lost on what to add on next. Can someone help me to add on to my program to allow it to work.. …

Member Avatar for Dave Sinkula
0
210