Posts by Caio Henrique • 1 point
4 posts
-
0
votes1
answer52
viewsA: How to open txt in java for user
I found a solution... Runtime.getRuntime().exec("notepad C:\\arq.txt");
javaanswered Caio Henrique 1 -
0
votes2
answers2053
viewsA: Time comparison
I made a way here, most only worked when there were no hours at dawn that compares even if this morning to keep open too... Agradeco :) public static boolean isIntervalOfHours(String horaAbre ,…
-
-2
votes1
answer52
viewsQ: How to open txt in java for user
I create a txt and can read too but how do I open it for the user as if I clicked on it? it can be by the same notepad or make it select the program...
javaasked Caio Henrique 1 -
0
votes2
answers106
viewsA: Image inside a Scrollview is blank on one device but usually appears on another
Tries to reattach the image by programming line AlertDialog.Builder builder = new AlertDialog.Builder(TelaInicial.this); builder.setTitle("Sobre..."); builder.setView(view); //a proxima linha seta a…