Android通用设置库,用于处理应用程序中的各种项目

网友投稿 636 2022-10-27

Android通用设置库,用于处理应用程序中的各种项目

Android通用设置库,用于处理应用程序中的各种项目

Generic settings library for Android

Android generic settings library to handle all kinds of items in your application. (Equivalent to Native settings preference)

Watch the video

As an android developer for 6 years, there has been many times I’ve started a new personal or work project and had to redo the Settings Activity over and over again. I’ve had enough; I’ve wasted too much time in my life doing the same code every time I start a new project. So I’ve decided to develop a way that creates the settings screen quickly and efficiently.

Compile

Via Gradle

// In you top level project build.gradle filerepositories { mavenCentral() // jcenter() is also working.}// In you application module build.gradle filedependencies { ... ... compile 'com.github.udioshi85:libGenericSettings:1.3.1'}

Via Maven

com.github.udioshi85 libGenericSettings 1.3.1 pom

Summary

I’ve created a sample app which covers all the supported types/views

Sample app codeIssues? Open issue on GitHubQuestion & Other help? Send email udioshi@gmail.comThis library was built for all developers who do not wish to do the Settings screen logic over and over again. You can do whatever you want with this library. No contribution is needed. You can clone/download full library code. I do wish to get your feedback about this library; I will maintain it as long as I’m considering myself an Android developer. Feel free to open issues / ask for new viewtypes / or just STAR this page.

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:DEV Gridcontrol 查询得到0条记录时显示自定义的字符提示/显示
下一篇:Oracle case when用法
相关文章

 发表评论

暂时没有评论,来抢沙发吧~