Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
68 views

I have some data classes for my Android app, and would like to play around with them in a scratch file (or something similar). As long as they don't use the Android Platform API, I can use them in a ...
2 votes
2 answers
393 views

I just updated my Android Studio to the latest version and started creating a new project, and I am facing problems with the latest Android dependencies system I tried with id("kotlin-parcelize&...
0 votes
1 answer
112 views

I am trying to send a timestamp to another activity using intent.putExtra("timeStamp", timeStamp) however on some versions of android (it seems to be older versions in general) I get the ...
0 votes
1 answer
154 views

On the documentation they say this: Basic usage Implement ListDetailPaneScaffold as follows: Use a class that represents the content to be selected. This class should be Parcelable to support saving ...
0 votes
2 answers
42 views

I am working on a flutter project that integrate RFID android pistol device to the application. Using pigeon to communicate to native android api. While debuging android studio at RFID device I ca ...
0 votes
1 answer
483 views

When I unparcel my Kotlin data object class, a Log.wtf is called internally somewhere alerting me that it expected a certain amount of bytes, however some of those were not found. Unparcelling of ...
0 votes
1 answer
173 views

I have 3 classes @Parcelize open class Parent():Parcelable data class Child1():Parent data class Child2():Parent I want to pass data from one activity to another in container class which is class ...
2 votes
1 answer
1k views

I'm using the "Now in Android" multi module application as my "learn by example" base however I've hit another snag from a requirement to my data classes to support Parceable. As ...
0 votes
1 answer
410 views

Here is my class: public class OutstandingContact implements Parcelable { public String phoneNumber; public String gstIn; public String cin; public String email; public String ...
Ankur's user avatar
  • 759
-1 votes
1 answer
874 views

i am trying to pass data object from one activity to another activity using parcelable. it doesn't work in api 30 and android 11 version. i would like to know how can i pass a large size object in ...
0 votes
1 answer
244 views

I'm trying to serialize an android.print.PrinterInfo object to JSON using Gson (version 2.9.0): val type: Class<*> = data.javaClass json.beginObject() json.name(type.name) json.value(gson.toJson(...
Gábor's user avatar
  • 10.4k
0 votes
1 answer
621 views

With the introduction of Stable AIDL, defined parcelables are required to be structured (Parcelables with their fields defined in AIDL are called structured parcelables). https://source.android.com/...
wic's user avatar
  • 11
0 votes
1 answer
181 views

when i use kotlin-parcelize in my application,after i build my project ,i get a error : can't find symbol readFromParcel. this is my BtDevice kotlin file : import android.os.Parcelable ...
0 votes
1 answer
38 views

I have a base generic abstract class, lets call it Base<T> class. This class extended by few subclass, with different types for T mData. Let's say that I have class Sub1 extends Base<byte []&...
0 votes
0 answers
28 views

I'm a Android Coder,The version of ObjectBox I was using was 3.1.2, and I couldn't make the entity class implement the Parcelable interface. If I did, I would get an error at run time ==> [class ...

15 30 50 per page
1
2 3 4 5
...
111

AltStyle によって変換されたページ (->オリジナル) /