|
sir i am on skype..
r u there?
|
|
|
|
|
mine is agarg007
i am sending
|
|
|
|
|
I want to build app for android phones so which platform should i choose?
what if i want to upgrade or downgrade from present platform?
|
|
|
|
|
|
The most convenient platform to develop Android apps is Eclipse IDE. however there are several versions of Eclipse. But i prefer to use Eclipse(Juno)
Sahil Mahajan(eMM jAY)
|
|
|
|
|
As mentioned Eclipse if the most popular, the other 2 main players are Motodev Studio and IntelliJ IDEA. I've heard people are also using NetBeans.
Eclipse can run on a number of platforms. I use a Mac but I'm guessing most use Windows.
Eclipse is free and most of the support forums relate to Eclipse.
"You get that on the big jobs."
|
|
|
|
|
|
I would suggest you most convenient platform to develop Android apps is Eclipse IDE. However indigo is the latest version, but i prefer to use Eclipse(Helios)
|
|
|
|
|
i wanna learn adroid app
can u suggest me wich platform to use
and any good tutorial
sry for my english
|
|
|
|
|
Take a look at some of the Android articles[^] here on CodeProject.
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
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.
|
|
|
|
|
I may be wrong about this (I have no experience with Windows Mobile), but isn't there any way to check for how many characters have been entered in the text field?
I mean, you said the barcode is some 11 characters, but does it have any lower bound? (for instance, it can't be shorter than 8 characters). Then, when it reaches the lower bound, you can start querying the database from there.
Also alternatively, instead of querying the database automatically when the code is scanned, you could add another button for a manual scan - when the user finishes scanning the barcode and the textfield is completed, show him another button to do the search and display the results in the table. In this case, there is another click for the user, but I think the performance benefits far outweigh the usability drawbacks
Full-fledged Java/.NET lover, full-fledged PHP hater.
Full-fledged Google/Microsoft lover, full-fledged Apple hater.
Full-fledged Skype lover, full-fledged YM hater.
|
|
|
|
|
Hi Andrei,
I cannot start from the lower end. The number of characters now could range from 4 to 24. So if I start off with lower bound - 4 characters, I could end up checking the database 20 times.
Of course, I know the solution to add the button to manually trigger the checking of database, but I still want to have the automatically checking.
|
|
|
|
|
Hello Friends,
a very good evening to all.
Friends i want a help i.e kindly any1 provide me some project on Core java available on internet.
with good understanding and code.
I searched on net but didnt get some worth content.
any experienced guy can guide me.
Thanks in Advance.
|
|
|
|
|
You have not exactly given much specific detail as to your requirements bu the Java Tutorials[^] would be a good place to start.
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
dummy project on core java.
i want to learn that.
kindly provide me.
|
|
|
|
|
Did you look at the link I provide for you? Alternatively, you may be better starting at the Android tutorials[^].
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
Hi Friends,
I am new for Android and I have learnt some simple apps to develop.
Now my project is given to develop "Tone Generator" for mobile application in android platform. So friends can you help me how develop it and simple examples?
thanks,
naseer
modified 10-Aug-12 14:29pm.
|
|
|
|
|
What sort of help do you expect from a question like this? We have no idea what you mean by "Tone Generator"; please be clearer with what you have done so far and where you are having problems. If you are just looking for sample code then go to the Android articles[^] here on CodeProject.
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
hi friends..
Tone Generator Pro automagically creates perfect Sine Waves, Square Waves, Triangle Waves, Sawtooth Waves, Reverse Sawtooth Waves, White Noise and Pink Noise!
It can utilize these amazing tools for many day to day activities, such as:
Testing Speakers
Balance your Home Theater speaker levels
Generate all the most common waveforms from 20Hz to 20kHz
So,i am developing this using tone generator class which is present in android java.But i couldnot run it so please
can you suggest me what are the permissions are needed to be included in app development.
thanking you,
naseer
|
|
|
|
|
Try Google for locating some samples[^].
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
Hey all,
I own an HTC Desire HD, and as the little HTC elephants thought of not updating it to Android 4.0, I'm really thinking about getting a custom ICS ROM for it. After looking a little on the interwebz, I've found Ice Cold Sandwich[^], which seems to be pretty nice, and relatively stable (if one were to believe the reviews).
Now, does anyone here own an HTC DHD? And if you do, do you have a custom ROM as well? What has your experience been, and is it worth installing it, taking into consideration that some things ([sarcasm] nothing important, like camera and microphone [/sarcasm]) may not work?
Full-fledged Java/.NET lover, full-fledged PHP hater.
Full-fledged Google/Microsoft lover, full-fledged Apple hater.
Full-fledged Skype lover, full-fledged YM hater.
|
|
|
|
|
Hii all,
Friends i am new to android.
i want to make an application based on bluetooth.
can i run that on my Emulator ?
and how can i run?
and friend tell me from where i can get good example of "Android.Bluetooth"???
|
|
|
|
|
See this suggestion[^].
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
Hello friends;
I implement an ex of fragments in Android fm Vogella.com.
i want to do that my activity do not restart when our Orientation changes..
i use android:configChanges="keyboardHidden|orientation"
in my manifest file and implement a onConfigChange method in our activity.
but it do not work.
hlep to sort out this.
|
|
|
|