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

Search results

  1. W

    Apps How to start others application in Widgets click event ?

    I designed a widget and successful using "setOnClickPendingIntent" to active the click event, but I want to start other application witch is install in my Android phone (such as Google Map), how can I using in this following command? if (intent.getAction().equals(ACTION_WIDGET_CLICK)) { .... }...
  2. W

    About widget link to setting page function

    Hi, everyone, I have a forecast widget that can show the now time and the latest weather forecast. But I want to make the now time have a on-click event and then turn to Clock page (it provide by system and in setting page). How can I click the widget button, than it can change page to...