I'm developing a application for mobile phones, I need "double" variable butit's not exists int Midapi 1.0.Please show me a way.
There is no double variable in midp1 or even midp2.But if u need to do this i think you should deal with the number as string anduse the substring fuction and calculate your number and then you conact itagain.
We used two integer values the first one was the int value the secondwas the floating point value. My understanding from the hotspot team isthat two ints is about as much processor time as using doubles anyway.