File tree 3 files changed +6
-5
lines changed
app/src/main/java/com/amit 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
package com .amit .datetime ;
2
2
3
+ import java .util .Date ;
4
+
3
5
/**
4
6
* DateTimeUnits
5
7
* 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)}
7
9
*
8
10
**/
9
11
@ SuppressWarnings ("WeakerAccess" )
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ public DBHelper(Context context)
56
56
*
57
57
* parameter #2:
58
58
* @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
60
60
* 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
62
62
* - values.put("Name", "TEXT") - this for creating table
63
63
*
64
64
* parameter #3
Original file line number Diff line number Diff line change 1
- package com .amit .utilities ;
1
+ package com .amit .ui ;
2
2
3
3
import android .support .design .widget .TextInputEditText ;
4
4
import android .text .Editable ;
@@ -98,7 +98,6 @@ public void afterTextChanged(Editable s)
98
98
/**
99
99
* set char counter
100
100
* Shows live character counter for the number of characters
101
- * typed in the parameter {@link TextInputEditText}
102
101
*
103
102
* @param textInputEditText Characters to count from
104
103
* @param tvCounterView {@link android.widget.TextView} to show live character count in
You can’t perform that action at this time.
0 commit comments