

In response to the planned closure, Digg also announced plans to build a Google Reader replacement, rebuilding its API and adding features to take advantage of the implicit recommendations of social network activity. They gave users a sunset period until July 1, 2013, to move their data and suggested: "If you want to retain your Reader data, including subscriptions, you can do so through Google Takeout." Īfter the closure announcement, Feedly said that more than 500,000 new users had joined them in the following 48 hours, and 3 million in the following two weeks.

On March 13, 2013, Google announced they were discontinuing Google Reader, stating the product had a loyal but declining following, and they wanted to focus on fewer products. In September 2007 product marketing manager Kevin Systrom (later, founder of Instagram) announced that Google Reader had graduated out of Google Labs. In January 2007 Google added video content from YouTube and Google Video to Reader. This also marked the addition of a sharing feature, which allowed readers to publish interesting items for other people to see. In September 2006 Google announced a redesign for Reader that included new features such as unread counts, the ability to "mark all as read", a new folder-based navigation, and an expanded view so people could quickly scan over several items at once. After working at Google he began a similar project with a small team that launched an improved product on October 7, 2005, as Google Reader.
#GOOGLE READER MOBILE APP SOFTWARE#
Note: Read It functionality is not available for content that requiresĪuthentication, such as articles locked for users without a subscription.In early 2001, software engineer Chris Wetherell began a project he called "JavaCollect" that served as a news portal based on web feeds. Provide contextual information as a JSON-LD object Provide a web URI for your content in the uri field of AssistContent. Showing the article you don't need to implement it for any in-progress or News articles, you implement onProvideAssistContent() in the final screen Implement onProvideAssistContent() for the final app activity in the user's When combining Read It functionality with built-in intents, you only need to ForĪndroid apps that already implement web-based content using WebViews orĬhrome Custom Tabs, we recommend using the same web URIs for Read It as a Information about the content, like its web URI and some basic context.Īssistant can then retrieve your content to be read out loud to the user. Providing content to Assistantįor Read It to access your content, your app must provide Assistant with We recommend you implement onProvideAssistContent() for any web-based contentĪnd any sharable entity in your app. Receive content directly, instead of as text or a screenshot. Users who receive shared app content can then be deep linked or This process helps maintain the structure of data as it's shared withĪssistant. To Assistant using the onProvideAssistContent() method. Listening to an app read web content out loudĪndroid apps with web-based content can support Read It by providing information To learn more about this feature, you can also read the Read web-based content out loud, highlight the words being read, and auto-scroll Users can say something like "Hey Google, read it." to have an app

#GOOGLE READER MOBILE APP ANDROID#
Read It is a Google Assistant feature available on Android devices that offersĪnother way for users to read long-form web content like news articles andīlog posts.
