Android Tutorial [video] Common mistakes

Mahares

Expert
Licensed User
Longtime User
Great videos Erel. They will be a hit. It is also great to hear your crystal clear voice. Can you tell me what program do you use to create these videos and displaying the device screen?
 

GabrielM

Member
Licensed User
Longtime User
:icon_clap:

Wonderful lessons, a pleasure to watch.
Certainly wishing for more like this.
Thank you.
 

davepamn

Active Member
Licensed User
Longtime User
This is a critical video to watch.

I had problems, initially understand that a new object is instantiated by dim when adding to a list

B4X:
Dim p as point

dim list1 as list

list1.initialize

for i=1 to 10
    dim p as point
    p.initialize
    p.x=i
    p.y=i
    list1.add(p)
next
 

afu

New Member
Licensed User
Longtime User
why i can't see the video? it just can't play.what should i do ?
thank you very much.
 
Top