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

How did the first batch of seed users of the product come from?

Many startup products are struggling to find the ...

2021 Jiankun University English Listening Comprehension Class

2021 Jiankun University English Listening Compreh...

In product operation, why do we need to create hot products!

Why do we want to make a hit product? How do hot-...

In-depth analysis and market report on overseas influencer marketing

This report is produced by SocialBook, an America...

If your product has no unique features, how can you attract users’ attention?

Among a bunch of products with similar selling po...

How do companies operate Douyin? Just use these 5 tricks!

Nowadays, “two Weibo and one Douyin” have become ...

47 user growth strategies used by Facebook and YouTube

Nowadays, if a startup wants to grow, the challen...

Marketing promotion: 10 tips for content marketing!

In the era of mobile Internet with information ex...