开发者

Android xml pages

开发者 https://www.devze.com 2023-01-03 05:26 出处:网络
where to add the new GUI xml pages in android project, say I have a welcome screen in res>layout>main.xml layout and when user clicks \"next\" button, it has to开发者_开发知识库 load up a new page wit

where to add the new GUI xml pages in android project, say I have a welcome screen in res>layout>main.xml layout and when user clicks "next" button, it has to开发者_开发知识库 load up a new page with username and password GUI. any help will be appreciated


in your same layout folder

res>layout>login_screen.xml
0

精彩评论

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