Share My Creation Todo List (source code)

todo-B4A

1.png
2.png
3.png


Made with ❤ in B4X
Source code: https://github.com/pyhoon/todo-b4a

YouTube tutorial:


For B4i:

Update on 13 Aug 2021: Uploaded to Play store to test new App Bundle

Tutorial for uploading this app to Play Store:
 
Last edited:

aeric

Expert
Licensed User
Longtime User
Made with ❤ in B4X

XUI Views V2.29 - New MadeWithLove custom view:

B4A_8vRB3JuB5K.png


Show your love to B4X and help us spread the word about B4X :)

 
Last edited:

Beja

Expert
Licensed User
Longtime User
Hi Aeric,
Thanks for sharing this.. sorry but I couldn't find the source code zip file at github.
 

Beja

Expert
Licensed User
Longtime User
Hi Aeric,

Today I tried to compile the project and found this error at compile time.. (no logs)

B4A Version: 9.80
Java Version: 8
Parsing code. (0.52s)
Building folders structure. (1.19s)
Compiling code. (0.79s)
Compiling layouts code. (0.08s)
Organizing libraries. (0.00s)
(Android Support Library)
Generating R file. Error
res\values\theme.xml:3: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
res\values\theme.xml:6: error: Error: No resource found that matches the given name: attr 'colorAccent'.
res\values\theme.xml:4: error: Error: No resource found that matches the given name: attr 'colorPrimary'.
res\values\theme.xml:5: error: Error: No resource found that matches the given name: attr 'colorPrimaryDark'.
res\values\theme.xml:8: error: Error: No resource found that matches the given name: attr 'windowActionBar'.
res\values\theme.xml:7: error: Error: No resource found that matches the given name: attr 'windowNoTitle'.
=====================================================================

Any meaning?
thank
 

Jorge M A

Well-Known Member
Licensed User
The appcompat library is not available in the github. can you send a link
Use the search engine.
 

Almora

Active Member
Licensed User
Longtime User
hi..
There is an error when I try.
** Activity (main) Create, isFirst = true **
Error occurred on line: 42 (Main)
java.lang.RuntimeException: java.lang.ClassNotFoundException: my.b4a.todo.madewithlove
at anywheresoftware.b4a.keywords.LayoutBuilder.loadLayout(LayoutBuilder.java:170)
at anywheresoftware.b4a.objects.ActivityWrapper.LoadLayout(ActivityWrapper.java:209)
at my.b4a.todo.main$ResumableSub_Activity_Create.resume(main.java:428)
at my.b4a.todo.main._activity_create(main.java:398)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:732)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:351)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:255)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:144)
......
....
...
 

josejad

Expert
Licensed User
Longtime User
Have you updated XUI Views to v2.29?
V2.29 - New MadeWithLove custom view
 

aeric

Expert
Licensed User
Longtime User
hi..
There is an error when I try.
** Activity (main) Create, isFirst = true **
Error occurred on line: 42 (Main)
java.lang.RuntimeException: java.lang.ClassNotFoundException: my.b4a.todo.madewithlove
at anywheresoftware.b4a.keywords.LayoutBuilder.loadLayout(LayoutBuilder.java:170)
at anywheresoftware.b4a.objects.ActivityWrapper.LoadLayout(ActivityWrapper.java:209)
at my.b4a.todo.main$ResumableSub_Activity_Create.resume(main.java:428)
at my.b4a.todo.main._activity_create(main.java:398)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:732)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:351)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:255)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:144)
......
....
...
Do you see any missing library in log? The required library is XUI Views v2.29 to show the MakeWithLove customview. If you have it, try Clean the project and compile again.
 

aeric

Expert
Licensed User
Longtime User
Optional components:
MakeWithLove custom view - you can remove it from designer if you want. It is added to show support to B4X.
AppCompat library is use to change colour for status bar and accent. You can use default theme in manifest editor without creating custom theme.
 

Almora

Active Member
Licensed User
Longtime User
Have you updated XUI Views to v2.29?
V2.29 - New MadeWithLove custom view

this worked ..
thanks..
 
Top