help me on scroll view

ryoma

New Member
hi everyone... im newbie here..i need to build 1 application base information.. i need to create scroll view(it can scroll by touch screen directly)... on that scroll view got some image and also information... something like give information.. im searching for the example.. but cant find. :sign0085: can anyone help me..or give me any example.. :( " it would be nice if when we click the image we can enlarge it =) " .. ty for those who willing to help me... really appreciate it...i want my application look like that image



for those who have example..can email me ty :sign0013:
 

Attachments

  • 112122730.png
    112122730.png
    78.9 KB · Views: 204

PenguinHero

Member
Licensed User
Longtime User
Hi Ryoma,

There are quite a few scroll view examples in this post, with source code:
http://www.b4x.com/forum/basic4andr...23-scrollview-examples-summary.html#post47137

You can have a border around your scroll view if you wish, and it is certainly possible to change the size of an image on clicking it, if you want to use predefined (or calculated) sizes.

Have a look at those examples, and if you have any further questions just ask away.
 
Upvote 0

ryoma

New Member
penguinHero =)

Ty penguinHero i have seen those example... and already review all the coding.. the problem is i try to make something like long text and at the same time i want insert image in there too =(
 
Upvote 0

HotShoe

Well-Known Member
Licensed User
Longtime User
hdpavan

Your examples are for java development and have nothing to do with Basic4Android.

To the original poster, I don't understand what you want. You can have as many items on a scrollview as you wish, and they can be of all types of views.

--- Jem
 
Upvote 0

mc73

Well-Known Member
Licensed User
Longtime User
If you don't need any sort of controls, you can simply append your whole form as HTML inside a webView.
 
Upvote 0

IanMc

Well-Known Member
Licensed User
Longtime User
ScrollView is a bitch (female dog) spawned in hell

You can load stuff into it but its too stupid! to know what you've loaded into it and so you have to tell it, AFTER you've loaded stuff into it, how big that stuff is. STUPID..... but when you know that and account for it then its rather cool :)
 
Upvote 0
Top