Skip to content

Tag: android

Take only the first hashmap value [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 1 year ago. Improve this question I have a hashmap where I register three photos in firebase. Now I need to get only the first …

From Adapter into Intent

I have an Adapter for a ListView I have. Every item in that list has a Button, when the user presses that Button, it will go into another activity with info about that specific item’s info (info is gotten from it’s associated object). How can I make it so when I press the Button, I will make a new…

Background service on Android with java using flutter project

I am new to flutter, I am trying to create a service in the background when starting Android occupying the main java class since in flutter it cannot be done, so I want to start a service in its background from here I have seen many queries with the following code: Java class Start Service This is my AndroidM…