Dictionary app using Json file, Sketchware and AIDE

This video shows how to create a Dictionary app (android) using Json file, Sketchware and AIDE.

Пікірлер: 52

  • @sketchwarehelp
    @sketchwarehelp6 жыл бұрын

    try{ BufferedReader reader = new BufferedReader( new InputStreamReader( getAssets().open("myfile.json"))); String row = ""; while ((row = reader.readLine()) != null){ jstring += row + " "; } map = new Gson().fromJson(jstring, new TypeToken(){}.getType()); reader.close(); } catch (Exception e){ showMessage(e.toString()); }

  • @tazasoap4834

    @tazasoap4834

    6 жыл бұрын

    sketchware help Sir ye "readLine" pe error hai. 1error please solve it sir please!

  • @tazasoap4834

    @tazasoap4834

    6 жыл бұрын

    Sir ...! Please give me your whatsapp No

  • @tazasoap4834

    @tazasoap4834

    6 жыл бұрын

    Reply sir please

  • @sketchwarehelp

    @sketchwarehelp

    6 жыл бұрын

    Import java.io.*;

  • @tazasoap4834

    @tazasoap4834

    6 жыл бұрын

    sketchware help: sketchware help: Very nice sir! sab me import ho gaya .... par readLine me nahi ho raha hai. How to import sir. Please help me!

  • @sttailorbd
    @sttailorbd2 жыл бұрын

    Taylor app tutorials plz

  • @learnenglishwithrectv5878
    @learnenglishwithrectv58787 ай бұрын

    Hello Sir which sketch ware version was that I couldn't finde file block on component block even if I added ,is there any alternative?thank you for your help

  • @learnenglishwithrectv5878
    @learnenglishwithrectv58787 ай бұрын

    Sir which sketchware version was that ,I can't find that component of setdat key for file

  • @parbatwing
    @parbatwing6 жыл бұрын

    Hello Sir! without AIDE Json file se offline dictionary banane ka koi method ho to zaroor video banaye Sir ...! Very important sir!

  • @abdullahalmskarisur
    @abdullahalmskarisur6 жыл бұрын

    Thanks dear 1-Pleas how can work scaner. Barcode 2-form 4text box save to table after save pdf table Thank

  • @rosgulla2621
    @rosgulla26216 жыл бұрын

    please upload tutorials for thunkable/appybuilder also

  • @elabinnovations
    @elabinnovations5 жыл бұрын

    How to add external json file with link?

  • @royalcharge9022

    @royalcharge9022

    5 жыл бұрын

    yes pls help me

  • @ahmadghufron5810

    @ahmadghufron5810

    4 жыл бұрын

    Yes, how to code connect file json

  • @satish-hn8zr
    @satish-hn8zr3 жыл бұрын

    How to read from storage?

  • @ciach0_
    @ciach0_6 жыл бұрын

    In next video: how to make ViewPager in Sketchware

  • @assamjobhunt6099
    @assamjobhunt60996 жыл бұрын

    can you make firebase supported dictionary ...?

  • @near8446
    @near84466 жыл бұрын

    ensina Remover a ActionBar

  • @aniketkumar636
    @aniketkumar6366 жыл бұрын

    nice

  • @appgk2809
    @appgk28094 жыл бұрын

    Sir can we download json app in android mobile.

  • @appgk2809

    @appgk2809

    4 жыл бұрын

    Please sir it's urgent and a request

  • @meatismurder9577
    @meatismurder95775 жыл бұрын

    Very useful tutorial. Even though I am a beginner I made it work! Thank you so much! Now, I was wondering, is there a way I can load the json data file from my server? And Is it possible in the json file to add custom icons? For example, can I add [ {"name" : "nameA" "meaning" : "meaningA" "symbol" : "a link to the custom symbol" }, ......] Thank you again very much!

  • @sketchwarehelp

    @sketchwarehelp

    5 жыл бұрын

    You can load it from your server using requestnetwork component.

  • @meatismurder9577

    @meatismurder9577

    5 жыл бұрын

    @@sketchwarehelp Thank you!!! :)

  • @MrSattu008
    @MrSattu0086 жыл бұрын

    OK I want to know why my app not able to open FLIPKART products page.. I created a webpage with FLIPKART URL and did run. homepage opened but not the product page

  • @sketchwarehelp

    @sketchwarehelp

    6 жыл бұрын

    Maybe Flipkart don't support that. Try a different userAgent String. String newUA= "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A"; webview1.getSettings().setUserAgentString(newUA);

  • @MrSattu008

    @MrSattu008

    6 жыл бұрын

    sketchware help thank you. but I don't know how to apply this. can you refer me any video tutorial how to do this

  • @asherro

    @asherro

    4 жыл бұрын

    @@MrSattu008 Insert this code into the onCreate event. - Sorry for late answer

  • @refquesog8104
    @refquesog81046 жыл бұрын

    I dont have the Aassets Folder. You add there the JSON file. :/

  • @sketchwarehelp

    @sketchwarehelp

    6 жыл бұрын

    You can create an assets folder there

  • @noorulhedayah1079
    @noorulhedayah10795 жыл бұрын

    assets folder is not showing. can u help me please?

  • @parbatwing
    @parbatwing6 жыл бұрын

    Sir main.xml me aap ne onli 2 widget liya hai... edit text, list view. Phir "listview onbind" wale logic me text view kaise aaya?

  • @sketchwarehelp

    @sketchwarehelp

    6 жыл бұрын

    TextView CustomView mein hai. ListView ka adapter (CustomView) CustomView select kiya hai. Isliye ListView ke har position pe CustomView dikhega.

  • @parbatwing

    @parbatwing

    6 жыл бұрын

    sketchware help: thanks

  • @parbatwing

    @parbatwing

    6 жыл бұрын

    sketchware help To Sir custom view me aur koi widget rakhe hain kiya? Ya only textview?

  • @sketchwarehelp

    @sketchwarehelp

    6 жыл бұрын

    Maine ek linear rakha hai aur uske andar textview. Linear ka background green hai. Check the starting of video.

  • @parbatwing

    @parbatwing

    6 жыл бұрын

    sketchware help Ok Sir ... Very Thanks.

  • @sjensh4963
    @sjensh49635 жыл бұрын

    Can we creat such dictionary without using aide??

  • @sketchwarehelp

    @sketchwarehelp

    5 жыл бұрын

    You can put the complete json in json to Map List Block in onCreate

  • @androidmobile4131
    @androidmobile41316 жыл бұрын

    how to great a wps app in sketchware (hack wifi) ???

  • @parbatwing
    @parbatwing6 жыл бұрын

    Sir Jab app AIDE se Run kar ke build ho jayega ... to phir us ko apne certificate se kaise sighn karenge? play store pe publish karne keliye? Kiya AIDE se sighn hota hai kiya? Ya aur koi method hai Sir?

  • @sketchwarehelp

    @sketchwarehelp

    6 жыл бұрын

    You can create a new app signing key or use the same one as in Sketchware. Check this kzread.info/dash/bejne/lWaFqqSIpLHKhLQ.html

  • @parbatwing

    @parbatwing

    6 жыл бұрын

    sketchware help Very nice Sir... samajh me aa gaya. 👍👍👍

  • @parbatwing

    @parbatwing

    6 жыл бұрын

    Sir AIDE ka jo ₹600 rate hai... wo per item hai ya par month ya lifetime... Aap ne jo code inbox me diya hai... us ko main ne copy kar ke AIDE me paste kiya ... magar error aa raha hai bahut .... abhi AIDE main ne purchase nahi kiya hai.

  • @akshay5897
    @akshay58975 жыл бұрын

    Bro your current video quality is very low that is 240p Can you please create yours all videos with atleast 480p quality.... So we can see clearly without diverting to website. .....

  • @AbhrahamGoi
    @AbhrahamGoi5 жыл бұрын

    Plzz shar me project file

  • @dylanreiksalasdeza3987
    @dylanreiksalasdeza39873 жыл бұрын

    Please share the project please !!

  • @dylanreiksalasdeza3987

    @dylanreiksalasdeza3987

    3 жыл бұрын

    sketchware project pleaseeee

  • @mdtausifiqbal
    @mdtausifiqbal6 жыл бұрын

    Hello Sir increase your video quality. Your maximum video quality is 240p in youtube.