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
01<?xml version="1.0" encoding="utf-8"?>
02<manifest
04  package       = "com.ecs.wenchen.dynamiccheckbox">
05  <application
06    android:icon  = "@mipmap/ic_launcher"
07    android:label = "Dynamic Checkbox"
08    android:theme = "@style/AppTheme">
09    <activity
10      android:name  = ".MainActivity"
11      android:label = "@string/app_name">
12      <intent-filter>
13        <action   android:name = "android.intent.action.MAIN" />
14        <category android:name = "android.intent.category.LAUNCHER" />
15      </intent-filter>
16    </activity>
17  </application>
18</manifest>




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