为了阅读android通知,我们需要创建一个扩展<% @home_blogs.each do |p| %>
<div class="blog_post_content">
<div class="cover-photo">
<%= image_tag p.image_url(:medium).to_s %>
</div>
<h3 class="post-title"><%= p.name %> | <%= p.created_at.to_date %></h3>
<% if p.entry.length > 200 %>
<div class="post-text"><%= truncate(p.entry, length: 200, escape: false) %>
<a href="p" >read more</a>
</div>
<div class="hashtags"><%= image_tag("if__hashtag_2559811.png", style: 'height:50px;width:50px;')%><b><%= p.all_hashes %></b></div>
</div>
<br />
<% end %>
<% end %>
<br />
类的自定义类。但是我不明白这种方法的内部作用是什么?
NotificationListenerService
任何人都可以解释此代码的工作原理吗?
答案 0 :(得分:0)
我建议阅读一些有关Android的文档: