Posts by pksasso • 223 points
4 posts
-
1
votes1
answer714
viewsQ: Expansion Tile and Listview
I’m trying to create this layout for an app, I used an Expansion Tile inside a Card and a listview below, but when I open the expansionTile, if hitting the bottom of the screen happened that and if…
-
2
votes1
answer816
viewsQ: Java CSV file splitting
I have a problem very grade in the use of CSV file in Java, I’m doing a job and for days I can not have a functional idea for this part, next, I have to create a routine that receives a csv…
-
4
votes1
answer131
viewsQ: Difficulty in using Datepicker
I’m studying things for a project here and I’m trying to use Datepicker, I managed to implement normally, but I want to use two in the same Activity, putting an initial date and an end date, put two…
-
5
votes2
answers131
viewsQ: Funcionameto Iterator
I’m having an absurd doubt with use of Iterator, I’m doing an exercise in which I have a Data class that checks the existence of the date, this is working perfectly,in my main I make an array of…