Android-bundle Questions
Ad
How to generate an APK (NOT APKS ) from AAB using bundletool?
I'm looking for a solution to generate an apk from android app bundle which will help me to share the app for internal testing rather publishing
Is a non-null object from intent?.extras? nullable?
Lets assume, there is a non-null enum mainflag object ( like enum class mainflag { param1, param2 }) in an activity by
Class X is not abstract and does not implement fun writeToParcel() defined in android.os.Parcelable
In my android app, i want to add a bundle including a place object described below to my intent. since serializable was slow and not
Get Activity's 1 Intent extras from Activity's 2 static fragment
I have the following scenario. i use an intent to go from selectrecipeactivity to recipestepsactivity. i use a bundle to
arguments in Fragment is still null
I'm trying to pass two strings through a bundle to my other fragment. problem is, that arguments are still null in oncreate. here is my code:
Android App Bundle Functionality Mismatch
In my nativescript application, i display something like following: item 1 of 10 item 2 of 10
java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 558780 bytes when navigating between fragment
I am using bundle to transfer data between activities and fragments. when i navigate from one fragment to new fragment, without
Intent.putExtra (key,value) is not working
I got a valueeventlistener query.addvalueeventlistener(new valueeventlistener() { @override public
Why does it not pass data when I pass bundle from one activity to another in android?
I am trying to pass private string from mainactivity to another activity. here is the code: mainactivity
How convert Bundle to WorkManager Data
I try to get rid of intentservice when handle gcm as described
Ad
Receiver to Alarm Activity bundle returning null, even with default bundle values assigned
I am trying to pass to strings from a broadcast receiver to an alarm activity but i keep getting a null pointer exception. i checked the
Passing List of Objects to Fragment
Class cholesterolpagingfragment: fragment() { companion object { fun newinstance(): cholesterolpagingfragment {
Ad
Blog Categories
Ad