From 34b43ec174845d8a8240d27acdbb297955a39367 Mon Sep 17 00:00:00 2001 From: "Gautam krishna.R" Date: Thu, 9 Mar 2017 16:30:11 +0530 Subject: [PATCH] New android views cheatsheet (#3697) * Create android-views.json * Update android-views.json * Update android-views.json * Update android-views.json * Update android-views.json * Update android-views.json --- .../cheat_sheets/json/android-views.json | 103 ++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 share/goodie/cheat_sheets/json/android-views.json diff --git a/share/goodie/cheat_sheets/json/android-views.json b/share/goodie/cheat_sheets/json/android-views.json new file mode 100644 index 00000000000..b56d1142ac9 --- /dev/null +++ b/share/goodie/cheat_sheets/json/android-views.json @@ -0,0 +1,103 @@ +{ + "id": "android_views_cheat_sheet", + "name": "Android Views", + "description": "A list of Common Android views (Based on an app with minimum SDK version of Ice Cream Sandwich)", + "metadata": { + "sourceName": "GitHub", + "sourceUrl": "https://github.com/jaapdejong/android-development-for-beginners--ud837/blob/master/Common%20Android%20Views%20Cheat%20Sheet.pdf" + }, + "aliases": [ + "android layout", + "common android views" + ], + "template_type": "terminal", + "section_order": [ + "TextView", + "ImageView", + "Button", + "View", + "EditText", + "Spinner", + "CheckBox", + "Radio Button", + "RatingBar", + "Switch", + "SeekBar", + "SearchView", + "Loading Spinner", + "Horizontal Loading Indicator" + ], + "sections": { + "TextView": [ + { + "key": "" + } + ], + "ImageView": [ + { + "key": "" + } + ], + "Button": [ + { + "key": "" + } + ], + "View": [ + { + "key": "" + } + ], + "EditText": [ + { + "key": "" + } + ], + "Spinner": [ + { + "key": "", + "val": "Create SpinnerAdapter in Java code to populate the options" + } + ], + "CheckBox": [ + { + "key": "" + } + ], + "Radio Button": [ + { + "key": "\n\n\n" + } + ], + "RatingBar": [ + { + "key": "" + } + ], + "Switch": [ + { + "key": "" + } + ], + "SeekBar": [ + { + "key": "" + } + ], + "SearchView": [ + { + "key": "" + } + ], + "Loading Spinner": [ + { + "key": "" + } + ], + "Horizontal Loading Indicator": [ + { + "key": "" + } + ] + } +}