Posts by Leandro Santana • 35 points
6 posts
-
1
votes1
answer176
viewsA: .htaccess Wildcard (wildcard) and specific domain
I found the solution, for those who have the same doubt as me, follows below... what was happening was a conflict between the two rules (script that I included in the question as "Attempt"), what I…
htaccessanswered Leandro Santana 35 -
0
votes1
answer176
viewsQ: .htaccess Wildcard (wildcard) and specific domain
I have the following file structure (example): /usuarios /admin .htaccess I successfully set up the . htaccess so that, when accessing the url below, all are directed to the users folder, and…
htaccessasked Leandro Santana 35 -
2
votes1
answer392
viewsA: setOnClickListener Adapter on a Listview line object
for those who had the same doubt that I, just as they helped me, I will leave down the code in which solved my problem, so that I can help others. I was able to solve, from @Wakim’s guidance, in the…
-
0
votes1
answer392
viewsQ: setOnClickListener Adapter on a Listview line object
My app has a Listview, in which you receive information from a Json (URL), and each line has an Imageview that when you click, the line information will be added as "Favorite". For this, I created…
-
0
votes1
answer1326
viewsQ: Insert more items into an Android Listview
I am a beginner in Java/Android programming, and would like a help with adding items to a Listview. The app receives the first 5 records from a Json (Url), and adds in Listview, so far, all right.…
-
0
votes1
answer301
viewsQ: Login with Facebook - I can’t login to the app itself with the Facebook account
I have a website, where I included login for users, using the facebook API. Everyone can login normally, but my Administrator login of the application I created for login does not enter, IE, only…