I am working on EditText box. My problem is that I want to disable edittext box cursor at start when an activity popups I want when the editText box is clicked then the cursor should appear. I made use of setenabled(),setFocusable() etc. when I used this methods within the onCreate() the program crashes.
Any solutions Advance thanks
regards mysmax