找回密码
 立即注册
android开发 2022-05-24 83 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
源码介绍:
  大多数项目现在都有下面的选项卡和模块功能。这种风格可以通过多种方式实现,包括 TabActivity。 TabActivity 中的每个选项卡都会有一个默认界面,但是当你的应用程序在该模块中有多个界面时,并且在第二个界面中,还需要显示以下选项卡。很多人用ActivityGroup不断的给ActivityGroup的界面添加界面,这样就可以达到界面的叠加效果,但是叠加的时候你会发现,叠加的界面不会显示下面的选项卡,而你的回车键不容易使用。本源码使用TabActivity嵌入ActivityGroup,使用非常方便,并且可以截取各个界面的返回键。总之,非常方便。按物理返回键返回上一界面,根据自己的项目需要进行更改。在管理类中可以添加相应的方法来更好的处理自己的界面,可以添加、添加、删除界面处理,这样就可以跳转到任意界面。

(Source code introduction:
Most projects now have the following tabs and module functions. This style can be implemented in many ways, including tabactivity. Each tab in tabactivity will have a default interface, but when your application has multiple interfaces in this module, and in the second interface, you need to display the following tabs. Many people use activitygroup to constantly add interfaces to the interface of activitygroup, so as to achieve the superposition effect of the interface. However, when stacking, you will find that the superimposed interface will not display the following tabs, and your enter key is not easy to use. This source code uses tabactivity to embed activitygroup, which is very convenient to use, and can intercept the return key of each interface. In short, very convenient. Press the physical return key to return to the previous interface and make changes according to your project needs. In the management class, you can add corresponding methods to better handle your own interface. You can add, add and delete interface processing, so you can jump to any interface.)

[下载]10382311643.rar


103822a0ei99930tdeaeve.jpg
103822hhstcehleqml5aah.jpg
103822erfa8jjkz682na1z.jpg
103822wztrornpolae9vko.jpg


上一篇:Android SwipeView类似桌面的滑动界面源码
下一篇:Android Tools4U源码