You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find a good fact, its source, and an image related to it. Pass the fact as a string to info, source to source , and after adding image to Android Studio using Resource Manager, the image resource id to imageId . Also pass the type of the fact as one of the following types depending on relevence:
Finally pass your GitHub user id as the submittedBy parameter.
All these must be passed to the list in Datasource.kt file wrapped in the object of data class Fact
The text was updated successfully, but these errors were encountered:
Steps to add fact to app
Find a good fact, its source, and an image related to it. Pass the fact as a string to
info
, source tosource
, and after adding image to Android Studio using Resource Manager, the image resource id toimageId
. Also pass thetype
of the fact as one of the following types depending on relevence:Finally pass your GitHub user id as the
submittedBy
parameter.All these must be passed to the list in Datasource.kt file wrapped in the object of data class
Fact
The text was updated successfully, but these errors were encountered: