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

Search results

  1. K

    Apps Inovking default email client from my activity

    Hi , My to send an email from my application. Following will be my approach. When user click on the email button of my application ( which essentially will send some date from my application ), i want to invoke default email client of android and will set required values. Before sending...
  2. K

    Apps listview: onItemClickListener is not called

    Hi , My OnItemClickListener is not called when i set it on list view. What can be the possible reason. Following is the code for same. public void updateList(){ view =(ListView)findViewById(R.id.listv); //...