This is my Android view example.
MyViewExample is hosted in the following web site
https://github.com/zzmstring/MyViewExample
If you think the Android project MyViewExample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of MyViewExample.
Item | Value |
---|---|
Java File Count | 11 |
Target SDK Version | 16 |
Minimum SDK Version | 14 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.VIBRATE android.permission.WRITE_EXTERNAL_STORAGE |
MyViewExample has the following Java source files.
com.example.myviewexample.MainActivity.java com.example.myviewexample.activity.DragGridViewActivity.java com.example.myviewexample.adapter.DragAdapter.java com.example.myviewexample.application.MyApplication.java com.example.myviewexample.bean.ChannelItem.java com.example.myviewexample.dao.ChannelDao.java com.example.myviewexample.dao.ChannelDaoInface.java com.example.myviewexample.dao.ChannelManage.java com.example.myviewexample.database.SQLHelper.java com.example.myviewexample.utils.ParamsUtil.java com.example.myviewexample.view.DragGrid.java