flexbox是Flexible Box的缩写,弹性盒子布局 主流的浏览器都支持 flexbox布局是伸缩容器(container)和伸缩项目(i
第一步:当然是要先成为新浪微博的开发者咯,赶快去吧:open.weibo.com 获取android签名的指令为: keytool -list -v -keystore xxxx.jks 注册后你会获得 App K
第一步:由于xlog发布在jitpack 仓库,所以如果android studio没有在project目下的的build.gradle下配置j
FragmentPagerAdapter的官方解释为: Implementation of [PagerAdapter](file:///Users/zaizai/Library/Application%20Support/Dash/DocSets/Android/Android.docset/Contents/Resources/Documents/developer.android.com/reference/android/support/v4/view/PagerAdapter.html) that represents each page as a [Fragment](file:///Users/zaizai/Library/Application%20Support/Dash/DocSets/Android/Android.docset/Contents/Resources/Documents/developer.android.com/reference/android/app/Fragment.html) that is persistently kept in the fragment manager as long as the user can return to the page. 实现PagerAdapter去
standard:标准模式 系统默认模式。每次启动activity都会重新创建一个新的实例。 singleTop: 栈顶复用模式 scene one: 如果即将启动的activi
textAppearance的属性设置 android:textAppearance="?android:attr/textAppearanceSmall" android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceLarge" android:textAppearance="?android:attr/textA
官方文档解释为: addStatesFromChildren Added in API level 1 int addStatesFromChildren Sets whether this ViewGroup’s drawable states also include its children’s drawable states. This is used, for example, to make a group appear to be focused when its child EditText or button is focused. 大意是:设置ViewGroup的可绘制状态
在Android中,TextView是我们最常用的用来显示文本的控件。 一般情况下,TextView中的文本都是一个样式。那么如何对于Text
方法一:app 开发中,经常可能会涉及到判断app 是否运行在后台。比如需要在后台启动运行Service, 或者需要从后台切换回前台时,做一些up
使用步骤: 步骤一、在spring配置文件中引入命名空间 xmlns:tx=“http://www.springframework.org/schema/tx" xsi:schemaLocation=“http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd** http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.0.xsd"> 步骤二、具有@Transactional 注解的bean自动配置为声明式事务支
标签1:@Entity 使用entity标注该类为持久化类时,要注意使用的jar包是@javax.persistence.Entity @javax.persistence.Entity 是jd
frame:x,y 决定当前控件相对于父控件的位置。 bounds:x,y 决定内部子控件相对于原点的位置,相当于scrollView 的conte