Hello World! That’s how I ventured into programming. I still remember my first C program done in my college computer lab and a big bright smile on my face. Never a whiz kid or want to be. Nev…
Source: About
Hello World! That’s how I ventured into programming. I still remember my first C program done in my college computer lab and a big bright smile on my face. Never a whiz kid or want to be. Nev…
Source: About
In Android as you are aware, we cannot just pass object to activities. Object must be implement either serializable or parcelable Interface for passing objects to activites.
Serializable:
Parcelable:
I have come across a good article which talks in detail about the parcelable Vs Serializable.
Refer the link: http://www.developerphil.com/parcelable-vs-serializable/
reg the topic of parcelable hard to implement, you can very well use Android parcelable code generator plugin to make your life easy. refer the screenshot below.
Happy coding 🙂
If you are looking for a faster way to upload the images to all drawable folders ; look no further than android drawable importer plugin. It’s been supported in Intellij and Android studio. Small things but efficient way.
Refer https://github.com/winterDroid/android-drawable-importer-intellij-plugin
Refer screenshots on how to do it in Android studio.
Enjoy coding 🙂