Top "Pass-data" questions

How to pass data to view in Laravel?

Im passing data to my blade view with return View::make('blog', $posts); and in my blade view I'm trying …

php laravel pass-data laravel-views
How to pass data from 2nd activity to 1st activity when pressed back? - android

I've 2 activities, Activity1 and Activity2. In Activity1 I've a Button and TextView. When the button is clicked Activity2 is started. …

android android-activity parent-child pass-data
Pass array from controller to view - Codeigniter

I tried to print the array in the controller, before passing it to a view and this is the output …

php codeigniter undefined pass-data
Pass data through navigation back button

I am in this situation: I am passing 4 array from Progress Table to Detail Exercise using prepare for segue and …

ios swift uinavigationcontroller pass-data
Transfer file to webworker: DataCloneError: The object could not be cloned

I want to transfer a file from a form to a webworker. In chrome i simple can use this code …

file web-worker pass-data
how to pass data from activity to running service

I want to send data to the server periodically, I'm using background Service for that, but I want to send …

android android-intent service pass-data
How to pass data between UIViewControllers with protocols/delegates

In the code below I have a ViewController("SenderViewController"), which passes a message to the main ViewController when a button …

ios swift delegates protocols pass-data
How to navigate between pages in ionic 4 & 5?

I had a project that I developed with ionic 3. But I took a break and when I started working again …

ionic4 angular-router pass-data navparams ion-nav
Pass data between two Apps by url scheme in swift?

There are two test Apps called Sender & Receiver They communicate with each other by Url Scheme. I would like …

ios swift url-scheme pass-data
React Native Pass data between sibling views

I'm developing a simple todo-list app using React Native, my issue is the following: I have a NavigatorIOS at the …

react-native siblings pass-data navigator-ios