Dear Sanjeev thank you very much for your sketchware tutorial videos. You are a great programer. They help me a Lot to start programming an app. Hope you can teach online someday. Meanwhile regards from México, you're the best sketchware vídeo maker. Thank you
Sanjeev Sir, If you kindly make data save option catagory wise by using Shared Preferences . I mean make a project with two edit text (one group creation, another list creation) respectively two save button. Output one spinner for group, another custom list will show data by selected spinner item.
@@sketchwarehelp hi thankalot when I commented this at that time I was beginner I even don't know about variables at that time. but then I starts watching your videos then I understand all things Now I am creating dynamics App. thankyou very much love you keep uplaoding videos
Hey! I have tried this method and it works great! One question.. How does one remove the data from the file and the list? I'm trying to build a app for family for their shopping lists, and I need a method to clear all the data again
sorry to be offtopic but does anybody know of a trick to get back into an instagram account?? I was stupid lost the password. I would love any tips you can offer me.
Nice, that's exactly what I need, thx! Now I want to upgrade it , and change Font for CustomView , found this code for TextFlipper, but have no idea how to adopt it=( for (String text : string_list) { View custom = getLayoutInflater().inflate(R.layout.customview, null); TextView textView = custom.findViewById(R.id.textview1); textView.setTypeface(Typeface.createFromAsset(getAssets(), "fonts/cac_champagne.ttf"), 0); textView.setText(text); viewFlipper.addView(custom); }
If you have a ListMap, you can just convert it to a Json String and save the Json String to Shared preferences using a single key. The method used in this video is old and developed before the ListMap to Json String block was introduced.
hello!!!before anithing think you for this tuto,,,,good larning stil,,,,i kan just asked you about choosing logic Between botton and contact file or ring alarme,please
Thank you sir....but hamko edittext 3 lene ho to kaise kare....aur data refresh nhi ho raha..hai ek bar data save ho gaya to oo refresh ho na chahiye...plz...give me logic sir...for attendance system project
+shital patil Use three different keys of file shared preferences, like 0,1,2,3,4...(used in video), a0, a1, a2,..(by using join a and toNumber(number Variable) without decimal), and b0, b1, b2,... To display three lists together, use CustomView with a linear H and three textviews.
I am not saying that you are not good at these things. In fact, I actually use your website and your videos a lot for my self as well. Anyhow, there is room for improvement on anything and everything, so I guess it doesn't matter that much.
Bhai, mera sketchware app hack kiya kya apne, main iss par hi kaam kar raha tha, but i was using intent for that, thanks for the video bro. Ek thoda favour karo bhai, Gold purity converter app par review karna, please.
+Jek A Instead of adding File data to string list, add it to List Map. Then set the CustomView of ListView to MapList. Then use onBindCustomView event. Set the TextView in it to position of ListMap. Watch any video on Custom ListView in Sketchware.
Save list to shared preferences using Gson: ruclips.net/video/8Qep6U5ihEA/видео.html
Dear Sanjeev thank you very much for your sketchware tutorial videos. You are a great programer. They help me a Lot to start programming an app. Hope you can teach online someday.
Meanwhile regards from México, you're the best sketchware vídeo maker. Thank you
Really creative , to add a list and retrieve from reference
Easier way is to use Json.
@@sketchwarehelp creative doesn't mean easy , it means different
Hello, you can perform operations (example count, delete, add up) on the lists in the shared preference file
Sanjeev Sir,
If you kindly make data save option catagory wise by using Shared Preferences . I mean make a project with two edit text (one group creation, another list creation) respectively two save button. Output one spinner for group, another custom list will show data by selected spinner item.
I watched this video for the second time after a while and it's EXCELLENT!
When I change the font size to a certain number after going out of the application, the font becomes the original number
please make next video that show how to make delete or clear list button within the list of second screen. .. plz sir
Hello! Can you help me?
How to put "No result found" when you search something in listview? Please help.
Sir how to delete single item from list view also with file shared prefences
yes.. please add more block for clearing list or deleting items..
Check this
ruclips.net/video/JQN8o-lFSlo/видео.html
@@sketchwarehelp hi
thankalot
when I commented this at that time I was beginner
I even don't know about variables at that time.
but then I starts watching your videos then I understand all things
Now I am creating dynamics App.
thankyou very much
love you keep uplaoding videos
Hey! I have tried this method and it works great! One question.. How does one remove the data from the file and the list? I'm trying to build a app for family for their shopping lists, and I need a method to clear all the data again
+DevelishNightcore Delete all is easy. But select and delete is complex. Watch this for some idea: ruclips.net/video/LdznYDDG9IQ/видео.html
sorry to be offtopic but does anybody know of a trick to get back into an instagram account??
I was stupid lost the password. I would love any tips you can offer me.
thank you very much sir Sanjeev :)
im succesfully add my web browser...but how to set list on clicked...i want my webview could load history list...please help sir Sanjeev
Nice, that's exactly what I need, thx! Now I want to upgrade it , and change Font for CustomView , found this code for TextFlipper, but have no idea how to adopt it=(
for (String text : string_list) {
View custom = getLayoutInflater().inflate(R.layout.customview, null);
TextView textView = custom.findViewById(R.id.textview1);
textView.setTypeface(Typeface.createFromAsset(getAssets(), "fonts/cac_champagne.ttf"), 0);
textView.setText(text);
viewFlipper.addView(custom);
}
Hi Sanjeev, please how do I delete an item from the shared preference in the list?
Set value of the key to ....(empty)
Or replace the value with something else
You need not use shared preferences like this.
You can convert your list to json string and save it using a single shared preferences key.
You can check this ruclips.net/video/Ow97Ysha4Ew/видео.html
when trying to save a warning appears that this word has already been saved? I'm from Viroria (es) Brasil. awaiting response.
If you have a ListMap, you can just convert it to a Json String and save the Json String to Shared preferences using a single key.
The method used in this video is old and developed before the ListMap to Json String block was introduced.
Component ( file get Data key ) Why not please Help
இந்த பட்டன் வரமாட்டேங்கிது உங்களால் உதவி செய்ய முடியுமா
y con mas variables como lo haria ? gracias
How to delet save item
Sir its remove all the item
Tell how to delete single item from list view
hello!!!before anithing think you for this tuto,,,,good larning stil,,,,i kan just asked you about choosing logic Between botton and contact file or ring alarme,please
Can we show the saved data on the same page e.g. below the "save" button?
Yes. Use the same code
Thank You Very Much. amazingly fast reply...Wah!!!
How to make the new data is add to the top of list, not in bottom?
Instead of add...to list, use the block insert... at 0 of list
thank you sooo much sir
Thank you sir....but hamko edittext 3 lene ho to kaise kare....aur data refresh nhi ho raha..hai ek bar data save ho gaya to oo refresh ho na chahiye...plz...give me logic sir...for attendance system project
+shital patil Use three different keys of file shared preferences, like 0,1,2,3,4...(used in video), a0, a1, a2,..(by using join a and toNumber(number Variable) without decimal), and b0, b1, b2,...
To display three lists together, use CustomView with a linear H and three textviews.
You should have put a "not " block and an "if" block and not an "if .. else" block in "button1 onclick"
I am not saying that you are not good at these things. In fact, I actually use your website and your videos a lot for my self as well. Anyhow, there is room for improvement on anything and everything, so I guess it doesn't matter that much.
Bhai, mera sketchware app hack kiya kya apne, main iss par hi kaam kar raha tha, but i was using intent for that, thanks for the video bro.
Ek thoda favour karo bhai, Gold purity converter app par review karna, please.
How can I save the font size after I exit the application?
Save font size in file shared preferences. In onCreate if file shared preferences is not empty, set font size using data from shared preferences.
Sanjeev Kumar Can you make a video so please
Sanjeev Kumar Want video as an illustration
it overwrites the old data when i save a new one :
That is an old method. A better method is to convert ListMap to json string and save the json string.
ruclips.net/video/JQN8o-lFSlo/видео.html
Tqq
இந்த வீடியோ new app போட்டு விடுங்க old app வரமாட்டேங்குது
The new app will not roll out this video
Can you edit them
Yes
What if i want to show listmap?
+Jek A Instead of adding File data to string list, add it to List Map. Then set the CustomView of ListView to MapList. Then use onBindCustomView event. Set the TextView in it to position of ListMap.
Watch any video on Custom ListView in Sketchware.
sketchware help Hey. Thanks for the quick reply! I'll give it a try.
how can I save the status of a check box. once it's checked, how can I save it as checked even if I close the app? thank you
how can I save the status of a check box. once it's checked, how can I save it as checked even if I close the app? thank you
how can I save the status of a check box. once it's checked, how can I save it as checked even if I close the app? thank you