开发者

android non activity

开发者 https://www.devze.com 2023-01-17 02:15 出处:网络
how to开发者_开发技巧 create a class which not extended Activity & how can i use it class?Depends on what you want but a regular class would be

how to开发者_开发技巧 create a class which not extended Activity & how can i use it class?


Depends on what you want but a regular class would be

public class Name {}

and then

Name name = new Name()

*edit: Works just like Java on you computer

0

精彩评论

暂无评论...
验证码 换一张
取 消