Posts by Itallo Freire • 215 points
7 posts
-
1
votes1
answer86
viewsQ: Include BD data in Java
I’m following a distance course, only I’m having trouble including the record. It does not include, but it also does not present any error, and by the examples of the teacher I followed, it did not…
javaasked Itallo Freire 215 -
0
votes3
answers9295
viewsA: Email verification in Java
I ended up finding a simpler way to solve my errors follows the code: *Email class: public class Email { public static String email = "[email protected]"; public static String Nome; public static…
-
3
votes3
answers9295
viewsQ: Email verification in Java
I am doing a simple test to check if the user has typed a valid email. So I have an error of syntax in token "@" invalid Assignmentperator. Code of the main class: public class Email { static String…
-
5
votes6
answers922
viewsQ: Listview very long
I created a ListView that features the songs of my sdcard, but as you can see in the image below it is very long regardless of the amount of items, I want its height to be smaller to display more…
-
8
votes1
answer204
viewsQ: Android Audio Player
I created a music player it is working 100% only that when it comes to the end of a song it does not pass to the next one of the list. Does anyone know a solution to my problem ? (Note: the songs…
androidasked Itallo Freire 215 -
1
votes1
answer5215
viewsQ: How to click on the Listview item and call another screen?
I created a listview where it shows my registered items, as I do so when clicking on the desired item it opens a new screen with the description and details of the item? Class where displays my…
-
1
votes2
answers164
viewsQ: App Automaticao Residencial
I’m creating a home automation app, in it I have the main screen that when selecting the desired category it opens a second screen with the commands (example category lights, it opens the commands…