Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

parcelable

Safe Args: use list of parcelables

April 6, 2024 by Tarik
Categories android Tags android, android-architecture-navigation, parcelable Leave a comment

Help with passing ArrayList and parcelable Activity

December 26, 2023 by Tarik
Categories android Tags android, android-activity, parcelable Leave a comment

Android, How to use readTypedList method correctly in a Parcelable class?

December 9, 2023 by Tarik
Categories java Tags android, arraylist, java, nullpointerexception, parcelable Leave a comment

Pass ArrayList

December 4, 2023 by Tarik
Categories android Tags android, arraylist, parcelable Leave a comment

ClassNotFoundException when unmarshalling: android.support.v4.view.ViewPager$SavedState

December 3, 2023 by Tarik
Categories android Tags android, android-viewpager, parcelable Leave a comment

what is difference between Parcelable and Serialization used in android

December 3, 2023 by Tarik
Categories android Tags android, parcelable, serializable Leave a comment

The getParcelableExtra method is deprecated

October 10, 2023 by Tarik
Categories android Tags android, android-intent, parcelable Leave a comment

Arraylist in parcelable object

September 21, 2023 by Tarik

reviews and authors are both null. You should first initialize the ArrayList. One way to do this is chain the constructor: public Movie (Parcel in) { this(); readFromParcel(in); }

Categories java Tags android, arraylist, java, parcelable, typed Leave a comment

Companion Objects in Kotlin Interfaces

September 19, 2023 by Tarik

In Kotlin, an interface can have a companion object but it is not part of the contract that must be implemented by classes that implement the interface. It is just an object associated to the interface that has one singleton instance. So it is a place you can store things, but doesn’t mean anything to … Read more

Categories android Tags android, kotlin, parcelable Leave a comment

Migrate to the new kotlin-parcelize

August 25, 2023 by Tarik

That’s a bug in kapt and it’s reported here. Actually the java code you posted is a stub class which generated by kapt to run annotation processors on it (as you can see, there is no real implementation, just the structure and annotations). So as a workaround you can move the code with @Parcelize annotations … Read more

Categories android Tags android, kotlin, parcelable Leave a comment
Older posts
Page1 Page2 … Page4 Next →

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa