java - Add an ArrayList<Boolean> to an Android Intent -


i'm attempting add arraylist<boolean> intent in android , retrieve it.

there methods add , retrieve integer, string, etc. arraylists , intents, don't see arraylist<boolean>. now, i'm having convert arraylist<boolean> boolean[], add intent, , convert arraylist<boolean> when retrieve intent.

is there simpler way?

call putextra(...) on intent, , throw in arraylist. when retrieving, cast returned value getserializableextra method call arraylist<boolean>.

more info: http://developer.android.com/reference/android/content/intent.html#putextra(java.lang.string, java.io.serializable)


Comments

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -