Tagged Questions
0
votes
1answer
116 views
Best practice for replacinng the Parcelable interface
I usually use the interface Parcelable to pass data from one Activity to another. It is working fine if the data isn't that much. However, there are cases where I have to pass a lot of data to an ...
0
votes
1answer
230 views
NPE in an app with remote Service on some devices (market-specific?)
I have two apps: the first one is a remote service. It's manifest is:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mecom.framework"
...