Wish Please wrap java library

Ilya G.

Active Member
Licensed User
Longtime User
Good evening, please wrap the java library SingleDateAndTimePicker



I recently tried to wrap with SLC, but get error:
B4X:
Starting step: Compiling Java code.
javac 1.8.0_281
C:\SimpleLibraryCompiler\singledateandtimepicker\src\main\java\com\github\florent37\singledateandtimepicker\DateHelper.java:3: error: cannot find symbol
import androidx.annotation.NonNull;
                          ^
  symbol:   class NonNull
  location: package androidx.annotation
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: C:\SimpleLibraryCompiler\singledateandtimepicker\src\main\java\com\github\florent37\singledateandtimepicker\widget\WheelPicker.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
 

tuhatinhvn

Active Member
Licensed User
Longtime User

You can easily make it by inline java code, here is code:

 

Attachments

  • B4ASimpleDatePicker.rar
    110.6 KB · Views: 127
Cookies are required to use this site. You must accept them to continue using the site. Learn more…