Posts by MatheusSousa • 21 points
4 posts
-
0
votes0
answers78
viewsQ: Would it be possible to send pre-programmed messages via messaging apps?
I am making an application in Androidstudio/Java that needs to send messages constantly, consists of a trade quality evaluation program, which when evaluated as bad will be sent an sms to a specific…
-
0
votes0
answers84
viewsQ: Send E-mail by pressing a button
I’m making an application that consists of, by pressing a button a programmed email is sent automatically without I have to enter gmail to press "send" Until then I built this code and it’s doing…
-
1
votes1
answer70
viewsQ: Sqlite Android, 2 apps accessing a database
How do I make 2 applications use the same database? If I create the bank in an app the other one does not access this bank, then how to make this 2nd app access this same bank?
-
1
votes1
answer29
viewsQ: Open a website through a button in the app
I’m making an application similar to a schedule and need to put a button to open a registered site, I’ve done with a long click on the table and it worked however, on a button I can not use the same…