1. Wiki首页
  2. Hikey960 Android开发指南
  3. Android application demo
  4. Create class

Create class

Right-click on the package name, select New -> Class, fill in the class name and choose the super class, then click Finish to complete.



Open HelloWorldActivity.java,Right-click,select Source -> Override/Implement Methods,you could override or implement the methods, and also you could implement the customization methods.


这篇文章对你有帮助吗?