Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06d2fa70 authored by Winson Chung's avatar Winson Chung
Browse files

Associated changes for 'Adding sample for collection widgets backed by content providers.'

Change-Id: Ic872675f4645497dd1478b6c7e3074b029ea66ad
parent cbcd9335
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -431,6 +431,8 @@ web_docs_sample_code_flags := \
		            resources/samples/TicTacToeLib "TicTacToeLib" \
		-samplecode $(sample_dir)/TicTacToeMain \
		            resources/samples/TicTacToeMain "TicTacToeMain" \
		-samplecode $(sample_dir)/WeatherListWidget \
		            resources/samples/WeatherListWidget "Weather List Widget Sample" \
		-samplecode $(sample_dir)/Wiktionary \
		            resources/samples/Wiktionary "Wiktionary" \
		-samplecode $(sample_dir)/WiktionarySimple \
+10 −0
Original line number Diff line number Diff line
@@ -604,6 +604,16 @@ var ANDROID_RESOURCES = [
      en: 'A simple Android home screen widgets example.'
    }
  },
  {
    tags: ['sample', 'widgets', 'newfeature', 'new'],
    path: 'samples/WeatherListWidget/index.html',
    title: {
      en: 'Weather List Widget Sample'
    },
    description: {
      en: 'A more complex collection-widget example which uses a ContentProvider as its data source.'
    }
  },
  {
    tags: ['sample', 'layout'],
    path: 'samples/XmlAdapters/index.html',
+27.7 KiB
Loading image diff...