根据输入的关键字(keywords)搜索库信息(项目中实现了实时搜索、查看详情、分页和使用了MVVM)。
###一、实现的功能
-
- One search page, enter keywords, show the result include owner and repo’s name
-
- Click the result, into a detail page, show details
-
- Pagination
-
- Realtime searching(while you typing, show the result at the same time)
-
- Use MVVM(C)