摘要:
/** * Adapter for grid of coupons. */ private static class CouponAdapter extends BaseAdapter { private LayoutInflater mInflater; private List mAllCoupons; /**... 阅读全文
posted @ 2016-05-28 18:15
狂奔的小狮子
阅读(173)
评论(0)
推荐(0)
摘要:
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ma... 阅读全文
posted @ 2016-05-28 17:30
狂奔的小狮子
阅读(2474)
评论(0)
推荐(0)