Posts by Jonathan Viana • 55 points
2 posts
-
2
votes1
answer103
viewsQ: How to set a string coming from a sqlite database to display in a Textview?
I’m trying to display a string value in a textview via a query in sqlite, but when I run the code a numeric log of the Android sqlite class is displayed randomly. I’m just trying to display the…
-
3
votes2
answers565
viewsQ: Is it possible to call Onclick from Textview a new Activity?
Hello, I’m trying to call a new Activity through OnClick in a TextView, but when running the application generates a crash. Here’s the Activity of from the one I’m trying to get through: public…