Share My Creation Overview of my creations(Free and paid sorce code)

1. Covid App ui (Free Source code)
Simple application, with a friendly interface. Use an API to load data about Covid-19 in the world or in a specific region, Use Portuguese as a language but you can easily change.

API Reference:
https://disease.sh/v3/covid-19/
CovidApp.jpg


Download: CovidApp.zip

2. Music Leiror (UI only & Free source code)
Uses basic concepts of building an interface in B4A, without using external libraries. You can learn how to interface easily.


Download: GDriver

3. Splash+Login+Register( Free Source code)
One day you will create an application that requires user login (you are sure of that lolll), so use this simple, free and intuitive model
Splas+Login+Register.jpg


Download:LOGINUI-AbdulCadre.zip

4. Crud(Create, Read, Update, Delete) Mysql database with B4A( Free Source code)
The application uses PHP to make a Mysql connection and returns to a Json String, which using B4A's JSON library we can return to the data inserted in the tables :)

Mysql.jpg

Donwload: Gdriver


5. Transition effect between activity( Free source code)
Activity transitions in Material Design applications provide visual connections between different states through movements and transformations between common elements. You can specify custom animations for inbound and outbound transitions and for transitions of elements shared between activities.

CTBA.jpg


Download: Custom transitions between activities.zip


6. Real-time chat application (Paid )
Reference: Post
ChatApp is a Real time chatting application.
Developed in B4A, along with php and mysql, the application can be easily modified and customized.
App Features
  1. Mysql database
  2. One by one chat
  3. Group Chatting
  4. Single Video & Audio Call
  5. Sent/Recived Indicatior with realtime update
  6. Last seen online update
  7. Copy/ Delete Message easily
  8. Push Notification for new message
  9. Metarial Design
  10. Image Sharing
  11. Video Sharing
  12. Audio Sharing
  13. Contact sharing
  14. File Sharing
  15. Emoji Support
  16. Simple installation.
  17. Perfect for studying programming in B4A
  18. Manage profile
  19. And more...
Appchatv1.jpg


appchatv1.1.jpg



To buy: [email protected]
I hope these items help those in need and are useful, any doubts, tips or suggestions can write here that I will read with great affection.



Buy a coffee :) :po_O



 

Attachments

  • CovidApp.zip
    76.5 KB · Views: 845
  • musicPlayerUI.jpg
    musicPlayerUI.jpg
    123.7 KB · Views: 348
  • Custom transitions between activities.zip
    29.9 KB · Views: 673

Xfood

Expert
Licensed User
hello, congratulations on your work, very nice and useful. Thank you so much


P.s.
Link LOGINUI-AbdulCadre.zip no active
 

imbault

Well-Known Member
Licensed User
Longtime User
1. Covid App ui (Free Source code)
Simple application, with a friendly interface. Use an API to load data about Covid-19 in the world or in a specific region, Use Portuguese as a language but you can easily change.

API Reference:
https://disease.sh/v3/covid-19/
View attachment 109257

Download: CovidApp.zip

2. Music Leiror (UI only & Free source code)
Uses basic concepts of building an interface in B4A, without using external libraries. You can learn how to interface easily.


Download: GDriver

3. Splash+Login+Register( Free Source code)
One day you will create an application that requires user login (you are sure of that lolll), so use this simple, free and intuitive model
View attachment 109265

Download:LOGINUI-AbdulCadre.zip

4. Crud(Create, Read, Update, Delete) Mysql database with B4A( Free Source code)
The application uses PHP to make a Mysql connection and returns to a Json String, which using B4A's JSON library we can return to the data inserted in the tables :)

View attachment 109267
Donwload: Gdriver


5. Transition effect between activity( Free source code)
Activity transitions in Material Design applications provide visual connections between different states through movements and transformations between common elements. You can specify custom animations for inbound and outbound transitions and for transitions of elements shared between activities.

View attachment 109270

Download: Custom transitions between activities.zip


6. Real-time chat application (Paid )
Reference: Post
ChatApp is a Real time chatting application.
Developed in B4A, along with php and mysql, the application can be easily modified and customized.
App Features
  1. Mysql database
  2. One by one chat
  3. Group Chatting
  4. Single Video & Audio Call
  5. Sent/Recived Indicatior with realtime update
  6. Last seen online update
  7. Copy/ Delete Message easily
  8. Push Notification for new message
  9. Metarial Design
  10. Image Sharing
  11. Video Sharing
  12. Audio Sharing
  13. Contact sharing
  14. File Sharing
  15. Emoji Support
  16. Simple installation.
  17. Perfect for studying programming in B4A
  18. Manage profile
  19. And more...
View attachment 109263

View attachment 109271


To buy: [email protected]
I hope these items help those in need and are useful, any doubts, tips or suggestions can write here that I will read with great affection.



Buy a coffee :) :po_O




Hi,

I tried the Covid App, then the App crash when I try any of the buttons, with those errors in the log :


Logger connected to: R58M36R1DQB
--------- beginning of crash
--------- beginning of main
--------- beginning of system
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (act_login) Create, isFirst = true **
** Activity (act_login) Resume **
*** Service (httputils2service) Create ***
** Service (httputils2service) Start **
java.lang.IllegalStateException: Underflow in restore - more restores than saves
at android.graphics.Canvas.restore(Canvas.java:679)
at com.andexert.library.RippleView.draw(RippleView.java:146)
at android.view.View.updateDisplayListIfDirty(View.java:22066)
at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:5214)
at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:5186)
at android.view.View.updateDisplayListIfDirty(View.java:22021)
at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:5214)
at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:5186)
at android.view.View.updateDisplayListIfDirty(View.java:22021)
at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:5214)
at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:5186)
at android.view.View.updateDisplayListIfDirty(View.java:22021)
at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:5214)
at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:5186)
at android.view.View.updateDisplayListIfDirty(View.java:22021)
at android.view.ThreadedRenderer.updateViewTreeDisplayList(ThreadedRenderer.java:588)
at android.view.ThreadedRenderer.updateRootDisplayList(ThreadedRenderer.java:594)
at android.view.ThreadedRenderer.draw(ThreadedRenderer.java:667)
at android.view.ViewRootImpl.draw(ViewRootImpl.java:4267)
at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:4051)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:3324)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:2204)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:9003)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:996)
at android.view.Choreographer.doCallbacks(Choreographer.java:794)
at android.view.Choreographer.doFrame(Choreographer.java:729)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:981)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:237)
at android.app.ActivityThread.main(ActivityThread.java:7948)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1075)
 

imbault

Well-Known Member
Licensed User
Longtime User
hello, what version of ripple library are you using?
I recommend removing this library and commenting on the codes it is in.

You'r right, without Ripple lib, it works better, it was RippleEffect Lib Version V 1.00

Thank you
 
Top