用过Iphone版的,今天发现android版的界面也挺漂亮的,不知道是不是用默认的UI组件堆出来的?还是需要自己画的?

解决方案 »

  1.   

    风格上很像iphone的风格,从上到下这四大块吧
    A 产品分类
    B 新品排序
    C 列表
    D 凡客诚品
      

  2.   

    converflow效果,很好实现的,你可以从gallery中改出来的,过去我做过,简单计算下,处理下手势移动
      

  3.   

    能说说ABCD都用到什么控件吗?
      

  4.   

    算法混淆后,反汇编没用的,你们都用dex2jar配合jd这样的,很容易加强保护的,关键是掌握开发技术
      

  5.   

    就是想问下这几个都用的是什么控件
    刚载入那个不就是gallery吗?
      

  6.   


    想多了,它其实就是用的很简单的ImageView。    <LinearLayout android:orientation="horizontal" android:id="@id/buttom" android:background="@drawable/home_menu_bg" android:layout_width="fill_parent" android:layout_height="50.0dip" android:layout_alignParentBottom="true">
            <ImageView android:id="@id/index" android:layout_width="64.0dip" android:layout_height="fill_parent" android:src="@drawable/home_menu_home_normal" />
            <ImageView android:id="@id/classify" android:layout_width="64.0dip" android:layout_height="fill_parent" android:src="@drawable/home_menu_class_normal" />
            <ImageView android:id="@id/search" android:layout_width="64.0dip" android:layout_height="fill_parent" android:src="@drawable/home_menu_search_normal" />
            <ImageView android:id="@id/shopcar" android:layout_width="64.0dip" android:layout_height="fill_parent" android:src="@drawable/home_menu_shopping_normal" />
            <ImageView android:id="@id/more" android:layout_width="64.0dip" android:layout_height="fill_parent" android:src="@drawable/home_menu_more_normal" />
        </LinearLayout>
      

  7.   

    中间是webview,界面很一般吧。难度也很小。
      

  8.   


    中间不是webview 是个ListView。
      

  9.   

    我以为楼主是做,一载入进去,类似htc touch flo的那个图片切换呢,你们可以看看哦,