Linking android studio layouts with Matlab The idea of the project is android mobile application for people who have speech difficulties .It's record their unclear speech of a pronounced word with typing that word as text, And then convert it to clear one by text to speech of that entered word. I have done with all the project layouts in Android Studio of my application, Also I have done with some Signal processing code in Matlab. Only link them together via matab complier or coder or what ever make the project work correct …. -------------------------------------------------------------------- This is the first layout that shows a word with recorder button to allow the user to record his/her pronunciation of that word 4 times for each displayed word (out of 15 words). This layout should be linked with traingCode.m in Matlab Which is record the user voice directly 4 time for each word Note: the user shouldn't press continue button unless the user have done recording his/her voice for that displayed word 4 times….. Also this layout is similar to the first one but it pass the Text (entered by the user) to the Matlab .. in traingCode.m also but after modifying it to accept the entered word in java. -------------------------------------------------------------------- This is the second layout that shows a recorder button to allow the user to record any word of those recorded before in the first layout … it should be linked with testCode.m in Matlab . Which is record the user voice and then print the expected word and it should return it to java as text. In java it should take that word and play it back to the user by TEXT TO SPEECH that already used and exist in the application …