Are there Android compatible alternatives to Property Utils?

前端 未结 2 1360
野趣味
野趣味 2020-12-17 22:07

Is there a handy-dandy equivalent to org.apache.commons.beanutils.PropertyUtils on Android?

I can\'t seem to use bean utils in my android a

2条回答
  •  再見小時候
    2020-12-17 22:30

    There is bridge library which works on Android: android-java-air-bridge.jar. Just include into project path and use all apache beanutils features in your Android project as you could use in ordinary java application. Moreover, there are lot of other classes which moved to this Android supporting library. Look at the list.

提交回复
热议问题