Android Listview Onitemclick Example

Поділитися
Вставка
  • Опубліковано 17 гру 2024

КОМЕНТАРІ • 254

  • @ksktamiltech4130
    @ksktamiltech4130 3 роки тому +1

    Hi I have a little bit of problem in we browser history is showing but I click that links not string to webview do you have any idea

    • @CodingDemos
      @CodingDemos  3 роки тому

      Hi, I'm sorry, you want the string link to be clickable to open a page in a browser?

    • @ksktamiltech4130
      @ksktamiltech4130 3 роки тому

      @@CodingDemos yes

    • @CodingDemos
      @CodingDemos  3 роки тому

      @@ksktamiltech4130 Please refer to this link for the solution: stackoverflow.com/questions/3004515/sending-an-intent-to-browser-to-open-specific-url

    • @ksktamiltech4130
      @ksktamiltech4130 3 роки тому

      @@CodingDemos Bro I mean I created a browser with history activity (Open sql lite ) it's showing history but the content of web sites not clickable why .......????

  • @Ivolth
    @Ivolth 3 роки тому

    if i click multiple items before load the first one clicked, more than 1 activity is open, how can i fix that?

  • @muhammadainulyaqin3719
    @muhammadainulyaqin3719 5 років тому +1

    why the array in R.array get error on getResources().getStringArray(R.array.teman)?

    • @CodingDemos
      @CodingDemos  5 років тому

      Hi, may I know what is the error message that you get?

  • @MKRLyrics
    @MKRLyrics 6 років тому

    Hello sir, how can we view a pdf when we click on listview item? I'm bad at English sorry.

  • @jottilohano2232
    @jottilohano2232 7 років тому +1

    I'm my project there is no error but when I test my app the app has unfortunately close error occur plz help how I solve my error

  • @jonathanalonzo5798
    @jonathanalonzo5798 5 років тому

    Besides from toolbar what are the other method or component to be replaced to toolbar because i have a problem when i install the app. Thank you

  • @mahmoodimtiaz2550
    @mahmoodimtiaz2550 6 років тому

    Is it possible to do not open an activity for a position!? Suppose When I click on Australia it opens the second activity but when I click on China It will not open the second activity. Rest will open second activity.

  • @nareshgaur4961
    @nareshgaur4961 7 років тому

    sir can you help me ..there is an error when i click on subitem of gridview which hol the image and text..
    when i click on that it doesnot show me an detail..
    GridView->subItem->SubItem->Detail(which show me blank)

  • @cindyadriana93
    @cindyadriana93 7 років тому

    How can I change the color and font to the View list, ie to: Australia, Brazil, China ...

  • @kamalmuradov8629
    @kamalmuradov8629 7 років тому +1

    Thank You...You helped me a lot...I wish you to be the best youtuber...And anyways you are the best...Thanks a lot

    • @CodingDemos
      @CodingDemos  7 років тому

      Your welcome, i'm happy to help :)

  • @algernopkrieger1696
    @algernopkrieger1696 6 років тому

    I have noticed that in your android studio you have custom widgets how do i create it? in newer versions (currently i am on v 3.1.3 ) this feature is missing. Anyone knows if it is possible to enable>?

  • @한은열-o7c
    @한은열-o7c 5 років тому

    I have one question.
    How can I make the second activity only text, not an image?

  • @WAQARALAMLIVE
    @WAQARALAMLIVE 8 років тому +1

    how can I impliment search view in this list view ?

    • @CodingDemos
      @CodingDemos  8 років тому

      Currently i don't have any video that covers search view. Here is a tutorial that might help you: blog.nkdroidsolutions.com/android-searchview-in-listview-example-tutorial/
      Happy coding :)

  • @queroin
    @queroin 7 років тому +1

    Good day sir! Great tutorial. But I'm wondering how I will connect it to a SQL Database and the item you show in the listview will be replace by the data in SQL? Bad english grammar. sorry. Thanks for your response sir!

  • @AliAhmad-yc4jd
    @AliAhmad-yc4jd 7 років тому +1

    i have already coding searchbar listview..can you show me coding how to click the list to new activity.please help me :(

    • @AliAhmad-yc4jd
      @AliAhmad-yc4jd 7 років тому

      i can give my coding to your reference,pleaseeee help me.thank you

    • @CodingDemos
      @CodingDemos  7 років тому

      Hi, can you email me your code (codingdemos@gmail.com)

  • @markjohnsegara832
    @markjohnsegara832 7 років тому +1

    helo sir can i ask if you could make a toturial on how to apply your lesson on searchview actionbar thank you. happy if you will

    • @CodingDemos
      @CodingDemos  7 років тому +1

      Hi, yeah i'm working on a tutorial about searchview+listview...i'll let you know once it's live :)

    • @NanaOssgh
      @NanaOssgh 7 років тому

      we are waiting for that please or if you are done kindly let us know

  • @markjohnsegara832
    @markjohnsegara832 7 років тому +1

    is there any possible to use menuview in action bar instead of toolbar? how

    • @CodingDemos
      @CodingDemos  7 років тому

      Yeah i guess you can, i did a tutorial that will show you how to work with menu inside a toolbar...here is the video url: ua-cam.com/video/EZ-sNN7UWFU/v-deo.html
      You can follow that tutorial and just skip the part where i talk about the toolbar and the changes that i made in styles.xml file
      Please do let me know if you need any help
      Happy coding :)

  • @learnerszone16
    @learnerszone16 7 років тому +1

    How to add individual text for every list item instead of image. please help...

    • @CodingDemos
      @CodingDemos  7 років тому

      Ok here is how you can do it:
      - Replace the imageview with a textview in activity_second.xml file
      - Declare the textview in SecondActivity.java
      - If you have the text for each item in the list stored in Strings.xml file, make sure the text is not long and give it a name that is related to the item in the list.
      For example: If the user tap on Australia and you want to show the population, then create a string name that is related to Australia so that you easily reference it like this:
      24M
      - Once you have declared the textview in SecondActivity.java, you will replace the part where i set the correct image in the If-condition with the textview and it's value from the strings.xml like this:
      if(mToolbar.getTitle.toString.equalIgnoreCase(“Australia”)){
      textview.setText(getString(R.string.australia_population));
      }
      I hope that helps :)

    • @learnerszone16
      @learnerszone16 7 років тому +1

      Thanks for your help brother. Your tutorials are very helpful.

    • @CodingDemos
      @CodingDemos  7 років тому

      Your welcome :)

    • @supreethd9970
      @supreethd9970 6 років тому

      +Coding Demos how to use web view instead of text view

  • @dnamobileapplications8850
    @dnamobileapplications8850 7 років тому +1

    HI how do I interpret this to open both the flag in an imageview like you had done and also the description of the country for example in maybe perhaps a textview... Basically I want to select Canada for example and the next activity pops up with the Canadian flag and also has a description below explaining Canada's History.. I've tried doing what you did by interpreting the textview in the onclick event but it gives me an error. Not sure if I'm missing something, thanks if you respond...

    • @CodingDemos
      @CodingDemos  7 років тому +2

      Hi Jordan, sorry for the late reply...Can you please tell me what is the error message that you get, or maybe you can email (codingdemos@gmail.com) me your code and i'll do my best to help you out :)

    • @dnamobileapplications8850
      @dnamobileapplications8850 7 років тому +1

      Hello, thank you for the response. I ended up creating a sloppy mess with a bunch of activities. I will email you my codes of what I have done now instead as it's a lot cleaner, but I want to set my text in a different way rather then having a bunch of if statements and strings. I'll email you and you can see what I mean.
      Thanks
      Jordan

    • @CodingDemos
      @CodingDemos  7 років тому

      Hi Jordan, i received your email..i'll have a look at the code and will update you
      Thanks :)

  • @astral8439
    @astral8439 7 років тому +1

    If i already have an ArrayList with itms, is there any way to set the second activity toolbar the name of an object from the first activity?....ex: if you have an arrylist with the countrys, is there any way to send the arraylist in a bundle? to get the name in the second? idk if im explaining :(

    • @CodingDemos
      @CodingDemos  7 років тому

      Hi, if you have the arraylist and you are using it to populate the listview, you can pass the item that the user have clicked on through bundle, then you read the data from the bundle in the second activity and set it as the title for the toolbar

  • @chakrapanibrahmam5767
    @chakrapanibrahmam5767 6 років тому

    I m try to make intent with textview but i m unable do. Can you please share me sample code for textview

  • @sheikhjoy9
    @sheikhjoy9 5 років тому

    I need help about this … I wanted to make an news portal type project or list to webview...suppose you have Australia so if I click Australia it will show me a new actitvity with webview will open url of say any aussie website … how can I do that

    • @CodingDemos
      @CodingDemos  5 років тому

      Hi, you need to add WebView inside second activity. The main activity will have the ListView, when you tap on Australia, you pass a URL through Intent to the second activity. You will then use that URL that was passed through intent inside WebView to load the content of that URL.

    • @sheikhjoy9
      @sheikhjoy9 5 років тому

      @@CodingDemos yeah i know...but i didnt knew how to call that url(multiple links)... i figured it out that day after watching several videos xD... thank you for your video..it really helped me alot

  • @petermuchiri79
    @petermuchiri79 7 років тому +1

    thanks so much for that tuitorial...Am requesting for onother one that have a list and when you click an item on the list,it mioves on to onother activity with register or login form

    • @CodingDemos
      @CodingDemos  7 років тому

      Thanks for watching Peter, can you please give me an example about the type of items that will be in the list?

    • @petermuchiri79
      @petermuchiri79 7 років тому

      First thanks for response..for example in the above tuitorial..I need when i click an item like Branzil,it displays that flag at the top and below it to have a registration form which stores data in mysql...in that case a local server such as xampp.If possible main activity to have login page,but if user has no account,he or she can create an account then login.
      For mine I want a list of counties..but can work with countries then i will change...

  • @rusdimaulana1706
    @rusdimaulana1706 7 років тому +1

    Hello sir. Your videos are very useful for a beginner like me. But I wanna ask, how can I add some details (pretty long text) below the imageview? Can I use or
    in string-array?

    • @CodingDemos
      @CodingDemos  7 років тому +1

      Hi, String-array will hold each item individually so i guess there is no need to use (
      ) whenever you wanna start a new line.
      it's best to use (
      ) in normal string, for example if you want to add a long description about a country you can do it like this:
      - Open strings.xml file and write the following code:
      Lorem ipsum dolor sit amet, consectetur
      adipiscing elit. Aenean non ipsum nulla.
      In imperdiet massa at tempor interdum. Integer mollis tristique elit sed gravida.
      Later you set a textview to that long description like this in MainActivity.java class:
      textview.setText(getResources().getString(R.string.country_description));
      I hope that helps :)

    • @rusdimaulana1706
      @rusdimaulana1706 7 років тому +2

      It works! Thanks a lot. :)

    • @CodingDemos
      @CodingDemos  7 років тому

      Your welcome :)

  • @red_app1418
    @red_app1418 7 років тому +1

    Hi,I have 1 button in SecondActivity but when i runing app this button appears in all list of Contries =))) how i can fix it?

    • @CodingDemos
      @CodingDemos  7 років тому

      Hi, so you want to show that button to specific countries only?

    • @red_app1418
      @red_app1418 7 років тому

      yes

    • @CodingDemos
      @CodingDemos  7 років тому

      What you can do is pass a value through the intent that you are starting the activity with, and then in the next activity where you receiving the value through intent you check whether you should show the button based on that value or hide it...here is an example: Let's say you want to show a button only when the user clicks on Brazil country, here how to do it:
      - MainActivity will have this intent:
      Intent mIntent = new Intent(MainActivity.this, NewActivity.class);
      mIntent.putExtra("countryName", "Brazil");
      mIntent.startActivity(mIntent)
      - NewActivity will receive the value from MainActivity and you check if the item listview that was clicked is Brazil, then you show the buttons, otherwise hide it:
      Bundle mBundle = getIntent().getExtras();
      if(mBundle != null){
      String country = mBundle.getString("countryName");
      if(country.equalIgnoreCase("Brazil"){
      button.setVisibility(View.VISIBLE);
      }else{
      button.setVisibility(View.GONE);
      }
      }
      I hope that helps :)

  • @maribelmaligno5398
    @maribelmaligno5398 7 років тому +1

    im a beginner at building an app , i apply your tutorial in my app . my problem is i use image slider with viewpager . i don't know how to intent the images in different item in my listview . please help me .

    • @CodingDemos
      @CodingDemos  7 років тому

      Hi, please email me your code (codingdemos@gmail.com) and i'll see what i can do

  • @lizziew267
    @lizziew267 5 років тому

    I can’t even get as far as 2:00 in as I don’t have those options in my palette 😭 please explain how to add also my view isn’t in a device it’s just a rectangle

    • @CodingDemos
      @CodingDemos  5 років тому

      Hi, may I know what exactly do you want to add from the palette? Android Studio have changed its UI since I recorded this tutorial

    • @sohailfarooqi3282
      @sohailfarooqi3282 5 років тому

      @@CodingDemos Same for me at 2:00 you add custom view which is not available in my palette as well, i have an exam tomorrow kindly please help a brother out lol

  • @bangRegar777
    @bangRegar777 7 років тому

    How do i add some image beside the listview ? Ex: (image)Australia .

  • @MrIMacro
    @MrIMacro 2 роки тому

    When i click on an item, i want the app to take the user to a certain location on Google maps. Do you think it's possible?

    • @CodingDemos
      @CodingDemos  2 роки тому

      Hi, you can pass the latitude and longitude of that specific location and it will open that location on Google map

    • @MrIMacro
      @MrIMacro 2 роки тому

      @@CodingDemos Thanks for your reply. I am a beginner and don't know about passing. Could you please explain more or direct me to a tutorial. Thanks a lot

  • @NanaOssgh
    @NanaOssgh 7 років тому

    Hello is there a way to add a search function to the project so that I can search for a country and still click and view the flag or the detail, please kindly help with that.

    • @CodingDemos
      @CodingDemos  7 років тому

      Hi, i'm sorry i don't have a tutorial that covers search function, here a tutorial that may guide you on that: coderwall.com/p/zpwrsg/add-search-function-to-list-view-in-android

  • @ultimat.
    @ultimat. 4 роки тому

    Bonjour, je sais pas si vous allez pouvoir me donner l'info. J'ai créé une liste view et je croyais pouvoir attacher une autre liste wiew mais je n'y arrive pas. Mon projet et de présenter des articles de péche et pour cela j'ai besoin de créer des catégories exemples A1) matériels de pêche et B1) matériels vêtements de pêche sous catégories Aa1 accessoires de pêche les bouchons Ab1 les apats Ac1 les Cannes à pêche.... et une dernière sous catégorie Aaa1 les bouchon bois Aaa2 les bouchons pvc Aaa3 les bouchons..... Et après la fiche de l'article. Comment procéder. J'ai cherché et rien trouvé si vous pouviez m'orienter ou me donner une source ou autre je suis preneur. Merci beaucoup par avance.

  • @mohamedsaiidouertani3568
    @mohamedsaiidouertani3568 4 роки тому

    Thanks i lot ,but can you tell me how i can get extras when a type is Image View

  • @Nasser-xw7se
    @Nasser-xw7se 6 місяців тому

    You can run the same program in Kotlin on Android Studio
    With the same detailed explanation
    Thank you very much

  • @addorespambasange6300
    @addorespambasange6300 6 років тому

    I would like to open a Dialog Box when I click on an item. The dialog box should show a title, picture and a description for each Item clicked. How do I do so? Please help. Thank you in advance.

    • @CodingDemos
      @CodingDemos  6 років тому

      Hi, you need to create an alertdialog with a custom layout, inside that layout is where you will add 2 TextViews for Title, description and an ImageView for the picture. Here is a video that I did that shows you how to create an alertdialog with a custom layout: ua-cam.com/video/plnLs6aST1M/v-deo.html&lc=

  • @muhammadsaleh816
    @muhammadsaleh816 6 років тому

    i have a problem
    unfortunately app has been stopped :(
    in logcat i checked it the problem is toolbar class not import i tried everything plz give me a solid solution

    • @charlese40187
      @charlese40187 6 років тому

      You use android.support.v7.widget.Toolbar in your XML, but in your java code you are importing android.widget.Toolbar which is a different type. Change your import to android.support.v7.widget.Toolbar and it should work.
      Inside onCreate()
      Toolbar toolbar = (Toolbar)findViewById(R.id.toolbar);
      setSupportActionBar(toolbar); **

  • @AbhishekSingh-np9tt
    @AbhishekSingh-np9tt 6 років тому

    In my application no error but when I click to any activity application will stop

  • @uvekprviuvekispredsvih2702
    @uvekprviuvekispredsvih2702 7 років тому +1

    Hello, when I opet the App it shows me "Unfourtunately App Running Stopped"

    • @CodingDemos
      @CodingDemos  7 років тому

      Hi, can you please tell me what error do you see in the logcat when the app crash?

    • @uvekprviuvekispredsvih2702
      @uvekprviuvekispredsvih2702 7 років тому +1

      I solved my problem, I made a mistake with create java class. Thanks

  • @HuyHoang-og3sx
    @HuyHoang-og3sx 7 років тому +1

    Thank you very much for it !!! i will Sur and view 50 times it ^^!

    • @CodingDemos
      @CodingDemos  7 років тому

      Your welcome, happy coding :)

  • @vidhisahni8449
    @vidhisahni8449 6 років тому

    how can i do the same thing using recyclerview + cardview. Also the title of the toolbar comes from user input.

    • @CodingDemos
      @CodingDemos  6 років тому

      Hi, I made a tutorial about recyclerview: ua-cam.com/video/RIoyRhlo5Oo/v-deo.html

  • @shiishinsakaue3380
    @shiishinsakaue3380 7 років тому

    Hi im implementing searchview with listview. so i want to intent all the item that i put in listview in another activity. please help me howww. badly needed

    • @CodingDemos
      @CodingDemos  7 років тому

      Hi, by intent you mean you want the user who clicks on the items inside that listview will go to another activity?

    • @shiishinsakaue3380
      @shiishinsakaue3380 7 років тому

      +Coding Demos yes. when i search the item. then click it i want it to be intent in the other activity

    • @CodingDemos
      @CodingDemos  7 років тому

      You can call listview.setOnItemClickListener and inside the onClick method you set which activity you want to start inside the Intent

    • @shiishinsakaue3380
      @shiishinsakaue3380 7 років тому

      +Coding Demos i did. But when i search it randomly, it goes in order because of position

    • @CodingDemos
      @CodingDemos  7 років тому

      Hmm..Can you please email me the code (codingdemos@gmail.com) and i'll see what i can do :)

  • @vvshare
    @vvshare 7 років тому

    Works Great!If we need to add .pdf instead of image.... how we write in android. Please Reply

  • @jigonoto3603
    @jigonoto3603 4 роки тому

    How can i display text after that procedure

  • @djuryprahara2848
    @djuryprahara2848 6 років тому

    Nice tutorial.
    Sir..
    Please make listView and webview .👍👍🙏🙏

    • @CodingDemos
      @CodingDemos  6 років тому

      I'm glad that you like it, sure will do it :)

    • @djuryprahara2848
      @djuryprahara2848 6 років тому

      I want to create a project [listview onclick to secondWebviewActivity.] thanks sir for helping me 👍👍👍👍🙏🙏🙏

  • @ayoubcheikh4554
    @ayoubcheikh4554 6 років тому

    i need add text In place the image
    What should he do?

  • @sankalpbhagat1692
    @sankalpbhagat1692 6 років тому

    Hey, I have to show scroll view instead of flags. How to do it ??

    • @CodingDemos
      @CodingDemos  6 років тому

      Hi, just remove ImageView xml and java code and add a ScrollView. I made a tutorial that will show you how to add a ScrollView: ua-cam.com/video/Wx1wnv4fzyQ/v-deo.html

  • @rawezhful
    @rawezhful 5 років тому

    Nice tutorial, thanks for your video, after clicking on any country and showing the country flag and name, I want to swipe right and left to transfer between countries, can you help me please?

  • @ermiyasabate7102
    @ermiyasabate7102 6 років тому

    Tnx very much Coding Demos!!!!!!!!!!!! I have one question I want to use text View instead of image View? pls help me!!!

    • @CodingDemos
      @CodingDemos  6 років тому

      Your welcome :D
      Just replace the imageview code with a textview code like this:

  • @ManojKumar-hp6si
    @ManojKumar-hp6si 6 років тому

    Instead of image drawable ...for text textfield which method can be used...?

    • @CodingDemos
      @CodingDemos  6 років тому

      Hi, if you want to show text you would use TextView.

    • @ManojKumar-hp6si
      @ManojKumar-hp6si 6 років тому

      Flag.setTextView(Context Compact().GetTextView(SecindActivity.this,R.id.text1);
      Like the above code sir..?.by giving specific id to certain text view as needed..?pleaseeee reply sir..

    • @CodingDemos
      @CodingDemos  6 років тому

      You would set a text to a TextView like this: text.setText("This is a sample text");

  • @Sundaramsatyam12
    @Sundaramsatyam12 7 років тому

    Really Helpful Nice Job Keep it up.....

  • @nareshgaur4961
    @nareshgaur4961 7 років тому

    Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.String java.lang.CharSequence.toString()' on a null object reference...
    how to remove that error..sir..???

    • @CodingDemos
      @CodingDemos  7 років тому

      I need to see your code to be able to help you fix that issue, can you please email it to me: codingdemos@gmail.com

  • @王齡漢
    @王齡漢 8 років тому

    How can I code main listview to another listview not for image?

    • @CodingDemos
      @CodingDemos  8 років тому

      Hey thanks for watching, so you mean that when you click on item inside listview you want to go to a second screen that have a listview as well? if that's your question, then here is how to do it:
      - Remove the imageView code in SecondActivity.java and activity_second.xml and then you add a listview code exactly like we did for the MainActivity.java and activity_main.xml
      - You can change the values of listview items by opening strings.xml file and then you can create a string-array that will hold the values for the new listview
      - Open MainActivity.java and remove if-condition for checking the flag for the right country because you don't need that anymore
      - Inside listview onItemClick you write a normal intent without (PutExtras) as follows:
      Intent mIntent = new Intent(MainActivity.this, SecondActivity.class);
      startActivity(mIntent);
      I hope that helps :)

    • @王齡漢
      @王齡漢 8 років тому +1

      thnaks so much!

  • @kevinkamaluddin2337
    @kevinkamaluddin2337 7 років тому

    Is it possible to add search field/bar ?

  • @juang9631
    @juang9631 6 років тому

    Como tengas muchas banderas te vas a quedar sin if , sacalas por posicion dentro del array

  • @youssefyasser2347
    @youssefyasser2347 5 років тому

    hello,thank you so much sir but i get an error in the toolbar.setTitle it gives me a red line under setTitle what do i do?!

    • @CodingDemos
      @CodingDemos  5 років тому

      Hi, may I know what is the error that you see under setTitle?

  • @duniatv4432
    @duniatv4432 7 років тому +1

    how to add image from that list view created

    • @CodingDemos
      @CodingDemos  7 років тому

      You can add the image inside the drawable folder in your project

  • @tofanbehera273
    @tofanbehera273 7 років тому

    sir plz make a video how to add search button in action bar in this project

  • @МуслимХасан-б3т
    @МуслимХасан-б3т 7 років тому

    How to save imageView state in MainActivity?

  • @purvigajjar7674
    @purvigajjar7674 6 років тому

    hey, what to do if I want to add some description with the image in second activity?

    • @CodingDemos
      @CodingDemos  6 років тому +1

      Hi, add a textview inside activity_second.xml and SecondActivity.java file, then you can pass some data along with the image flag through Intent from MainActivity.java file.

  • @charlesnjugunakangei9484
    @charlesnjugunakangei9484 5 років тому

    Hey, Good job bro, what will i do to get a listview with cardview in it

  • @دانية-د1س
    @دانية-د1س 7 років тому

    Thank you for the wonderful video .. I design a draft list of pictures displayed books and when clicking on the pictures show me books that are in html format Can anyone help me, ?or give me a video that benefits me

  • @fufufufu3828
    @fufufufu3828 7 років тому

    how to add text on every country? like a description for every country?

    • @CodingDemos
      @CodingDemos  7 років тому

      Hi, if it's a small description you may add them in the strings.xml file, but if you plan on adding very long text, it's better if you store in a database so that it will be easier to maintain in the future

  • @help4youtube748
    @help4youtube748 7 років тому

    Hi sir .. thanks so much for this amazing Example ... Can you help me please .. i want to add detail about the cauntry from assets (file.txt) ..waiting for your replay sir and thank you again for this tutorial

    • @CodingDemos
      @CodingDemos  7 років тому

      Hi, i'm sorry i'm not really familiar with reading data from assets folder.
      Thanks for watching :)

  • @Manojkumar-gq5bd
    @Manojkumar-gq5bd 6 років тому

    hello sir,how can use for TextView instead of ImageView ..pleasee help me sir.

    • @CodingDemos
      @CodingDemos  6 років тому

      Hi, just replace the code for ImageView with TextView.
      Inside xml file you add this code for TextView:
      --------
      In java file you add this code:
      TextView text = findViewById(R.id. textView);
      I hope that helps :)

    • @Manojkumar-gq5bd
      @Manojkumar-gq5bd 6 років тому

      Thank u sir,for replying....u r such a great person sir...thank u

    • @CodingDemos
      @CodingDemos  6 років тому

      Your welcome and happy coding :D

    • @ManojKumar-hp6si
      @ManojKumar-hp6si 6 років тому

      If(toolbar.get title().equalsIgnoreCase("Australia")){
      textview.setText("hello");
      }
      Its correct sir?? For text field instead of image view

    • @ManojKumar-hp6si
      @ManojKumar-hp6si 6 років тому

      Pleaseeeeeee reply sirr

  • @sharashchandraudupa5241
    @sharashchandraudupa5241 6 років тому

    Sir, I am new to this ,can you please help me how can I implement list within a list
    For eg: when I open the app it will show a list
    Like Nokia,Sony,Apple.... then when I click on the Nokia it will show a new list (eg:6,5,3)
    Finally when I click on that I should get the details about the selected items can you please tell me how can I implement??

    • @CodingDemos
      @CodingDemos  6 років тому

      Hi, so in the final step you will get the selected items from both listviews right? Here is my email (codingdemos@gmail.com) for you to share more details.

    • @sharashchandraudupa5241
      @sharashchandraudupa5241 6 років тому

      Coding Demos hi sir, I mailed you about the problem .Sorry for the late reply . Thankyou

    • @CodingDemos
      @CodingDemos  6 років тому +1

      Hi, I've received your email :)

  • @prathameshshinde6255
    @prathameshshinde6255 6 років тому

    WoW! Gr8 Video. Can you help me with custom grid adapter. Is similar thing possible with grid layout. For eg: if i want to develop a custom calendar with each date as image button and want to handle the click on all the dates and display something after the click as we did flags in above tutorial , is it possible? I don't want to use one activity per date because the app size will go he wire. Please help me with this because i think this is the best channel for android on you tube.

  • @hamzanasirr
    @hamzanasirr 7 років тому

    What command do you use to add the declaration for the app in XML?

    • @CodingDemos
      @CodingDemos  7 років тому

      It's Option + Return button on Mac

  • @codepro1460
    @codepro1460 4 роки тому

    Hello, how to change size item in list view please i need solution

    • @CodingDemos
      @CodingDemos  4 роки тому +1

      Hi, you need to create a custom layout for the listview. From that layout, you can customize the appearance of the listview items

    • @codepro1460
      @codepro1460 4 роки тому

      @@CodingDemos Hi, how to make please Explain to me, please, or upload codes

    • @CodingDemos
      @CodingDemos  4 роки тому

      @@codepro1460 I've uploaded a tutorial a while back that shows you how to create a custom listview. Here is the link to the video: ua-cam.com/video/q2XA0Pe2W04/v-deo.html

  • @raythompson139
    @raythompson139 8 років тому

    Thanks, easy to follow for a learner like me.

  • @mimrankhan9974
    @mimrankhan9974 7 років тому

    thanx man and plz make a tutorial on gridview same login apply on gridview im beginer plz

  • @adnanahmed6052
    @adnanahmed6052 7 років тому

    I want search any country so what source code should i implement?
    Kindly help me!

    • @CodingDemos
      @CodingDemos  7 років тому

      Hi, I made a video tutorial that will show you how to add a search function: ua-cam.com/video/60_l4392dMc/v-deo.html

  • @adnanahmed6052
    @adnanahmed6052 7 років тому

    I applied your source code but
    Following error message shows.
    "Unfortunately app stops "

    • @CodingDemos
      @CodingDemos  7 років тому

      Hi, did you get any error messages in the logcat when the app stopped?

  • @fidangill8781
    @fidangill8781 8 років тому

    Thank you bro it was very useful. But how can I link 1 listview item with 2 activities?

    • @CodingDemos
      @CodingDemos  8 років тому +1

      Hi Fidan i'm glad that you found it useful. now about your question: so what i understand from your question is you want to allow the user who clicks on the item inside the listview to be able to go to 2 separate activities right?

    • @fidangill8781
      @fidangill8781 8 років тому +1

      Coding Demos yes. I am making an app which i a hymn book containing south asian christian hymns. I made a list view in an activity using your method and was able to link the list view items to one activity which is using images the way you have done. Some hymns have more than two pages of text(i've converted text into image to fit inside an image view). I really need help.

    • @CodingDemos
      @CodingDemos  8 років тому

      i see now i got the idea, here is an example that might work for your case:
      - Inside listview onItemClick you can do an (if condition) like this:
      if(listview.getItemAtPosition(i).toString.equalIgnoreCase(“Hymn 1”)){
      startActivity(new Intent(MainActivity.this, Hymn1Activity.class));
      }else{
      startActivity(new Intent(MainActivity.this, Hymn2Activity.class));
      }
      What i did is when user clicks on item inside listview, i check if the clicked item equals to for example (Hymn1)? if it’s true then the user will go to the right screen, otherwise will go to a different screen
      if you need more clarification you can email me your code and i’ll do my best to help you out, you can find my email in the about section of the channel.
      Happy coding :)

  • @ja_simran_ja
    @ja_simran_ja 4 роки тому

    Are you still available to answer error questions ?

    • @ja_simran_ja
      @ja_simran_ja 4 роки тому

      Hiiii !!! Thank you so much for replying ! I was BADLY in need of it

    • @CodingDemos
      @CodingDemos  4 роки тому

      Yeah :)

    • @ja_simran_ja
      @ja_simran_ja 4 роки тому

      When I click on add toolbar , or Listview an error comes showing “Missing Contraints in ConstrainLayout”

    • @ja_simran_ja
      @ja_simran_ja 4 роки тому

      Please help, I’ve got a school submission due right tomorrow

    • @CodingDemos
      @CodingDemos  4 роки тому

      You are getting that issue because you are using constraint layout as the root layout for your xml file, and when you add views, you need to add some constraints on how you want to align them inside the screen. You can use other layouts like Linear layout or Relative layout as shown in the tutorial.

  • @potatolaptop2814
    @potatolaptop2814 7 років тому +1

    hello, i'm beginner ..how to add intent in every listview...?

    • @CodingDemos
      @CodingDemos  7 років тому

      Hi, i'm sorry could you please explain exactly what you want to do?

    • @potatolaptop2814
      @potatolaptop2814 7 років тому +1

      When the item list is clicked... then to the new activity....
      like item menu then menu contents...

    • @CodingDemos
      @CodingDemos  7 років тому +1

      ahaa ok i understand, you can start a new activity inside onItemClickListener method, then inside there you write an intent like this:
      listview.setOnItemClickListener(new AdapterView.OnItemClickListener() {
      @Override
      public void onItemClick(AdapterView parent, View view, int position, long id) {
      Intent mIntent = new Intent(MainActivity.this, DetailActivity.class);
      startActivity(mIntent);
      }
      });
      Happy coding :)

    • @potatolaptop2814
      @potatolaptop2814 7 років тому

      hehe still newbie, master.... maybe you can make video for this tutorial... :)

    • @mimrankhan9974
      @mimrankhan9974 7 років тому

      Thanx man im also beginers and im also lookingfor this code thanx

  • @iadityagupta
    @iadityagupta 7 років тому +1

    When I open the App It shows me "Unfourtunately App Running Stopped" Please Help me Out

    • @CodingDemos
      @CodingDemos  7 років тому

      Hi, can you please share with me the crash log from logcat

    • @12TE0463
      @12TE0463 7 років тому +1

      The error is in the first comment

    • @NLYofficial
      @NLYofficial 7 років тому

      How to fix it, sir?

    • @drusillagrace7883
      @drusillagrace7883 7 років тому

      Check the API versions of the phone and emulator both should API should be same then it works

    • @azian0002
      @azian0002 6 років тому +1

      Change in Main activity.java from import android.widget.Toolbar to import android.support.v7.widget.Toolbar;

  • @junggoo3534
    @junggoo3534 5 років тому

    What if I want to setText instead of image???

    • @CodingDemos
      @CodingDemos  5 років тому

      Hi, just replace the ImageView with TextView inside the layout file and make sure you reference that TextView inside Java file

  • @vinso6600
    @vinso6600 7 років тому +1

    hi, could you please paste the code here? English is not my native so it is difficult to understand technical language in English :)

    • @CodingDemos
      @CodingDemos  7 років тому

      Hi, here is the link to the source code: github.com/codingdemos/CustomListview

    • @vinso6600
      @vinso6600 7 років тому

      Coding Demos, thanks! I have one more question how to change size of the letters?

    • @CodingDemos
      @CodingDemos  7 років тому +1

      You will need to create a custom layout for the item inside the list, once you do that you will be able to customize the text in terms of size, color or even if you want to add an image next to the text. You can refer to this video that i did which will show how to create custom listview ua-cam.com/video/q2XA0Pe2W04/v-deo.html

    • @vinso6600
      @vinso6600 7 років тому +1

      Coding Demos thanks!

    • @CodingDemos
      @CodingDemos  7 років тому +1

      Your welcome, happy coding :)

  • @andredigital4472
    @andredigital4472 7 років тому +1

    Hi, May I have the link of code sample? Thanks so much, Alessio

    • @CodingDemos
      @CodingDemos  7 років тому

      Hi, here is the link to the source code: github.com/codingdemos/CustomListview

  • @parasarora2606
    @parasarora2606 7 років тому

    very nicely explained. a big thanks

    • @CodingDemos
      @CodingDemos  7 років тому

      Your welcome, happy coding :)

  • @newmoviesandsongs4834
    @newmoviesandsongs4834 7 років тому

    Sir can you make a same task on fragment

  • @nareshgaur4961
    @nareshgaur4961 8 років тому

    how to add the detail about the country ..???pls rply

    • @CodingDemos
      @CodingDemos  8 років тому

      Hi, i'm sorry i didn't fully understand your question, can you please explain in detail :)

    • @nareshgaur4961
      @nareshgaur4961 8 років тому +1

      i mean when i click on listview it show the detail about the country with country flag.. :)

    • @CodingDemos
      @CodingDemos  8 років тому

      Ahaa ok i got...let's say we want to add country population, here is how to do it:
      - In activity_second.xml file where we've added the imageview for country flag, we will add a textview that will hold the country population
      - Inside SecondActivity.java file we will define the textview like this:
      TextView mPopulation = (TextView)findViewById(R.id.tvPopulation);
      - Inside the if-condition where we check for the country name and its flag we will set population value like this:
      if (mToolbar.getTitle().toString().equalsIgnoreCase("Australia")) { flag.setImageDrawable(ContextCompat.getDrawable(SecondActivity.this, R.drawable.flag_australia));
      mPopulation.setText("23.13 million");
      }
      If you still need some help you can email me your code and i'll do my best to help you out.
      Happy coding :)

    • @nareshgaur4961
      @nareshgaur4961 8 років тому

      thanks for help.. :-)

  • @hioman
    @hioman 7 років тому +1

    was the feature for these stuff removed or am i just the worst programer ever

    • @CodingDemos
      @CodingDemos  7 років тому

      May i know which feature are you referring to?

    • @hioman
      @hioman 7 років тому +1

      the feature that allows you to change what it says in the list

    • @CodingDemos
      @CodingDemos  7 років тому

      Do you mean the default text (Item 1, sub item 1...etc) that shows up in the listview when you have added it to the xml file? that usually shows up when you have added an ID for the listview, otherwise the listview will look empty

    • @hioman
      @hioman 7 років тому

      yes i do

  • @zadick2026
    @zadick2026 5 років тому

    Good job bro your tutorial save my time

  • @caturrahmadani405
    @caturrahmadani405 7 років тому

    How to set Text Size in ListView ??

    • @CodingDemos
      @CodingDemos  7 років тому

      You will need to create a custom xml layout that will have a textview, this textview will represent the text shown in the list, then you can customize the text size, font...etc

  • @chandanbadtya
    @chandanbadtya 7 років тому

    My listview is totally blank .. :( what to do?

    • @CodingDemos
      @CodingDemos  7 років тому

      Hi, did you set the listview to the adapter?

    • @chandanbadtya
      @chandanbadtya 7 років тому

      yes sir.. but still it is blank

    • @CodingDemos
      @CodingDemos  7 років тому

      is there any error in the logcat or did your app crash?

    • @chandanbadtya
      @chandanbadtya 7 років тому

      no sir there is no error.. can you tell me your email id or any contact sir ?

    • @CodingDemos
      @CodingDemos  7 років тому

      yeah you can reach me at (codingdemos@gmail.com)

  • @ajmenorca5324
    @ajmenorca5324 7 років тому

    is it possble to add searchbar is this?

    • @CodingDemos
      @CodingDemos  7 років тому

      Hi, I did a video tutorial that will show you how to do it: ua-cam.com/video/60_l4392dMc/v-deo.html

    • @ajmenorca5324
      @ajmenorca5324 7 років тому

      thanks mate i really appreciate it

    • @CodingDemos
      @CodingDemos  7 років тому

      Your welcome :D

  • @maribelmaligno5398
    @maribelmaligno5398 7 років тому +1

    thank you thank you so much :) you're a super big help :)

  • @harshancl5360
    @harshancl5360 3 роки тому

    Exactly what I wanted sire

  • @aminakhaldi3680
    @aminakhaldi3680 5 років тому +2

    excellent tuto thanks :)

  • @joaocleito
    @joaocleito 4 роки тому

    Parabéns muito boa a sua explicação! ótimo, muito bom mesmo.

  • @rexisetiawan6832
    @rexisetiawan6832 6 років тому

    error with red underline..
    listView.setOnClickListener(new AdapterView.OnItemClickListener() {
    @Override
    public void onItemClick(AdapterView parent, View view, int position, long id) {
    }
    });
    }
    the message :
    in AdapterView cannot be aplied to (anonymous.android.widget.AdapterView.OnItemClickListener)
    how to fix it? help

    • @CodingDemos
      @CodingDemos  6 років тому

      Hi, please use (setOnItemClickListener) with listview

    • @rexisetiawan6832
      @rexisetiawan6832 6 років тому

      you are the best my brother.!!
      thanks.

  • @mukhlisraza
    @mukhlisraza 4 роки тому

    Thank you! it helped me a lot

  • @eduardorezende4493
    @eduardorezende4493 6 років тому

    I love you guy!!
    Thanks so much!!!!

  • @mohsenrastegari7310
    @mohsenrastegari7310 7 років тому

    hi ,thanks for this tutorial . English is not my native so it is difficult to understand

  • @angelmauriciorivas6160
    @angelmauriciorivas6160 7 років тому

    and if I have a hundred countries I have to add an "if" sentence a hundred times. Its not practique

  • @cosminbratosin7805
    @cosminbratosin7805 7 років тому +1

    Mi sono rotto il cazzo a guardare i tutorial dove puoi i comandi non funzionano perche android studio stanno cambiando i comandi ogni aggiornamento.
    sto perdendo del grande tempo qui a provare a fare funzionare la app, e puoi alla fine non funzionano tutti i comandi.

    • @CodingDemos
      @CodingDemos  7 років тому

      Ciao, quali comandi non funzionano con te? Qualche errore nel logcat?

  • @rottnhombre
    @rottnhombre 6 років тому

    Super helpful! Thank you!

  • @lara-kp7lp
    @lara-kp7lp 4 роки тому

    I that java or kotlin?

    • @CodingDemos
      @CodingDemos  4 роки тому +1

      Hi, this is Java

    • @lara-kp7lp
      @lara-kp7lp 4 роки тому

      @@CodingDemos hi if i want to set image for item (like you use the if else for eche of the ) what i mos to do 😬??

    • @CodingDemos
      @CodingDemos  4 роки тому

      I made a tutorial that shows you how to set image for each item in the list. Here is link: ua-cam.com/video/q2XA0Pe2W04/v-deo.html

    • @lara-kp7lp
      @lara-kp7lp 4 роки тому

      @@CodingDemos thank u so much u save me

    • @CodingDemos
      @CodingDemos  4 роки тому

      You're welcome 😀

  • @newmoviesandsongs4834
    @newmoviesandsongs4834 7 років тому

    IF you do plzz send my some link or code

  • @AmrElwekeel
    @AmrElwekeel 6 років тому

    good job keep you wonderful