Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试实现 homescreen 。我知道我们可以通过这个 线程使用 viewpager 来做到这一点。我已经使用 viewflipper 实现了水平滑动的主屏幕。我想在我的主屏幕上获得同样的效果。反正有没有这样做
谢谢你。
我使用以下代码来更新实体:
public int SaveCategory(Category category) { using (MyModel am = this.conn.GetContext()) { if (category.CategoryId > 0) {