UltimateAndroid icon indicating copy to clipboard operation
UltimateAndroid copied to clipboard

UltimateAndroid is a rapid development framework for developing your apps

Results 25 UltimateAndroid issues
Sort by recently updated
recently updated
newest added

UltimateAndroid Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.support.v4.widget.DrawerLayout.setDrawerListener(android.support.v4.widget.DrawerLayout$DrawerListener)' on a null object reference 解决方法 添加V4包 DemoOfUI\libs\android-support-v4.jar

As part of some research about the [common crypto mistakes that developers make](https://littlemaninmyhead.wordpress.com/2017/04/22/top-10-developer-crypto-mistakes/), I noticed that your application has one of them. In [TripleDES](https://github.com/cymcsg/UltimateAndroid/blob/678afdda49d1e7c91a36830946a85e0fda541971/UltimateAndroid/ultimateandroid/src/main/java/com/marshalchen/ua/common/commonUtils/urlUtils/TripleDES.java) you're initializing Cipher instances with a...

When adding " compile 'com.marshalchen.ultimateandroid:ultimateandroiduiwidget:0.7.2' " to my build.gradle file, I am receiving the error "Attribute "borderWidth" has already been defined" at compile time. This must be caused by naming...

start函数println可以打印出来,success函数就打印不出日志,失败函数也打印不出来

框架没发现有获取屏幕宽度和高度的方法

enhancement

虽然说最佳实践是数据加载完再初始化Adapter,但难免出现数据为空的情况,建议修复这个问题,在UltimateViewAdapter的getItemViewType()方法中,当getAdapterItemCount() == 0时,加入判断,返回VIEW_TYPES.NORMAL