Questions tagged [parcel]

In Android, a Parcel is a container for a message (data and object references). It's a high-performance alternative to Java's standard serialization.

This should not be confused with That Parcel is an application bundler for HTML, CSS, and Js

537 questions
0
votes
2 answers

android sms sendtextmessage throws readexception

I am using the following code to send sms from my application. It works ok on my Galaxy pop device. But getting Readexception in Premium Galaxy devices. Please let me know what could be the problem. SmsManager smgr = SmsManager.getDefault(); …
user1123931
  • 479
  • 1
  • 8
  • 24
0
votes
2 answers

How many data a Parcel can store?

I encountered a problem using Parcelables to share Informations between Activitys. I have no Problem with the implementation, but with its behavior on some phones. It seems, that the information stored inside is just too much. This leads to…
Rafael T
  • 15,401
  • 15
  • 83
  • 144
0
votes
1 answer

Android is Parcelable data available after garbage collection?

Is parcelable data persistent? I have some variables that I destroy in android lifecycle functions such as onDestroy() , but what about things written to parcelable? Ultimately I would want to pass elements of my parcelable objects via intents,…
CQM
  • 42,592
  • 75
  • 224
  • 366
-1
votes
0 answers

How to do parcel configuration in an angular applicatoin?

I have created a new anular cli version 16. now I want to add parcel to my develoment and prodution build as custom configuration I don't want to use angular cli to all this. Can anyone please halp me how can I achive this?
Ashwani kumar
  • 99
  • 1
  • 11
-1
votes
1 answer

Use JS function from external JS file

Using AlpineJS I have the folowing HTML and JS: