Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
saunved1127y@calmyourtities
I didn't know you could use JQuery in Android development. Could you explain a bit more? -
To answer the topic, i learnt 99% of my android stuff by going through open source apps that were very well developed and clean
-
mnmn137yAndroid's architecture components is a great way to model architecture for relatively mid level to complex apps. Previously MVP was proposed by Google. They introduced it Google IO 17. And they have done hell of a job with it in my opinion. From handling data across configuration changes and fragment communication to persistent storage with Room. Here is a link to get started. Good luck.
https://developer.android.com/topic... -
saunved1127y@simpleJack That's an awesome tip! Could you share the links of a few projects you went through?
-
saunved1127yFound this. If anyone comes looking for an answer, this might be useful!
“20+ Awesome Open-Source Android Apps To Boost Your Development Skills” @aritraroy https://blog.aritraroy.in/20-awesom...
Related Rants
I was wondering how I can go about with the development of an Android app.
I've made a few small apps, but I want to make something a little more complex.
I've made the use case diagrams, high-fidelity prototypes and the database schema is almost ready.
I'm just stuck with how to model the app. Which architecture to use? How to actually implement a complex project?
question
java
app
architecture
android