Posts by Sergio • 67 points
5 posts
-
2
votes1
answer634
viewsQ: Token FCM (google) associate to User, at what time?
An app that has User Registration and Login, consequently an ID for each user. When the FCM Token is generated ? I implementing within: onTokenRefresh() , the Token can be generated before I have a…
-
2
votes1
answer71
viewsQ: Bookmark is duplicated when updating User Location
I implemented the Uusuario Location App every 15 seconds. Variables are global class: latitudeUsuario longitudeUsuario Marker Within the method onLocationChanged i select the two location variables,…
-
1
votes3
answers1476
viewsQ: How to know which Boot was clicked on my Listview?
I have a Listview, in each row I have two buttons. How can I know which button was clicked? Follow my code: <ImageView android:id="@+id/imageView_imagen" android:layout_width="145dp"…
-
1
votes1
answer63
viewsQ: Android: Listview custom this with error while simulating
I implemented a basic custom Listview, but this giving the error: java.lang.Runtimeexception: Unable to start Activity ComponentInfo{goodeal.listview/goodeal.listview.MainActivity}:…
-
0
votes0
answers107
viewsQ: Develop a Screen equal to SMS Receiving Screen (android). User receive Messages
Good Afternoon, I’m starting on Android. I’m making a app where a user will receive various messages from other users, each message containing 2 fields. The user will access a screen and see this…