Click here to Skip to main content
15,888,733 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: Which platform used most in android to build app?? Pin
Anas Al Salool22-Aug-12 7:04
Anas Al Salool22-Aug-12 7:04 
AnswerRe: Which platform used most in android to build app?? Pin
Sahil Mahajan Mj24-Aug-12 22:49
Sahil Mahajan Mj24-Aug-12 22:49 
AnswerRe: Which platform used most in android to build app?? Pin
RobCroll26-Aug-12 18:44
RobCroll26-Aug-12 18:44 
AnswerRe: Which platform used most in android to build app?? Pin
Ricky5926-Aug-12 21:42
Ricky5926-Aug-12 21:42 
GeneralRe: Which platform used most in android to build app?? Pin
Aditya_Pandey28-Aug-12 22:26
Aditya_Pandey28-Aug-12 22:26 
Questionhi all Pin
nika200822-Aug-12 1:12
nika200822-Aug-12 1:12 
AnswerRe: hi all Pin
Richard MacCutchan22-Aug-12 2:02
mveRichard MacCutchan22-Aug-12 2:02 
QuestionHow to wait until all characters are entered? Pin
biop.codeproject13-Aug-12 0:49
biop.codeproject13-Aug-12 0:49 
I am programming for Windows Mobile 6.

I am writing an application. Here is the design:
1) A textbox for user to scan a barcode.
2) After scanning, automatically call web service to search the database.
3) If found data, display in a table below.

To solve 2, I use text1_TextChanged(). However, as the barcode is long (some 11 characters), the TextChanged() function is called more than 11 times. That means the database is searched for more than 11 times. The performance is too slow.

I have searched the web and find out this:
.NET — Textbox control - wait till user is done typing[^]

I use the timer approach, but find out the tick function is called 11 times. Any help?

(Please note that the barcode is scanned in, not typed in.)

[Edited at 2012-08-16] The project is a bit complicated now. The textbox could hold any number of characters from 4 to 24. So I cannot just count to the end. If I start querying the database once I have at least 4 characters, I could end up with searching 20 times...

modified 15-Aug-12 22:45pm.

AnswerRe: How to wait until all characters are entered? Pin
Andrei Straut13-Aug-12 9:04
Andrei Straut13-Aug-12 9:04 
GeneralRe: How to wait until all characters are entered? Pin
biop.codeproject15-Aug-12 16:48
biop.codeproject15-Aug-12 16:48 
QuestionCore java Poject Pin
hctm.anjaana11-Aug-12 2:12
hctm.anjaana11-Aug-12 2:12 
AnswerRe: Core java Poject Pin
Richard MacCutchan11-Aug-12 5:12
mveRichard MacCutchan11-Aug-12 5:12 
GeneralRe: Core java Poject Pin
hctm.anjaana22-Aug-12 19:31
hctm.anjaana22-Aug-12 19:31 
GeneralRe: Core java Poject Pin
Richard MacCutchan22-Aug-12 21:08
mveRichard MacCutchan22-Aug-12 21:08 
QuestionAndroid Mobile App Tone generator Pin
NaseerPashaR10-Aug-12 6:42
NaseerPashaR10-Aug-12 6:42 
AnswerRe: Android Mobile App Tone generator Pin
Richard MacCutchan10-Aug-12 21:38
mveRichard MacCutchan10-Aug-12 21:38 
GeneralRe: Android Mobile App Tone generator Pin
NaseerPashaR10-Aug-12 23:40
NaseerPashaR10-Aug-12 23:40 
GeneralRe: Android Mobile App Tone generator Pin
Richard MacCutchan10-Aug-12 23:56
mveRichard MacCutchan10-Aug-12 23:56 
QuestionIce Cream Sandwich for Desire HD? Pin
Andrei Straut7-Aug-12 2:56
Andrei Straut7-Aug-12 2:56 
QuestionAndroid Bluetooth Pin
hctm.anjaana5-Aug-12 19:25
hctm.anjaana5-Aug-12 19:25 
AnswerRe: Android Bluetooth Pin
Richard MacCutchan5-Aug-12 21:02
mveRichard MacCutchan5-Aug-12 21:02 
Questionrestart an activity when config changes Pin
hctm.anjaana3-Aug-12 1:10
hctm.anjaana3-Aug-12 1:10 
QuestionFragments in android Pin
hctm.anjaana2-Aug-12 23:03
hctm.anjaana2-Aug-12 23:03 
AnswerRe: Fragments in android Pin
RobCroll6-Aug-12 13:23
RobCroll6-Aug-12 13:23 
AnswerRe: Fragments in android Pin
Anas Al Salool22-Aug-12 7:19
Anas Al Salool22-Aug-12 7:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.