Posts by Tiago Coelho • 739 points
60 posts
-
2
votes0
answers113
viewsQ: Using the youtube android API
I’m in need of a help here with youtube android player, can anyone help me? It’s the first time I use . For example I think I’ve already added the library but private YouTubePlayerView youtube;…
-
0
votes2
answers1663
viewsQ: Youtube video for a video view
I need to pass a video through the link to inside my android app , I tried this code : String video="http://www.youtube.com/embed/76JpysFZ2VM"; Uri uri= Uri.parse(video); vid1.setVideoURI(uri);…
-
0
votes1
answer51
viewsA: Return query sorted by date, does not work
Error solved after studying , I found that phpmyadmin orders differently from the actual organization of the data , now when accessing through my app I am developing saw that the data were already…
-
1
votes1
answer51
viewsQ: Return query sorted by date, does not work
SELECT * FROM eventos ORDER BY Datainicio DESC I’m sending this to my mysql database is the first time I try to organize data by date, someone can tell me why my events don’t get sorted ?…
-
0
votes1
answer51
viewsQ: Replace a text with an image
I wonder if it would be possible to give replace of a piece of text by an image that is made through URL? I want to replace image 1, image 2 and image 3 with images that are in a JSON array , what…
-
0
votes0
answers32
viewsQ: How to put an image in a string
I wonder if it would be possible to load an image inside a string in android through an image url? .
-
0
votes0
answers193
viewsQ: How to transform a piece of text into an image
I have 1 string in java that is receiving 1 json array , which has several images together with the link of the respective ones, I have another string that has text and within that text there is X…
-
1
votes0
answers41
viewsQ: Apk of OCR , ndk build does not want to install
A few days ago I developed an OCR text recognition apk, to make this application it was necessary to install ndk-build. I need to continue the application but on a new computer, however ndk-build…
-
4
votes1
answer1665
viewsQ: How to pass information from listview to a new Activity?
I have an agenda about events where I live I can already receive through my database in Mysql and JSON a list with the titles of events. Now I wanted when I clicked on the event to redirect to an…
-
1
votes0
answers227
viewsQ: The JSON array does not want to pass everything to my listview
Here’s my mistake, when I run the app in the emulator, the app does not receive a single title from array JSON, does not close the application, the only error that is in logcat, was supposed to be…