Android Tutorial 67 - Passing Additional Information as Extras

Pubblicato il: 25 marzo 2014
sul canale di: Code Here Now
1,678
8

This is an excerpt from Learn by Doing - Android for Beginners on Udemy.
https://www.udemy.com/learn-by-doing-...

This lecture teaches you how to pass additional information to Activities using intents.

Things to Remember
-----------------------------
1. You can pass strings, integers, arrays, collections and POJOs implementing Parcelable or Serializable as extras.

2. To put additional information into your intents, use the Intent.putExtra(String, *) set of methods.

3. To retrieve an extra first get the intent that started your Activity using the Activity.getIntent() method.

4. Now use the Intent.getExtras() method or the Intent.get*Extra() set of methods to retrieve your extra.

5. Refer to this Android SDK Reference to inspect the list of put* and get* extras methods to have an elaborate idea.


In questa pagina del sito puoi guardare il video online Android Tutorial 67 - Passing Additional Information as Extras della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Code Here Now 25 marzo 2014, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 1,678 volte e gli è piaciuto 8 spettatori. Buona visione!