Hello sir, how can we view a pdf when we click on listview item? I'm bad at English sorry.
@ksktamiltech41303 жыл бұрын
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
@CodingDemos3 жыл бұрын
Hi, I'm sorry, you want the string link to be clickable to open a page in a browser?
@ksktamiltech41303 жыл бұрын
@@CodingDemos yes
@CodingDemos3 жыл бұрын
@@ksktamiltech4130 Please refer to this link for the solution: stackoverflow.com/questions/3004515/sending-an-intent-to-browser-to-open-specific-url
@ksktamiltech41303 жыл бұрын
@@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 .......????
@kamalmuradov86297 жыл бұрын
Thank You...You helped me a lot...I wish you to be the best youtuber...And anyways you are the best...Thanks a lot
@CodingDemos7 жыл бұрын
Your welcome, i'm happy to help :)
@jonathanalonzo57985 жыл бұрын
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
@Ivolth3 жыл бұрын
if i click multiple items before load the first one clicked, more than 1 activity is open, how can i fix that?
@nareshgaur49617 жыл бұрын
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)
@한은열-o7c5 жыл бұрын
I have one question. How can I make the second activity only text, not an image?
@mahmoodimtiaz25506 жыл бұрын
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.
@cindyadriana937 жыл бұрын
How can I change the color and font to the View list, ie to: Australia, Brazil, China ...
@WAQARALAMLIVE8 жыл бұрын
how can I impliment search view in this list view ?
@CodingDemos8 жыл бұрын
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 :)
@dnamobileapplications88508 жыл бұрын
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...
@CodingDemos8 жыл бұрын
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 :)
@dnamobileapplications88508 жыл бұрын
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
@CodingDemos8 жыл бұрын
Hi Jordan, i received your email..i'll have a look at the code and will update you Thanks :)
@algernopkrieger16966 жыл бұрын
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>?
@muhammadainulyaqin37195 жыл бұрын
why the array in R.array get error on getResources().getStringArray(R.array.teman)?
@CodingDemos5 жыл бұрын
Hi, may I know what is the error message that you get?
@jottilohano22327 жыл бұрын
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
@astral84397 жыл бұрын
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 :(
@CodingDemos7 жыл бұрын
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
@chakrapanibrahmam57676 жыл бұрын
I m try to make intent with textview but i m unable do. Can you please share me sample code for textview
@kevinkamaluddin23377 жыл бұрын
Is it possible to add search field/bar ?
@markjohnsegara8328 жыл бұрын
is there any possible to use menuview in action bar instead of toolbar? how
@CodingDemos8 жыл бұрын
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: kzbin.info/www/bejne/e4uQpIGEbLqKfLc 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 :)
@jigonoto36034 жыл бұрын
How can i display text after that procedure
@Sundaramsatyam127 жыл бұрын
Really Helpful Nice Job Keep it up.....
@CodingDemos7 жыл бұрын
Thanks, happy coding :D
@ayoubcheikh45546 жыл бұрын
i need add text In place the image What should he do?
@bangRegar7777 жыл бұрын
How do i add some image beside the listview ? Ex: (image)Australia .
@rusdimaulana17068 жыл бұрын
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?
@CodingDemos8 жыл бұрын
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 :)
@rusdimaulana17067 жыл бұрын
It works! Thanks a lot. :)
@CodingDemos7 жыл бұрын
Your welcome :)
@sheikhjoy95 жыл бұрын
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
@CodingDemos5 жыл бұрын
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.
@sheikhjoy95 жыл бұрын
@@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
@HuyHoang-og3sx8 жыл бұрын
Thank you very much for it !!! i will Sur and view 50 times it ^^!
@CodingDemos8 жыл бұрын
Your welcome, happy coding :)
@mohamedsaiidouertani35684 жыл бұрын
Thanks i lot ,but can you tell me how i can get extras when a type is Image View
@queroin7 жыл бұрын
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!
@maribelmaligno53987 жыл бұрын
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 .
@CodingDemos7 жыл бұрын
Hi, please email me your code (codingdemos@gmail.com) and i'll see what i can do
@MrIMacro2 жыл бұрын
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?
@CodingDemos2 жыл бұрын
Hi, you can pass the latitude and longitude of that specific location and it will open that location on Google map
@MrIMacro2 жыл бұрын
@@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
@addorespambasange63006 жыл бұрын
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.
@CodingDemos6 жыл бұрын
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: kzbin.info/www/bejne/pp3RfaZslriHZ68&lc=
@AbhishekSingh-np9tt6 жыл бұрын
In my application no error but when I click to any activity application will stop
@AliAhmad-yc4jd8 жыл бұрын
i have already coding searchbar listview..can you show me coding how to click the list to new activity.please help me :(
@AliAhmad-yc4jd8 жыл бұрын
i can give my coding to your reference,pleaseeee help me.thank you
@CodingDemos8 жыл бұрын
Hi, can you email me your code (codingdemos@gmail.com)
@NanaOssgh7 жыл бұрын
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.
@CodingDemos7 жыл бұрын
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
@lizziew2675 жыл бұрын
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
@CodingDemos5 жыл бұрын
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
@sohailfarooqi32825 жыл бұрын
@@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
@red_app14187 жыл бұрын
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?
@CodingDemos7 жыл бұрын
Hi, so you want to show that button to specific countries only?
@red_app14187 жыл бұрын
yes
@CodingDemos7 жыл бұрын
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 :)
@vidhisahni84497 жыл бұрын
how can i do the same thing using recyclerview + cardview. Also the title of the toolbar comes from user input.
@CodingDemos7 жыл бұрын
Hi, I made a tutorial about recyclerview: kzbin.info/www/bejne/iHrSqoWeodRohdE
@learnerszone167 жыл бұрын
How to add individual text for every list item instead of image. please help...
@CodingDemos7 жыл бұрын
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 :)
@learnerszone167 жыл бұрын
Thanks for your help brother. Your tutorials are very helpful.
@CodingDemos7 жыл бұрын
Your welcome :)
@supreethd99706 жыл бұрын
+Coding Demos how to use web view instead of text view
@МуслимХасан-б3т7 жыл бұрын
How to save imageView state in MainActivity?
@sankalpbhagat16926 жыл бұрын
Hey, I have to show scroll view instead of flags. How to do it ??
@CodingDemos6 жыл бұрын
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: kzbin.info/www/bejne/jamUqKGsacutr7M
@shiishinsakaue33807 жыл бұрын
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
@CodingDemos7 жыл бұрын
Hi, by intent you mean you want the user who clicks on the items inside that listview will go to another activity?
@shiishinsakaue33807 жыл бұрын
+Coding Demos yes. when i search the item. then click it i want it to be intent in the other activity
@CodingDemos7 жыл бұрын
You can call listview.setOnItemClickListener and inside the onClick method you set which activity you want to start inside the Intent
@shiishinsakaue33807 жыл бұрын
+Coding Demos i did. But when i search it randomly, it goes in order because of position
@CodingDemos7 жыл бұрын
Hmm..Can you please email me the code (codingdemos@gmail.com) and i'll see what i can do :)
@ManojKumar-hp6si6 жыл бұрын
Instead of image drawable ...for text textfield which method can be used...?
@CodingDemos6 жыл бұрын
Hi, if you want to show text you would use TextView.
@ManojKumar-hp6si6 жыл бұрын
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..
@CodingDemos6 жыл бұрын
You would set a text to a TextView like this: text.setText("This is a sample text");
@petermuchiri798 жыл бұрын
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
@CodingDemos8 жыл бұрын
Thanks for watching Peter, can you please give me an example about the type of items that will be in the list?
@petermuchiri798 жыл бұрын
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...
@purvigajjar76747 жыл бұрын
hey, what to do if I want to add some description with the image in second activity?
@CodingDemos6 жыл бұрын
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.
@uvekprviuvekispredsvih27027 жыл бұрын
Hello, when I opet the App it shows me "Unfourtunately App Running Stopped"
@CodingDemos7 жыл бұрын
Hi, can you please tell me what error do you see in the logcat when the app crash?
@uvekprviuvekispredsvih27027 жыл бұрын
I solved my problem, I made a mistake with create java class. Thanks
@vvshare7 жыл бұрын
Works Great!If we need to add .pdf instead of image.... how we write in android. Please Reply
@hamzanasirr7 жыл бұрын
What command do you use to add the declaration for the app in XML?
@CodingDemos7 жыл бұрын
It's Option + Return button on Mac
@muhammadsaleh8166 жыл бұрын
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
@charlese401876 жыл бұрын
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); **
@youssefyasser23475 жыл бұрын
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?!
@CodingDemos5 жыл бұрын
Hi, may I know what is the error that you see under setTitle?
@王齡漢8 жыл бұрын
How can I code main listview to another listview not for image?
@CodingDemos8 жыл бұрын
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 жыл бұрын
thnaks so much!
@Nasser-xw7se7 ай бұрын
You can run the same program in Kotlin on Android Studio With the same detailed explanation Thank you very much
@raythompson1398 жыл бұрын
Thanks, easy to follow for a learner like me.
@CodingDemos8 жыл бұрын
Thanks for watching :)
@parasarora26067 жыл бұрын
very nicely explained. a big thanks
@CodingDemos7 жыл бұрын
Your welcome, happy coding :)
@zadick20265 жыл бұрын
Good job bro your tutorial save my time
@markjohnsegara8328 жыл бұрын
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
@CodingDemos8 жыл бұрын
Hi, yeah i'm working on a tutorial about searchview+listview...i'll let you know once it's live :)
@NanaOssgh7 жыл бұрын
we are waiting for that please or if you are done kindly let us know
@ermiyasabate71027 жыл бұрын
Tnx very much Coding Demos!!!!!!!!!!!! I have one question I want to use text View instead of image View? pls help me!!!
@CodingDemos7 жыл бұрын
Your welcome :D Just replace the imageview code with a textview code like this:
@fufufufu38287 жыл бұрын
how to add text on every country? like a description for every country?
@CodingDemos7 жыл бұрын
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
@nareshgaur49618 жыл бұрын
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..???
@CodingDemos8 жыл бұрын
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
@rawezhful6 жыл бұрын
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?
@charlesnjugunakangei94845 жыл бұрын
Hey, Good job bro, what will i do to get a listview with cardview in it
@duniatv44327 жыл бұрын
how to add image from that list view created
@CodingDemos7 жыл бұрын
You can add the image inside the drawable folder in your project
@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.
@adnanahmed60527 жыл бұрын
I want search any country so what source code should i implement? Kindly help me!
@CodingDemos7 жыл бұрын
Hi, I made a video tutorial that will show you how to add a search function: kzbin.info/www/bejne/bGHCnWdpbpeXg8U
@junggoo35345 жыл бұрын
What if I want to setText instead of image???
@CodingDemos5 жыл бұрын
Hi, just replace the ImageView with TextView inside the layout file and make sure you reference that TextView inside Java file
@maribelmaligno53987 жыл бұрын
thank you thank you so much :) you're a super big help :)
@sharashchandraudupa52416 жыл бұрын
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??
@CodingDemos6 жыл бұрын
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.
@sharashchandraudupa52416 жыл бұрын
Coding Demos hi sir, I mailed you about the problem .Sorry for the late reply . Thankyou
@CodingDemos6 жыл бұрын
Hi, I've received your email :)
@codepro14604 жыл бұрын
Hello, how to change size item in list view please i need solution
@CodingDemos4 жыл бұрын
Hi, you need to create a custom layout for the listview. From that layout, you can customize the appearance of the listview items
@codepro14604 жыл бұрын
@@CodingDemos Hi, how to make please Explain to me, please, or upload codes
@CodingDemos4 жыл бұрын
@@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: kzbin.info/www/bejne/p2O7cmOGmpeKZpY
@harshancl53604 жыл бұрын
Exactly what I wanted sire
@Manojkumar-gq5bd7 жыл бұрын
hello sir,how can use for TextView instead of ImageView ..pleasee help me sir.
@CodingDemos7 жыл бұрын
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-gq5bd6 жыл бұрын
Thank u sir,for replying....u r such a great person sir...thank u
@CodingDemos6 жыл бұрын
Your welcome and happy coding :D
@ManojKumar-hp6si6 жыл бұрын
If(toolbar.get title().equalsIgnoreCase("Australia")){ textview.setText("hello"); } Its correct sir?? For text field instead of image view
@ManojKumar-hp6si6 жыл бұрын
Pleaseeeeeee reply sirr
@tofanbehera2737 жыл бұрын
sir plz make a video how to add search button in action bar in this project
@newmoviesandsongs48347 жыл бұрын
Sir can you make a same task on fragment
@ja_simran_ja4 жыл бұрын
Are you still available to answer error questions ?
@ja_simran_ja4 жыл бұрын
Hiiii !!! Thank you so much for replying ! I was BADLY in need of it
@CodingDemos4 жыл бұрын
Yeah :)
@ja_simran_ja4 жыл бұрын
When I click on add toolbar , or Listview an error comes showing “Missing Contraints in ConstrainLayout”
@ja_simran_ja4 жыл бұрын
Please help, I’ve got a school submission due right tomorrow
@CodingDemos4 жыл бұрын
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.
@mukhlisraza4 жыл бұрын
Thank you! it helped me a lot
@ajmenorca53247 жыл бұрын
is it possble to add searchbar is this?
@CodingDemos7 жыл бұрын
Hi, I did a video tutorial that will show you how to do it: kzbin.info/www/bejne/bGHCnWdpbpeXg8U
@ajmenorca53247 жыл бұрын
thanks mate i really appreciate it
@CodingDemos7 жыл бұрын
Your welcome :D
@rottnhombre6 жыл бұрын
Super helpful! Thank you!
@djuryprahara28486 жыл бұрын
Nice tutorial. Sir.. Please make listView and webview .👍👍🙏🙏
@CodingDemos6 жыл бұрын
I'm glad that you like it, sure will do it :)
@djuryprahara28486 жыл бұрын
I want to create a project [listview onclick to secondWebviewActivity.] thanks sir for helping me 👍👍👍👍🙏🙏🙏
@caturrahmadani4057 жыл бұрын
How to set Text Size in ListView ??
@CodingDemos7 жыл бұрын
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
@eduardorezende44936 жыл бұрын
I love you guy!! Thanks so much!!!!
@adnanahmed60527 жыл бұрын
I applied your source code but Following error message shows. "Unfortunately app stops "
@CodingDemos7 жыл бұрын
Hi, did you get any error messages in the logcat when the app stopped?
@potatolaptop28147 жыл бұрын
hello, i'm beginner ..how to add intent in every listview...?
@CodingDemos7 жыл бұрын
Hi, i'm sorry could you please explain exactly what you want to do?
@potatolaptop28147 жыл бұрын
When the item list is clicked... then to the new activity.... like item menu then menu contents...
@CodingDemos7 жыл бұрын
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 :)
@potatolaptop28147 жыл бұрын
hehe still newbie, master.... maybe you can make video for this tutorial... :)
@mimrankhan99747 жыл бұрын
Thanx man im also beginers and im also lookingfor this code thanx
@aminakhaldi36805 жыл бұрын
excellent tuto thanks :)
@prathameshshinde62556 жыл бұрын
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.
@iadityagupta7 жыл бұрын
When I open the App It shows me "Unfourtunately App Running Stopped" Please Help me Out
@CodingDemos7 жыл бұрын
Hi, can you please share with me the crash log from logcat
@12TE04637 жыл бұрын
The error is in the first comment
@NLYofficial7 жыл бұрын
How to fix it, sir?
@drusillagrace78837 жыл бұрын
Check the API versions of the phone and emulator both should API should be same then it works
@azian00027 жыл бұрын
Change in Main activity.java from import android.widget.Toolbar to import android.support.v7.widget.Toolbar;
@hioman7 жыл бұрын
was the feature for these stuff removed or am i just the worst programer ever
@CodingDemos7 жыл бұрын
May i know which feature are you referring to?
@hioman7 жыл бұрын
the feature that allows you to change what it says in the list
@CodingDemos7 жыл бұрын
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
@hioman7 жыл бұрын
yes i do
@nareshgaur49618 жыл бұрын
how to add the detail about the country ..???pls rply
@CodingDemos8 жыл бұрын
Hi, i'm sorry i didn't fully understand your question, can you please explain in detail :)
@nareshgaur49618 жыл бұрын
i mean when i click on listview it show the detail about the country with country flag.. :)
@CodingDemos8 жыл бұрын
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 :)
@nareshgaur49618 жыл бұрын
thanks for help.. :-)
@دانية-د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
@help4youtube7488 жыл бұрын
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
@CodingDemos8 жыл бұрын
Hi, i'm sorry i'm not really familiar with reading data from assets folder. Thanks for watching :)
@chandanbadtya7 жыл бұрын
My listview is totally blank .. :( what to do?
@CodingDemos7 жыл бұрын
Hi, did you set the listview to the adapter?
@chandanbadtya7 жыл бұрын
yes sir.. but still it is blank
@CodingDemos7 жыл бұрын
is there any error in the logcat or did your app crash?
@chandanbadtya7 жыл бұрын
no sir there is no error.. can you tell me your email id or any contact sir ?
@CodingDemos7 жыл бұрын
yeah you can reach me at (codingdemos@gmail.com)
@joaocleito5 жыл бұрын
Parabéns muito boa a sua explicação! ótimo, muito bom mesmo.
@fidangill87818 жыл бұрын
Thank you bro it was very useful. But how can I link 1 listview item with 2 activities?
@CodingDemos8 жыл бұрын
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?
@fidangill87818 жыл бұрын
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.
@CodingDemos8 жыл бұрын
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 :)
@mimrankhan99747 жыл бұрын
thanx man and plz make a tutorial on gridview same login apply on gridview im beginer plz
@andredigital44727 жыл бұрын
Hi, May I have the link of code sample? Thanks so much, Alessio
@CodingDemos7 жыл бұрын
Hi, here is the link to the source code: github.com/codingdemos/CustomListview
@vinso66007 жыл бұрын
hi, could you please paste the code here? English is not my native so it is difficult to understand technical language in English :)
@CodingDemos7 жыл бұрын
Hi, here is the link to the source code: github.com/codingdemos/CustomListview
@vinso66007 жыл бұрын
Coding Demos, thanks! I have one more question how to change size of the letters?
@CodingDemos7 жыл бұрын
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 kzbin.info/www/bejne/p2O7cmOGmpeKZpY
@vinso66007 жыл бұрын
Coding Demos thanks!
@CodingDemos7 жыл бұрын
Your welcome, happy coding :)
@AmrElwekeel6 жыл бұрын
good job keep you wonderful
@qzzf1w5 жыл бұрын
great job!
@lara-kp7lp4 жыл бұрын
I that java or kotlin?
@CodingDemos4 жыл бұрын
Hi, this is Java
@lara-kp7lp4 жыл бұрын
@@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 😬??
@CodingDemos4 жыл бұрын
I made a tutorial that shows you how to set image for each item in the list. Here is link: kzbin.info/www/bejne/p2O7cmOGmpeKZpY
@lara-kp7lp4 жыл бұрын
@@CodingDemos thank u so much u save me
@CodingDemos4 жыл бұрын
You're welcome 😀
@juang96316 жыл бұрын
Como tengas muchas banderas te vas a quedar sin if , sacalas por posicion dentro del array
@moremansi814 жыл бұрын
Thank you sir 😊
@Risky_nakul_dev6 жыл бұрын
thanks run without any error
@newmoviesandsongs48347 жыл бұрын
IF you do plzz send my some link or code
@rexisetiawan68326 жыл бұрын
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
@CodingDemos6 жыл бұрын
Hi, please use (setOnItemClickListener) with listview