Android-Monitor activity clicks Invalid

Source: Internet
Author: User

Monitor Activity Click Invalid


This address: Http://blog.csdn.net/caroline_wendy


Activity needs to be registered with Manifest before it can be used in the app ;
Manifest:
        <activity            android:name= "me.chunyu.tvdoctor.healthvideo.VideoPlayingActivity"            android:label= "@string /app_name "/>


In the G7anno of the internal library:
@ClickResponder () nv.o (this, videoplayingactivity.class) and @ContentView (id = r.layout.activity_healthvideo) public Class Videoplayingactivity extends Uactivity {    private final static String TAG = "videoplayingactivity";    @Override public    void Oncontinuecreate (Bundle savedinstancestate) {        log.i ("DEBUG:" + TAG, "Jump" health Video "module succeeded.) ");        Super.oncontinuecreate (savedinstancestate);    }}


The current interface is represented by using @clickresponder (ID), which represents the function, passing in the parameter view.





Android-Monitor activity clicks Invalid

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.