Posts by marcos henrique santos • 11 points
5 posts
-
0
votes0
answers49
viewsQ: How to use an ion-Infinite-scroll inside an ion-slide on Ionic 5
I am trying to make in my project a slide that loads the items coming from an API of 5 in 5, but when adding the ion-Infinite-scroll component inside the ion-slide it is not called when sliding…
-
0
votes3
answers705
viewsQ: How to click on Listview
Well I created a search screen with Pain text and added a Listview to show the suggestions, but how to set the click of the item that appears in the list? Java code public class Tempo_Real extends…
-
0
votes0
answers404
viewsQ: How do I create a login and password screen in a Fragment?
I am creating an app for presentation in my school, good as I have only this week to finish the app I need to represent a tracking of a particular bus, so for this I thought of a login screen and…
androidasked marcos henrique santos 11 -
0
votes1
answer324
viewsQ: How to open new Activity by clicking on the child element in Expandablelistview?
I wonder if it is possible to open a new Activity by clicking on a child element of a ExpandableListView, keeping in mind that for each child item element open a specific Activity? My layout…
-
1
votes0
answers35
viewsQ: How to call an Activity from a click on an item of an Expandablelistview?
I’m developing a project where there’s a tablayout and in one of the tabs an expansive list. However I wanted a method so that when clicking on the specific options of the expandable list open…