Dynamic Checkboxes

Check 370

Add 350


Add 513

Check 350
and 513


Many times, the UI is unknown when the app is developed. For example, the search results are varied based on the queries. This app, based on Android Hub 4 You, allows users to
DynamicCheckbox/app/src/main/AndroidManifest.xml
<?xml version="1.0" encoding="utf-8"?>
<manifest
  xmlns:android = "http://schemas.android.com/apk/res/android"
  package       = "com.ecs.wenchen.dynamiccheckbox">
  <application
    android:icon  = "@mipmap/ic_launcher"
    android:label = "Dynamic Checkbox"
    android:theme = "@style/AppTheme">
    <activity
      android:name  = ".MainActivity"
      android:label = "@string/app_name">
      <intent-filter>
        <action   android:name = "android.intent.action.MAIN" />
        <category android:name = "android.intent.category.LAUNCHER" />
      </intent-filter>
    </activity>
  </application>
</manifest>




      Authority without wisdom is like a heavy axe without an edge,    
      fitter to bruise than polish.    
      ― Anne Bradstreet