UltimateAndroid 0.7.0 released, split UI module

UltimateAndroid 0.7.0 released, split UI module

UltimateAndroid rapid development framework released version 0.7.0 today. This version mainly splits the UI module, splitting the original UI project into 4 sub-projects, which can be used separately. In this way, if you only need some effects, you can only use the sub-projects, or you can directly use the original UltimateAndroidUi project.

Import the framework:

  1. Core framework:
  2. ```groovy
  3. repositories {
  4. jcenter()
  5. }
  6. dependencies {
  7. ...
  8. compile 'com.marshalchen.ultimateandroid:ultimateandroid:0.7.0'  
  9. }
  10. ```
  11. Ui framework:
  12. ```groovy
  13. repositories {
  14. jcenter()
  15. }
  16. dependencies {
  17. ...
  18. compile 'com.marshalchen.ultimateandroid:ultimateandroidui:0.7.0'  
  19. }
  20. ```
  21. Separate Ui framework:
  22. ```groovy
  23. repositories {
  24. jcenter()
  25. }
  26. dependencies {
  27. ...
  28. compile 'com.marshalchen.ultimateandroid:ultimateandroiduiwidget:0.7.0'  
  29. }
  30. ```
  31. ```groovy
  32. repositories {
  33. jcenter()
  34. }
  35. dependencies {
  36. ...
  37. compile 'com.marshalchen.ultimateandroid:ultimateandroiduicomponent:0.7.0'  
  38. }
  39. ```
  40. ```groovy
  41. repositories {
  42. jcenter()
  43. }
  44. dependencies {
  45. ...
  46. compile 'com.marshalchen.ultimateandroid:ultimateandroiduianimation:0.7.0'  
  47. }
  48. ```
  49. ```groovy
  50. repositories {
  51. jcenter()
  52. }
  53. dependencies {
  54. ...
  55. compile 'com.marshalchen.ultimateandroid:ultimateandroiduilollipop:0.7.0'  
  56. }
  57. ```

GitHub address: https://github.com/cymcsg/UltimateAndroid (updated most timely, accepting both issues and pull requests)

The submodule UltimateRecyclerview in UltimateAndroid also released version 0.3.1. UltimateRecyclerview is a powerful RecyclerView (advanced and flexible version of ListView), including pull-down refresh, load more, multiple animations, empty data prompts, drag sorting, parallax processing, toolbar gradient, slide to delete, custom floating button, multiple refresh effects, scrollbar and other elements, and it is as easy to use as RecyclerView. Currently, the project has also established a mirror on oschina.

GitHub address: https://github.com/cymcsg/UltimateRecyclerView (issues and pull requests please send here)

UltimateAndroid is an Android rapid development framework that integrates many existing excellent Android open source libraries and combines them into an overall.

The framework currently includes the following functions: View Injection, ORM, asynchronous network request and image loading, automated script testing, disk LRU, etc. It also provides common tool classes such as TripleDes, Webview quick settings, Md5 processing, String processing, Https processing, etc., as well as a variety of UI control effects. And these functions are gradually increasing.

Some old functions do not have Demo yet, but I will continue to improve them. At present, a Demo will be added for each new function. The Demo Apk file can be downloaded and used directly.

The framework's demo currently only includes the UI Module part and View Injection, which looks a bit boring, but you can still check out these interesting UI effects.

<<:  AFormChange v1.0, Android form value modification framework

>>:  Programming classes in prison: He became a programmer after he was released

Recommend

JD’s advertising copy is heartbreaking!

JD.com shot a new advertisement Offended all the ...

Researching new materials with AI is fast

Chen Sijin With the rapid development of artifici...

Inventory of low-cost traffic-generating methods, 4 major rules!

This article briefly summarizes the three major t...

How to launch an offline event at zero cost?

Whether you are a self-media author, koc or kol. ...

How to use Zhihu to effectively attract traffic and promote products?

What kind of platform is Zhihu? To study traffic ...

From artificial intelligence to Landau School, what have we lost in these years?

From artificial intelligence to Landau School, wh...