Can we copy "nowinandroid" android source code from github and customise it according my app needs?

134 Views Asked by At

I see that "nowinAndroidApp" has all the best practices and has many generic common modules like database, restapi, connectivitystatus and preferences for an app to be developed from scratch in compose now a days. Instead of re-inventing the wheel, Can I copy and customise according to my own application needs?

I have searched many places to learn jetpack compose in real time projects. However I see that "nowinandroid" only meets my expectation.

1

There are 1 best solutions below

1
SURYA S R On

Now In Android app is for reference purposes.

I suggest you to check its source code and implement it in your code. Because if any issues arises, you need to have knowledge to fix it.