Optional - Set format on save and any global prettier options
npm i -D eslint prettier eslint-plugin-prettier eslint-config-prettier eslint-plugin-node eslint-config-node
| /** | |
| * {@link WordAdapter} is an {@link ArrayAdapter} that can provide the layout for each list | |
| * based on a data source, which is a list of {@link Word} objects. | |
| * | |
| */ | |
| public class WordAdapter extends ArrayAdapter<Word> { | |
| WordAdapter(@NonNull Context context, ArrayList<Word> wordArrayList) { | |
| // Here, we initialize the ArrayAdapter's internal storage for the context and the list. | |
| // the second argument is used when the ArrayAdapter is populating a single TextView. |
| //https://stackoverflow.com/questions/50360443/parsing-json-that-has-a-nested-array-of-objects-in-dart | |
| genres = (jsonMap['genres'] as List).map((i) => Genre.fromJson(i)).toList() | |
| ///JSON Data | |
| //{ | |
| // "adult": false, | |
| // "backdrop_path": "/wrqUiMXttHE4UBFMhLHlN601MZh.jpg", | |
| // "belongs_to_collection": null, | |
| // "budget": 120000000, | |
| // "genres": [ | |
| // { |
| # GET VERSION | |
| npm -v (or --version) | |
| # GET HELP | |
| npm help | |
| npm | |
| # CREATE PACKAGE.JSON | |
| npm init | |
| npm init -y (or --yes) |
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |