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

Marketing Positioning Manual

The brand positioning is B2B and the self-positio...

10 common methods to improve UI details and experience

If you think your UI design is boring and want to...

Tutorial on optimizing HTML tags for corporate websites!

There are only a few HTML tags that SEOers really...

"100 times" charger is born! Let the mobile phone be fully charged in 1 minute

Is it possible to charge your phone from 0% to 100...

Comments on 10 of the most popular domestic open source projects on Github

[[126688]] The quality of an open source product ...

Where are the future opportunities in China's social field?

Recently, advertisements for a social APP have be...

Why does ofo invest in advertising while Mobike does public relations?

To date, ofo and Mobike have been fighting for ne...