How use Generic 433Mhz RF Transmitter and Receiver?

Hello!Generic 433Mhz RF Transmitter and Receiver so I decided make a project using Generic 433Mhz RF Transmitter and Receiver.
First I search library for RF Module so I find two different library one is VirtualWire and other is RadioHead. First I download VirtualWire library zip from http://www.airspayce.com/mikem/arduino/VirtualWire/VirtualWire-1.27.zip. I try to install library in Arduino droid IDE but I failed.i try again and again but all time I failed so I download second library RadioHead from http://www.airspayce.com/mikem/arduino/RadioHead/RadioHead-1.86.zip and try to install but again I failed over again.

So help me how use 433Mhz RF Transmitter and Receiver.

Thank you.

"I failed" us useless information. You did something. Something happened. You must tell us what those things are.

Since the RadioHead library does not come with a "library.properties" file you will have to find one or create one. It looks like the SparkFun copy of Version 1.4.1 has a 'library.properties' file so you could try installing that:

Or you could copy just the 'library.properties' file and adapting it to the Version 1.86 that you downloaded.

Use the VirtualWire library. It is much easier to use than RadioHead and works fine for simple projects.

johnwasser:
Since the RadioHead library does not come with a "library.properties" file you will have to find one or create one. It looks like the SparkFun copy of Version 1.4.1 has a 'library.properties' file so you could try installing that:
GitHub - sparkfun/SparkFun_RadioHead_Arduino_Library: SparkFun Fork of Mike McCauley's RadioHead library (http://www.airspayce.com/mikem/arduino/RadioHead/)

Or you could copy just the 'library.properties' file and adapting it to the Version 1.86 that you downloaded.

I failed again. Wrong file format when I try to install library after downloading library for you link.

Thank you.

What I do?

Fortunately I found rc switch library in GitHub

https://github.com/sui77/rc-switch//

I download and successfully install in Arduino droid IDE.
It work correctly but I not capable to send Text I not know why but I successfully transfer Number and Value of sensor but when I try to combine data of two different sensor it speed too slow and not quick respond. Delay between responding is More than 1 second.

Krrishdheeraj:
Fortunately I found rc switch library in GitHub

https://github.com/sui77/rc-switch//

I download and successfully install in Arduino droid IDE.
It work correctly but I not capable to send Text I not know why but I successfully transfer Number and Value of sensor but when I try to combine data of two different sensor it speed too slow and not quick respond. Delay between responding is More than 1 second.

seriously... do you think we are mind readers!

share the code you have tried and MAYBE we can help

I download and successfully install in Arduino droid IDE.

In the what?

PaulS:
In the what?

Based on the screenshots it seems to be an Arduino IDE running on Android.