File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
app/src/main/java/com/amit Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11package com .amit .datetime ;
22
3+ import java .util .Date ;
4+
35/**
46 * DateTimeUnits
57 * Define units used by {@link DateTimeUtils#getDateDiff(Date, Date, DateTimeUnits)}
6- * and also {@link DateTimeUtils#formatDate (long, DateTimeUnits)}
8+ * and also {@link DateTimeUtils#formatTimeStampToDate (long, DateTimeUnits)}
79 *
810**/
911@ SuppressWarnings ("WeakerAccess" )
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ public DBHelper(Context context)
5656 *
5757 * parameter #2:
5858 * @param values - This parameter is an object of LinkedHashMap
59- * - this parameter will contain set of Key & Value
59+ * - this parameter will contain set of Key and Value
6060 * to create table or insert data or update we will have to pass this parameter with data
61- * - FOR EXAMPLE: - values.put("Name", "'Amit'") - this for inserting data & updating data
61+ * - FOR EXAMPLE: - values.put("Name", "'Amit'") - this for inserting data and updating data
6262 * - values.put("Name", "TEXT") - this for creating table
6363 *
6464 * parameter #3
Original file line number Diff line number Diff line change 1- package com .amit .utilities ;
1+ package com .amit .ui ;
22
33import android .support .design .widget .TextInputEditText ;
44import android .text .Editable ;
@@ -98,7 +98,6 @@ public void afterTextChanged(Editable s)
9898 /**
9999 * set char counter
100100 * Shows live character counter for the number of characters
101- * typed in the parameter {@link TextInputEditText}
102101 *
103102 * @param textInputEditText Characters to count from
104103 * @param tvCounterView {@link android.widget.TextView} to show live character count in
You can’t perform that action at this time.
0 commit comments