

#Temperature conversion app in android studio using kotlin code
Now in ActivityB, you can write code in the onCreate to get the Intent that launched it and extract out the data passed to it.ĪctivityB onCreate Intent i = getIntent() String txtData = txtInput.getText().toString()

In your case, it will be the content of the EditText or Textview.ĪctivityA onClickListener Intent i = new Intent(getBaseContext(),ActivityB.class) ĮditText txtInput = (EditText)findViewById(R.id.txtInput) This unit converter can also be used for financial calculation using financial calculator available under custom settings.To pass data between two activities, you will need to use the Intent class via which you are starting the Activity and just before startActivity for ActivityB, you can populate it with data via the Extra objects.Easy conversion of angles and DPI which is hardly available in other unit converter.To make calculations easier we have added different types of calculators like four function calculator, scientific calculator, GPS converter and much more.This android based unit converter will able to run on any versions of android O.S.To make a user friendly unit converter, you will be provided various other features like, keep only those converter which are required by you, delete the conversion unit which is not needed, copy and paste facility, directly save the converted data to your home screen and act on the saved information’s and much more. In this unit converter you will get more than 100 unit converter for currencies, scientific conversions related to electricity, science, math’s etc. This unit conversion is not only limited to distance, temperature, five to six types of currencies etc. The new unit converted android based project having multiple units or we can say all the units which we can use for conversion purpose. But this problems has also been solved under this new system. There was no facility of exporting your converted data to your home panel and make use of it, the only facility was, get converted unit information’s, retain in your memory or write it down and make use of it. Many of android unit conversion app, doesn’t allow us to add our own units and their calculation factors, so that we can use it whenever we are in need of it. So whenever we are in need of extra conversion of different type units, we have to use mathematical formulas and sometimes the use of scientific calculator. In the earlier android based unit converter app, there was limited conversion facility and was limited to units. To make your complex calculation easier, we have provided two types of calculator under one panel and these are: general purpose calculator and scientific calculator. This unit converter will also be helpful for students studying in science or commerce stream. Using this android unit converter, you will able to convert various units like distance, temperatures, currencies various complex units of mathematics and science. It’s the unit converter which also provides you the power to calculate at your finger tip.

This android based unit converter is not only perform unit conversion but more than that. Unit Converter Android Project with Source Code
