You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Java/ConfigurationManagerExample/app/src/main/java/com/datalogic/configurationmanagerexampleapp/fragments/FragmentFive.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,10 @@
22
22
23
23
importjava.util.HashMap;
24
24
25
-
/** "Intent Interface" Fragment **/
25
+
/** "Intent Interface" Fragment
26
+
* Use intent interface to change configuration manager properties
Copy file name to clipboardExpand all lines: Java/ConfigurationManagerExample/app/src/main/java/com/datalogic/configurationmanagerexampleapp/fragments/FragmentFour.java
Copy file name to clipboardExpand all lines: Java/ConfigurationManagerExample/app/src/main/java/com/datalogic/configurationmanagerexampleapp/fragments/FragmentOne.java
Copy file name to clipboardExpand all lines: Java/ConfigurationManagerExample/app/src/main/java/com/datalogic/configurationmanagerexampleapp/fragments/FragmentThree.java
Copy file name to clipboardExpand all lines: Java/ConfigurationManagerExample/app/src/main/java/com/datalogic/configurationmanagerexampleapp/fragments/FragmentTwo.java
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,12 @@
21
21
importjava.util.ArrayList;
22
22
importjava.util.List;
23
23
24
-
/** "Show Group Status" Fragment **/
24
+
/** "Show Group Status" Fragment
25
+
* Learn how to get a group status and its related properties.
0 commit comments