Hi Sanjeev, Is there a way of calling an image into listview from a url? I have a listview calling data from a mysql database, which from time to time I add an extra item and I would like to include an image for that item. Many thanks, and keep up the good work!!
@@simtrainz Add the url to a List Map with some key Then display the ListMap in Custom ListView In onbindcustomview use Block, imageview load image with url.
@@sketchwarehelp that was the first thing I tried it just crashes the app. I have a field in the database table called image, I bind it the same as the txt but use the imageview load with url but it doesn't work :(
Hello sir,.... Please make a video on playing soundpool with listview.....I mean Add multiple sounds with soundpool and show it as lostview....so that we can scroll down... My concept is that... I have to creat a soundpool app with multiple sound. For example... I am creating a soundpool app.I want to add 50sounds in this app as sound poll.But I want to add all the sounds in a page as listview so that soundpolls (Sounds) can be played one by one and we can select sounds by scrolling up and down... How to creat such an app???? Please make a video....I am your regular watcher....and also I showed your video to my two best friends.... Please sir make a video on it.... If you did not understand the concept please replay....I will explain in hindi.... I will be helpfull if you make video on it..... Yours regular viewer Atmasri Basumatary Bajali Girls Science and commerce Academy Assam,India
In your project you can add a good number of image as it is icon but in case of high resolution image after input a few number of image(like 30 ) it will show error due to lack of memory space.That is why it will be helpful if you can make a video to generate thumbnail image.
Thank you, this is very helpful. But I want to have the images in the list come from a specific path, not my image collection in sketchware. Anyone know how to?
Please respond ! : Detailed : I have 1 image in Resources. I don't have to show text in my list. I wrote exactly as you, changing the name of image and list. It doesn't shows the images. Why ? Edit: I founded what's the problem ! Srry
Notifications is not a good idea in Sketchware, because it works only when the app is running. For notifications which work all the time you need to create a service in AndroidManifest.xml. You can do it in AIDE or Android Studio. I don't know how to do it.
Hi, please make a tutorial like this: at firstActivity has 2 EditText and 2 Button. Button1 for saving data from EditText1 and EditText2 to listview. Button2 for move to secondActivity. at secondActivity has customListView where display EditText1 and EditText2. in customListView sort list by newest at top. I've tried this, but when add EditText2 to TextView2 in customListView always get error. And most of tutorial video only has 1 EditText. note: it is working very well if i use firebase, but now i don't want to use firebase because I'm building offline app.
Sir Please Make a video for listview Item Like ItemNam Grade Apple A Banana A Apple B Chicku A Apple C but i want show display result in Listview as Apple A B C Banana A Chicku A So how to use this using Firebase Database Please Help me.
Very good man thank you, would be posible put a search over this ListView with custom without errors.
Hi Sanjeev, Is there a way of calling an image into listview from a url? I have a listview calling data from a mysql database, which from time to time I add an extra item and I would like to include an image for that item.
Many thanks, and keep up the good work!!
You can use Glide to load url in the listview adapter / onbindcustomview
@@sketchwarehelp Glide? not something I know
@@simtrainz
Add the url to a List Map with some key
Then display the ListMap in Custom ListView
In onbindcustomview use Block, imageview load image with url.
@@sketchwarehelp that was the first thing I tried it just crashes the app. I have a field in the database table called image, I bind it the same as the txt but use the imageview load with url but it doesn't work :(
First try loading things other than images
Code?
Thank you
Sir your video was awesome however I wanted to know how to implement searching feature for a list view displaying textview inside a linear layout
Hello,
Pls make a video on ListView using Image URL.
Thank u
How to load images in a listview from file path??
Hello sir,....
Please make a video on playing soundpool with listview.....I mean Add multiple sounds with soundpool and show it as lostview....so that we can scroll down...
My concept is that...
I have to creat a soundpool app with multiple sound.
For example...
I am creating a soundpool app.I want to add 50sounds in this app as sound poll.But I want to add all the sounds in a page as listview so that soundpolls (Sounds) can be played one by one and we can select sounds by scrolling up and down...
How to creat such an app????
Please make a video....I am your regular watcher....and also I showed your video to my two best friends....
Please sir make a video on it....
If you did not understand the concept please replay....I will explain in hindi....
I will be helpfull if you make video on it.....
Yours regular viewer
Atmasri Basumatary
Bajali Girls Science and commerce Academy
Assam,India
It is telling error. Integer cannot be resolved
Lmao... Integer should be with a big "I". It's not a integer, it's Integer
I need all my lists to be random, because I do not want it to be one on top of the other
In your project you can add a good number of image as it is icon but in case of high resolution image after input a few number of image(like 30 ) it will show error due to lack of memory space.That is why it will be helpful if you can make a video to generate thumbnail image.
Thank you, this is very helpful. But I want to have the images in the list come from a specific path, not my image collection in sketchware. Anyone know how to?
Did you find out?
@@loveworksnoevil Nope, I found nothing.
@@Biovirulent I look more into it I need to do the same, if I found out I'll let u know, thanks
Found somebody that did it a week ago, I havent tried it yet though here's link ruclips.net/video/2vn_MbAyqGs/видео.html
Hope it works
How to do when i press for example: add it will open a new window?
click the listview widget then click the onclick event then set data screen to the window you want to go
Please respond ! :
Detailed :
I have 1 image in Resources. I don't have to show text in my list. I wrote exactly as you, changing the name of image and list. It doesn't shows the images. Why ?
Edit: I founded what's the problem ! Srry
What was the solution
Bro how to add search bar in it for search of listview
hello sanjeev, can we count total number of items in a listview?
if yes, then please tell me how
Length of list block
@@sketchwarehelp
textview settext(length of listmap(map))
is this the way?
@@mdAshikuzzamanAkash to string without decimal first then length of list yeo
Thanks bro
}
private ArrayList image_list = new ArrayList();
{
Make A Pdf Creator tutorial which can convert text+image(togetherly) to pdf file...
Asd in sketchware is which programming language
Android java
How to delete item From coustom listview.. I Need to know..🙏
Why do you need Action view?
How to add searchview?
How to make a daily check with notification ? :)
Notifications is not a good idea in Sketchware, because it works only when the app is running.
For notifications which work all the time you need to create a service in AndroidManifest.xml. You can do it in AIDE or Android Studio.
I don't know how to do it.
Hi, please make a tutorial like this:
at firstActivity has 2 EditText and 2 Button.
Button1 for saving data from EditText1 and EditText2 to listview.
Button2 for move to secondActivity.
at secondActivity has customListView where display EditText1 and EditText2.
in customListView sort list by newest at top.
I've tried this, but when add EditText2 to TextView2 in customListView always get error. And most of tutorial video only has 1 EditText.
note: it is working very well if i use firebase, but now i don't want to use firebase because I'm building offline app.
You can try as in this video: ruclips.net/video/Ow97Ysha4Ew/видео.html
how to add image image in spinner
Did you find out
How to add vice msg in firebase database chat application...
Sir Please make a vedeo on share text on listview
Number of quotes shareing option sir please replay
thanks
Sir Please Make a video for listview Item Like
ItemNam Grade
Apple A
Banana A
Apple B
Chicku A
Apple C
but i want show display result in Listview as
Apple
A
B
C
Banana
A
Chicku
A
So how to use this using Firebase Database Please Help me.
plz make a video on video app
send code please
Hi