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

Google Android 12 will ban third-party app sharing

Many Android apps support sharing functions. When...

Blind box event marketing is a blast!

Blind boxes have now become a new type of marketi...

A complete information flow advertising delivery process

With the vigorous development of mobile Internet,...

If programmers don’t relieve stress, they will become mentally ill!

Being a software programmer is one of the best jo...

Insects are everywhere, they are the real "rulers" of the earth!

The winning works of the 2023 "China Science...

CocoaChina Theme Essay Contest Let's talk about my 2014

In the year 2014, which is about to pass, Apple s...

How to do competitive product analysis report as a workplace rookie!

Recently, a netizen complained to Clippings that ...

Weijing TV startup experience: idol-like performance

Last week, we conducted a violent evaluation of t...