• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. D

    Apps How to print the result of a method.

    Hello guys, I have a problem.I have textview,a textedit,and a button : [CODE] public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); final EditText TextEdit = (EditText)...