开发者

android non activity

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜