Ananth

Results 2 comments of Ananth

It should work well..Once again Install properly and follow the steps, tips during installation https://code.google.com/p/simple-android-instant-messaging-application/ Check out the sample video how to use the Android IM: http://simple-android-instant-messaging-application.googlecode.com/files/simple_android_im_application_demo.avi Dont add manual...

**Yeah I made a little hack** `public void updateSMSCode(String code) { char[] codeSplit = code.toCharArray(); for (int i = 0; i < otpPin.getChildCount(); i++) { LinearLayout top = (LinearLayout) otpPin.getChildAt(i);...